|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jscience.chemistry.quantum.TwoElectronIntegrals
public class TwoElectronIntegrals
The 2E integral driver.
| Constructor Summary | |
|---|---|
TwoElectronIntegrals(BasisFunctions basisFunctions)
Creates a new instance of TwoElectronIntegrals |
|
| Method Summary | |
|---|---|
protected void |
compute2E()
compute the 2E integrals, and store it in a single 1D array, in the form [ijkl]. |
double[] |
getTwoEIntegrals()
Getter for property twoEIntegrals. |
void |
setTwoEIntegrals(double[] twoEIntegrals)
Setter for property twoEIntegrals. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TwoElectronIntegrals(BasisFunctions basisFunctions)
basisFunctions - the basis functions to be used| Method Detail |
|---|
protected void compute2E()
public double[] getTwoEIntegrals()
public void setTwoEIntegrals(double[] twoEIntegrals)
twoEIntegrals - New value of property twoEIntegrals.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||