org.jmol.adapter.readers.more

Class FoldingXyzReader

public class FoldingXyzReader extends AtomSetCollectionReader

This reader is for current.xyz files generated by Folding@Home project (see http://folding.stanford.edu) I have not found a precise description of the file format. I used source code from fpd from Dick Howell to analyze the file format. (see http://boston.quik.com/rph)
Field Summary
static booleanuseAutoBond
Method Summary
voidreadAtoms(int modelAtomCount)
AtomSetCollectionreadAtomSetCollection(BufferedReader reader)

Field Detail

useAutoBond

private static final boolean useAutoBond

Method Detail

readAtoms

void readAtoms(int modelAtomCount)

Parameters: modelAtomCount

Throws: Exception

readAtomSetCollection

public AtomSetCollection readAtomSetCollection(BufferedReader reader)