org.jmol.adapter.readers.more

Class MopacDataReader

abstract class MopacDataReader extends AtomSetCollectionReader

Author: hansonr

Field Summary
protected static int[]dValues
protected Vectorfloatinfo
protected Vectorintinfo
protected HashtablemoData
protected static floatMIN_COEF
protected intnOrbitals
protected Vectororbitals
Method Summary
protected voidaddSlater(int i0, int i1, int i2, int i3, int i4, float zeta, float coef)
abstract AtomSetCollectionreadAtomSetCollection(BufferedReader reader)
protected voidsetMOs(String units)
protected voidsetSlaters()

Field Detail

dValues

protected static final int[] dValues

floatinfo

protected final Vector floatinfo

intinfo

protected final Vector intinfo

moData

protected final Hashtable moData

MIN_COEF

protected static final float MIN_COEF

nOrbitals

protected int nOrbitals

orbitals

protected final Vector orbitals

Method Detail

addSlater

protected final void addSlater(int i0, int i1, int i2, int i3, int i4, float zeta, float coef)

readAtomSetCollection

public abstract AtomSetCollection readAtomSetCollection(BufferedReader reader)

setMOs

protected final void setMOs(String units)

setSlaters

protected final void setSlaters()