public abstract class MOReader extends BasisFunctionReader
| Modifier and Type | Field and Description |
|---|---|
private static java.lang.String |
DC_LIST |
private static java.lang.String |
DS_LIST |
protected java.lang.String |
energyUnits |
private static java.lang.String |
FC_LIST |
private static java.lang.String |
FS_LIST |
protected int |
gaussianCount |
protected float[][] |
gaussians |
private boolean |
getNBOCharges |
private boolean |
getNBOs |
private boolean |
haveCoeffMap |
protected boolean |
haveNboCharges |
protected boolean |
haveNboOrbitals |
protected int |
HEADER_GAMESS_OCCUPANCIES |
protected int |
HEADER_GAMESS_ORIGINAL |
protected int |
HEADER_GAMESS_UK_MO |
protected int |
HEADER_NONE |
protected java.util.List |
moTypes |
protected boolean |
orbitalsRead |
private static java.lang.String |
P_LIST |
protected int |
shellCount |
alphaBeta, CANONICAL_DC_LIST, CANONICAL_DS_LIST, CANONICAL_FC_LIST, CANONICAL_FS_LIST, dfCoefMaps, ignoreMOs, moData, nOrbitals, orbitals, shellsaddVibrations, ANGSTROMS_PER_BOHR, applySymmetryToBonds, atomSetCollection, bsFilter, bsModels, calculationType, continuing, desiredModelNumber, desiredVibrationNumber, doApplySymmetry, doCheckUnitCell, doProcessLines, filter, getHeader, haveModel, havePartialChargeFilter, htParams, ignoreFileSpaceGroupName, ignoreFileSymmetryOperators, ignoreFileUnitCell, iHaveSymmetryOperators, iHaveUnitCell, isSequential, isTrajectory, latticeCells, line, matUnitCellOrientation, modelNumber, next, notionalUnitCell, os, prevline, ptLine, reader, readerName, readMolecularOrbitals, spaceGroup, symmetry, templateAtomCount, vibrationNumber, viewer| Constructor and Description |
|---|
MOReader() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addMOData(int nColumns,
java.util.List[] data,
java.util.Hashtable[] mos) |
protected boolean |
checkNboLine() |
protected void |
getMOHeader(int headerType,
java.lang.String[] tokens,
java.util.Hashtable[] mos,
int nThisLine) |
private void |
getNboCharges() |
protected void |
getNboTypes() |
protected void |
initializeReader() |
protected void |
readMolecularOrbitals(int headerType) |
protected void |
setMOData(boolean clearOrbitals) |
protected int |
setMOType(java.util.Hashtable mo,
int i) |
canonicalizeQuantumSubshellTag, filterMO, fixSlaterTypes, getDFMap, isQuantumBasisSupported, setMOaddJmolScript, addPrimitiveLatticeVector, addSites, addSiteScript, applySymmetryAndSetTrajectory, checkFilter, checkLastModel, checkLine, checkLineForScript, checkLineForScript, clearLatticeParameters, cloneLastAtomSet, discardLines, discardLinesUntilBlank, discardLinesUntilContains, discardLinesUntilContains, discardLinesUntilNonBlank, discardLinesUntilStartsWith, doGetModel, doGetVibration, fillDataBlock, fillDataBlock, fillFloatArray, fillFrequencyData, filterAtom, finalizeReader, getElementSymbol, getFortranFormatLengths, getStrings, getSymmetry, getTokens, getTokens, getTokens, getTokensFloat, initializeSymmetry, isLastModel, newAtomSet, parseFloat, parseFloat, parseFloat, parseInt, parseInt, parseInt, parseInt, parseStringInfestedFloatArray, parseToken, parseToken, parseToken, parseTokenNext, parseTrimmed, parseTrimmed, readAtomSetCollectionFromDOM, readData, readLine, set2D, setAtomCoord, setAtomCoord, setFilter, setFractionalCoordinates, setMOData, setSpaceGroupName, setSymmetryOperator, setTransform, setUnitCell, setUnitCellItemprotected int shellCount
protected int gaussianCount
protected float[][] gaussians
protected java.lang.String energyUnits
protected java.util.List moTypes
private boolean getNBOs
private boolean getNBOCharges
protected boolean haveNboCharges
protected boolean haveNboOrbitals
protected boolean orbitalsRead
protected final int HEADER_GAMESS_UK_MO
protected final int HEADER_GAMESS_OCCUPANCIES
protected final int HEADER_GAMESS_ORIGINAL
protected final int HEADER_NONE
private boolean haveCoeffMap
private static final java.lang.String P_LIST
private static final java.lang.String DS_LIST
private static final java.lang.String DC_LIST
private static final java.lang.String FS_LIST
private static java.lang.String FC_LIST
protected void initializeReader()
throws java.lang.Exception
initializeReader in class AtomSetCollectionReaderjava.lang.Exceptionprotected boolean checkNboLine()
throws java.lang.Exception
java.lang.Exceptionprivate void getNboCharges()
throws java.lang.Exception
java.lang.Exceptionprotected void getNboTypes()
throws java.lang.Exception
java.lang.Exceptionprotected void readMolecularOrbitals(int headerType)
throws java.lang.Exception
java.lang.Exceptionprotected int setMOType(java.util.Hashtable mo,
int i)
protected void getMOHeader(int headerType,
java.lang.String[] tokens,
java.util.Hashtable[] mos,
int nThisLine)
throws java.lang.Exception
java.lang.Exceptionprotected void addMOData(int nColumns,
java.util.List[] data,
java.util.Hashtable[] mos)
protected void setMOData(boolean clearOrbitals)