|
void | dftefe::atoms::convertCartesianToSpherical (const std::vector< double > &x, double &r, double &theta, double &phi, double polarAngleTolerance) |
|
double | dftefe::atoms::Dm (const int m) |
|
double | dftefe::atoms::Blm (const int l, const int m) |
|
double | dftefe::atoms::Clm (const int l, const int m) |
|
double | dftefe::atoms::Qm (const int m, const double phi) |
|
double | dftefe::atoms::dQmDPhi (const int m, const double phi) |
|
double | dftefe::atoms::Rlm (const int l, const int m) |
|
double | dftefe::atoms::Plm (const int l, const int m, const double x) |
|
double | dftefe::atoms::dPlmDTheta (const int l, const int m, const double theta) |
|
double | dftefe::atoms::d2PlmDTheta2 (const int l, const int m, const double theta) |
|