GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
sc::SphericalTransformComponent(3) MPQC sc::SphericalTransformComponent(3)

sc::SphericalTransformComponent - This is a base class for a container for a component of a sparse Cartesian to solid harmonic basis function transformation.

#include <transform.h>

Inherited by sc::SphericalTransformComponentCCA, sc::SphericalTransformComponentCints, and sc::SphericalTransformComponentV3.


int a () const
Returns the exponent of x. int b () const
Returns the exponent of y. int c () const
Returns the exponent of z. int cartindex () const
Returns the index of the Cartesian basis function. int pureindex () const
Returns the index solid harmonic basis function. double coef () const
Returns the coefficient of this component of the transformation. virtual void init (int a, int b, int c, double coef, int pureindex)=0
Initialize this object.


double coef_
int a_
int b_
int c_
int cartindex_
int pureindex_

This is a base class for a container for a component of a sparse Cartesian to solid harmonic basis function transformation.

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 SphericalTransform::init() implementation requires that only the xl , yl and zl basis functions are normalized to unity.

Implemented in sc::SphericalTransformComponentCints, sc::SphericalTransformComponentCCA, and sc::SphericalTransformComponentV3.

Generated automatically by Doxygen for MPQC from the source code.
Tue Jun 7 2022 Version 2.3.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.