Public Member Functions | |
| SphericalTransform (int l) | |
| int | cartindex (int i) const |
| Returns the Cartesian basis function index of component i. | |
| int | pureindex (int i) const |
| Returns the spherical harmonic basis index of component i. | |
| double | coef (int i) const |
| Returns the transformation coefficient of component i. | |
| int | a (int i) const |
| Returns the Cartesian basis function's x exponent of component i. | |
| int | b (int i) const |
| Returns the Cartesian basis function's y exponent of component i. | |
| int | c (int i) const |
| Returns the Cartesian basis function's z exponent of component i. | |
| int | n () const |
| Returns the number of components in the transformation. | |
| int | l () const |
| Returns the angular momentum. | |
Protected Attributes | |
|
std::vector < SphericalTransformComponent > | components_ |
| int | l_ |
1.5.6