![]() |
![]()
| ![]() |
![]()
NAMEsc::SphericalTransform - This is a base class for a container for a sparse Cartesian to solid harmonic basis function transformation. SYNOPSIS#include <transform.h> Inherited by sc::ISphericalTransform, sc::SphericalTransformCCA, sc::SphericalTransformCints, and sc::SphericalTransformV3. Public Member Functionsvoid add (int a, int b, int c, double
coef, int pureindex)
Protected Member FunctionsSphericalTransform (int l, int subl=-1)
Protected Attributesint n_
Detailed DescriptionThis is a base class for a container for a sparse Cartesian to solid harmonic basis function transformation. Constructor & Destructor Documentationsc::SphericalTransform::SphericalTransform (int l, int subl = -1) [protected]This constructs the SphericalTransform for the given Cartesian angular momentum l and solid harmonic angular momentum subl. Usually, l and subl will be the same. They would differ when the S component of a D Cartesian shell or the P component of an F Cartesian shell is desired, for example (see the natural atomic orbital code for an example of such use). The init member must be called to complete initialization. Member Function Documentationvirtual void sc::SphericalTransform::init () [protected], [virtual]This determines all of the components of the transformation. It should be possible to implement the SphericalTransformComponent::init specialization in such a way that the default SphericalTransform::init can be used. Reimplemented in sc::ISphericalTransform. virtual SphericalTransformComponent * sc::SphericalTransform::new_components () [pure virtual]This must create SphericalTransformComponent's of the appropriate specialization. Implemented in sc::SphericalTransformCints, sc::ISphericalTransformCints, sc::SphericalTransformCCA, sc::ISphericalTransformCCA, sc::SphericalTransformV3, and sc::ISphericalTransformV3. AuthorGenerated automatically by Doxygen for MPQC from the source code.
|