|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jscience.chemistry.quantum.SCFMethodFactory
public class SCFMethodFactory
Factory of SCF methods.
Follows a singleton pattern.
| Method Summary | |
|---|---|
static SCFMethodFactory |
getInstance()
Get an instance (and the only one) of SCFMethodFactory |
SCFMethod |
getSCFMethod(Molecule molecule,
OneElectronIntegrals oneEI,
TwoElectronIntegrals twoEI,
SCFType type)
Return an appropriate class appropriate SCFType |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static SCFMethodFactory getInstance()
public SCFMethod getSCFMethod(Molecule molecule,
OneElectronIntegrals oneEI,
TwoElectronIntegrals twoEI,
SCFType type)
SCFType
molecule - the molecule for which calculations are to be performedoneEI - 1E integrals for this molecule at appropriate basistwoEI - 2E integrals for this molecule at appropriate basistype - the SCFType instance
java.lang.UnsupportedOperationException - DOCUMENT ME!
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||