Class VaspPoscarReader

java.lang.Object
org.jmol.adapter.smarter.AtomSetCollectionReader
org.jmol.adapter.readers.xtal.VaspPoscarReader
All Implemented Interfaces:
javajs.api.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 javajs.util.Lst<String> atomLabels
    • haveAtomLabels

      private boolean haveAtomLabels
    • atomsLabeledInline

      private boolean atomsLabeledInline
    • scaleFac

      private float scaleFac
    • ac

      protected int ac
    • title

      protected String title
    • quiet

      protected boolean quiet
    • defaultLabels

      protected String[] defaultLabels
    • unitCellData

      private float[] unitCellData
    • elementLabel

      protected String[] elementLabel
    • radiusPt

      int radiusPt
    • elementPt

      int elementPt
  • Constructor Details

    • VaspPoscarReader

      public VaspPoscarReader()
  • Method Details