Class AimsReader

java.lang.Object
org.jmol.adapter.smarter.AtomSetCollectionReader
org.jmol.adapter.readers.xtal.AimsReader
All Implemented Interfaces:
javajs.api.GenericLineReader

public class AimsReader extends AtomSetCollectionReader
FHI-aims (http://www.fhi-berlin.mpg.de/aims) geometry.in file format samples of relevant lines in geometry.in file are included as comments below modified (May 1, 2011, hansonr@stolaf.edu) to account for atom/atom_frac lines and to bring it into compliance with other load options (such as overriding file-based symmetry or unit cell parameters).
Version:
1.3
Author:
Joerg Meyer, TU Muenchen 2011 (joerg.meyer@ch.tum.de)
  • Field Details

    • globalDoApplySymmetry

      private boolean globalDoApplySymmetry
    • isFractional

      private boolean isFractional
    • nLatticeVectors

      private int nLatticeVectors
  • Constructor Details

    • AimsReader

      public AimsReader()
  • Method Details