org.jmol.adapter.readers.more
public abstract class GamessReader extends AtomSetCollectionReader
| Field Summary | |
|---|---|
| protected int | atomCount |
| protected Vector | atomNames |
| protected String | calculationType |
| protected int | gaussianCount |
| protected Hashtable | moData |
| protected Vector | orbitals |
| protected int | shellCount |
| Method Summary | |
|---|---|
| protected static String | fixBasisLine(String line) |
| protected abstract String | fixShellTag(String tag) |
| protected abstract void | getMOHeader(String[] tokens, Hashtable[] mos, int nThisLine) |
| protected abstract void | readAtomsInBohrCoordinates() |
| abstract AtomSetCollection | readAtomSetCollection(BufferedReader reader) |
| void | readComponents(int count, float[] components) |
| protected void | readFrequencies() |
| protected void | readGaussianBasis(String initiator, String terminator) |
| protected void | readMolecularOrbitals() |