Class AFLOWReader

All Implemented Interfaces:
javajs.api.GenericLineReader

public class AFLOWReader extends VaspPoscarReader
A reader for various AFLOW file types. For starters, we have output from the binaries page. see http://www.aflowlib.org/binary_alloys.php or, in Jmol, from: print load("http://aflowlib.mems.duke.edu/php/apool.php?POST?job=awrapper_apool&lattice=all&alloy=AgAu") Unit cells are centered. Selected compositions can be obtained using the filter "Ca=0.5" for example.
Version:
1.0
Author:
Bob Hanson
  • Field Details

    • aabb

      private String aabb
    • readPRE

      private boolean readPRE
    • fracB

      private float fracB
    • compositions

      private Map<String,float[]> compositions
    • getComposition

      private boolean getComposition
    • listKey

      private String listKey
    • listKeyCase

      private String listKeyCase
    • fileModelNumber

      private int fileModelNumber
    • havePRE

      private boolean havePRE
    • titleMsg

      private String titleMsg
    • keyMap

      private Map<String,String> keyMap
  • Constructor Details

    • AFLOWReader

      public AFLOWReader()
  • Method Details