Spherical expansion of px^l py^m pz^n. More...
#include <spherical_expansion.h>
Public Member Functions | |
CartesianExpansion (int max=2 *max_am) | |
SphericalExpansion | get (int l, int m, int n) const |
Get expansion of px^l py^m pz^n. | |
Private Member Functions | |
size_t | ind (int l, int m, int n) const |
Get index of element at (l,m,n) | |
Private Attributes | |
std::vector< std::vector < SphericalExpansion > > | table |
Spherical expansion of px^l py^m pz^n.