#include <Bases.h>
Public Member Functions | |
Y (const Y &) | |
Y (const int L, const int M) | |
Initialize with the angular momentum quantum numbers. | |
GComplex_t | eval (const GReal_t theta, const GReal_t phi) const |
Evaluate it as a function at given coordinates. | |
Public Attributes | |
const int | l |
Index pairs (angular momentum magnitude and direction quantum numbers). | |
const int | m |
Spherical harmonic convention (, ): (, ), where , being the identity function of . We shall denote the identity function of the first projection by , and of the second projection by .
Note: Maple uses the Condon-Shortley phase i.e. .
gridripper::multipole::Y::Y | ( | const int | L, | |
const int | M | |||
) |
Initialize with the angular momentum quantum numbers.
Evaluate it as a function at given coordinates.
Reimplemented in gridripper::multipole::Coeff< GComplex_t >.