Class BasisFunction
java.lang.Object
org.episteme.natural.chemistry.computational.quantum.BasisFunction
Represents a Contracted Gaussian Type Orbital (CGTO) basis function.
Currently supports S-type orbitals.
- Since:
- 1.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
-
Constructor Summary
ConstructorsConstructorDescriptionBasisFunction(Vector<Real> center, double[] exponents, double[] coefficients) -
Method Summary
Modifier and TypeMethodDescriptiondouble[]double[]double[]
-
Constructor Details
-
BasisFunction
-
-
Method Details
-
getCenter
-
getExponents
public double[] getExponents() -
getCoefficients
public double[] getCoefficients() -
getNormalization
public double[] getNormalization()
-