Class 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 Detail

      • 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
      • elementLabel

        protected String[] elementLabel
      • radiusPt

        int radiusPt
      • elementPt

        int elementPt
    • Constructor Detail

      • VaspPoscarReader

        public VaspPoscarReader()