.TH "sc::SphericalTransformComponent" 3 "Sun Oct 4 2020" "Version 2.3.1" "MPQC" \" -*- nroff -*- .ad l .nh .SH NAME sc::SphericalTransformComponent \- This is a base class for a container for a component of a sparse Cartesian to solid harmonic basis function transformation\&. .SH SYNOPSIS .br .PP .PP \fC#include \fP .PP Inherited by \fBsc::SphericalTransformComponentCCA\fP, \fBsc::SphericalTransformComponentCints\fP, and \fBsc::SphericalTransformComponentV3\fP\&. .SS "Public Member Functions" .in +1c .ti -1c .RI "int \fBa\fP () const" .br .RI "Returns the exponent of x\&. " .ti -1c .RI "int \fBb\fP () const" .br .RI "Returns the exponent of y\&. " .ti -1c .RI "int \fBc\fP () const" .br .RI "Returns the exponent of z\&. " .ti -1c .RI "int \fBcartindex\fP () const" .br .RI "Returns the index of the Cartesian basis function\&. " .ti -1c .RI "int \fBpureindex\fP () const" .br .RI "Returns the index solid harmonic basis function\&. " .ti -1c .RI "double \fBcoef\fP () const" .br .RI "Returns the coefficient of this component of the transformation\&. " .ti -1c .RI "virtual void \fBinit\fP (int \fBa\fP, int \fBb\fP, int \fBc\fP, double \fBcoef\fP, int \fBpureindex\fP)=0" .br .RI "Initialize this object\&. " .in -1c .SS "Protected Attributes" .in +1c .ti -1c .RI "double \fBcoef_\fP" .br .ti -1c .RI "int \fBa_\fP" .br .ti -1c .RI "int \fBb_\fP" .br .ti -1c .RI "int \fBc_\fP" .br .ti -1c .RI "int \fBcartindex_\fP" .br .ti -1c .RI "int \fBpureindex_\fP" .br .in -1c .SH "Detailed Description" .PP This is a base class for a container for a component of a sparse Cartesian to solid harmonic basis function transformation\&. .br .SH "Member Function Documentation" .PP .SS "virtual void sc::SphericalTransformComponent::init (int a, int b, int c, double coef, int pureindex)\fC [pure virtual]\fP" .PP Initialize this object\&. This must be provided in all specializations of this class to establish the ordering between a, b and c and the index of the Cartesian basis function\&. Other things such as adjustment of the coefficient to account for normalization differences can be done as well\&. The default \fBSphericalTransform::init()\fP implementation requires that only the x\*{l\*} , y\*{l\*} and z\*{l\*} basis functions are normalized to unity\&. .PP Implemented in \fBsc::SphericalTransformComponentV3\fP, \fBsc::SphericalTransformComponentCCA\fP, and \fBsc::SphericalTransformComponentCints\fP\&. .SH "Author" .PP Generated automatically by Doxygen for MPQC from the source code\&.