|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jscience.chemistry.quantum.OneElectronIntegrals
public class OneElectronIntegrals
The 1E integral (overlap S matrix) and 1E Hamiltonian matrices driver.
| Constructor Summary | |
|---|---|
OneElectronIntegrals(BasisFunctions basisFunctions,
Molecule mol)
Creates a new instance of OneElectronIntegrals |
|
| Method Summary | |
|---|---|
protected void |
compute1E()
compute the 1E integrals, form S matrix and hamiltonian |
Matrix |
getHamiltonian()
Getter for property hamiltonian. |
Matrix |
getOverlap()
Getter for property overlap. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OneElectronIntegrals(BasisFunctions basisFunctions,
Molecule mol)
basisFunctions - the basis functions to be usedmol - the Molecule object, of whose 1E integrals are to be
evaliated| Method Detail |
|---|
protected void compute1E()
public Matrix getOverlap()
public Matrix getHamiltonian()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||