Package org.openscience.cdk.math.qm
Class Orbitals
java.lang.Object
org.openscience.cdk.math.qm.Orbitals
This class represents a set of orbitals
- Author:
- Stephan Michels <stephan@vern.chem.tu-berlin.de>
- Created on:
- 2001-06-14
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBasis()Returns the basis set of this orbitalsGet the coefficient matrixintSet the count of basesintGets the count of electrons, which occupies the orbitalsintReturns the count of orbitalsdoublegetValue(int index, double x, double y, double z) Get the function value of a orbital at the position (x,y,z)Get the function value of a orbitalvoidSet a coefficient matrixvoidsetCountElectrons(int count) Sets the count of electrons, which occupies the orbitals
-
Constructor Details
-
Orbitals
Constructs orbitals with a specified base set -
Orbitals
Constructs orbitals with a specified base set and a coefficient matrix
-
-
Method Details
-
setCoefficients
Set a coefficient matrix -
getCoefficients
Get the coefficient matrix -
getValue
public double getValue(int index, double x, double y, double z) Get the function value of a orbital at the position (x,y,z) -
getValues
Get the function value of a orbital -
getBasis
Returns the basis set of this orbitals -
getCountBasis
public int getCountBasis()Set the count of bases -
getCountOrbitals
public int getCountOrbitals()Returns the count of orbitals -
setCountElectrons
public void setCountElectrons(int count) Sets the count of electrons, which occupies the orbitals -
getCountElectrons
public int getCountElectrons()Gets the count of electrons, which occupies the orbitals
-