Octopus 16.0
real-space, real-time, TDDFT code
ylm.c File Reference
#include <config.h>
#include <float.h>
#include <fortran_types.h>
#include <math.h>
#include <stdlib.h>
#include <gsl/gsl_sf_legendre.h>
Include dependency graph for ylm.c:

Functions

void oct_ylm_base (const double *r, const double *x, const double *y, const double *z, const fint *l, const fint *m, double *ylm)
 
void FC_FUNC_ (oct_ylm, OCT_YLM) const
 
void FC_FUNC_ (oct_ylm_vector, OCT_YLM_VECTOR) const
 

Function Documentation

◆ oct_ylm_base()

void oct_ylm_base ( const double *  r,
const double *  x,
const double *  y,
const double *  z,
const fint l,
const fint m,
double *  ylm 
)

◆ FC_FUNC_() [1/2]

void FC_FUNC_ ( oct_ylm  ,
OCT_YLM   
) const

◆ FC_FUNC_() [2/2]

void FC_FUNC_ ( oct_ylm_vector  ,
OCT_YLM_VECTOR   
) const