namespace ewalena
0.2.15
ewalena is not an acronym
|
#include <include/ewalena/numerics/spherical_harmonic_function.h>
Public Member Functions | |
SphericalHarmonicFunction () | |
ValueType | value (const OrbitalType &orbital, Point< dim, ValueType > &p) |
~SphericalHarmonicFunction () | |
Private Member Functions | |
ValueType | l1_value (const int m, Point< dim, ValueType > &p) |
ValueType | l2_value (const int m, Point< dim, ValueType > &p) |
This class returns certain evaluations of real spherical harmonics using the phase convention of COndon and Shortley.
ewalena::SphericalHarmonicFunction< dim, ValueType >::SphericalHarmonicFunction | ( | ) | [inline] |
Constructor.
ewalena::SphericalHarmonicFunction< dim, ValueType >::~SphericalHarmonicFunction | ( | ) |
Destructor.
ValueType ewalena::SphericalHarmonicFunction< dim, ValueType >::l1_value | ( | const int | m, |
Point< dim, ValueType > & | p | ||
) | [private] |
Return the at
.
ValueType ewalena::SphericalHarmonicFunction< dim, ValueType >::l2_value | ( | const int | m, |
Point< dim, ValueType > & | p | ||
) | [private] |
Return the at
.
ValueType ewalena::SphericalHarmonicFunction< dim, ValueType >::value | ( | const OrbitalType & | orbital, |
Point< dim, ValueType > & | p | ||
) |
Return the value of this spherical harmonic with quantum numbers at this point.