Class VaspPoscarReader

java.lang.Object
org.jmol.adapter.smarter.AtomSetCollectionReader
org.jmol.adapter.readers.xtal.VaspPoscarReader
All Implemented Interfaces:
GenericLineReader
Direct Known Subclasses:
AFLOWReader, VaspChgcarReader

public class VaspPoscarReader extends AtomSetCollectionReader
adjusted for AFLOW options - adding element names, environment radius on atom line http://cms.mpi.univie.ac.at/vasp/
Version:
1.0
Author:
Pieremanuele Canepa, Wake Forest University, Department of Physics Winston Salem, NC 27106, canepap@wfu.edu (pcanepa@mit.edu), Bob Hanson
  • Field Details

    • atomLabels

      protected Lst<String> atomLabels
    • ac

      protected int ac
    • title

      protected String title
    • quiet

      protected boolean quiet
    • defaultLabels

      protected String[] defaultLabels
    • elementLabel

      protected String[] elementLabel
  • Constructor Details

    • VaspPoscarReader

      public VaspPoscarReader()
  • Method Details