Package org.openscience.cdk.math.qm
Class AngularMomentum
java.lang.Object
org.openscience.cdk.math.qm.AngularMomentum
This class is used to calculate angular momentum states.
- Author:
- Stephan Michels <stephan@vern.chem.tu-berlin.de>
- Created on:
- 2001-07-22
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCalculates the I- operatorgetIplus()Calculates the I+ operatorgetIx()Calculates the Ix operatorgetIy()Calculates the Iy operatorgetIz()Calculates the Iz operatorgetSpinVector(double theta, double phi) Calculates a spin vector by a direction specified by theta and phi
-
Constructor Details
-
AngularMomentum
public AngularMomentum(double J)
-
-
Method Details
-
getIx
Calculates the Ix operator -
getIy
Calculates the Iy operator -
getIz
Calculates the Iz operator -
getIplus
Calculates the I+ operator -
getIminus
Calculates the I- operator -
getSpinVector
Calculates a spin vector by a direction specified by theta and phi
-