public class VASP5IO extends StructureIO
Constructor and Description |
---|
VASP5IO() |
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.String> |
convertStructureToString(Cell strc)
Convert structure to string representation
|
Cell |
parseStructure(java.util.List<java.lang.String> lines)
Given lines of a file that describes a structure, generate structure.
|
parseFile, parseStructure, printStructure, writeStructureToFile
public java.util.List<java.lang.String> convertStructureToString(Cell strc) throws java.lang.Exception
StructureIO
convertStructureToString
in class StructureIO
strc
- Structure to convertjava.lang.Exception
public Cell parseStructure(java.util.List<java.lang.String> lines) throws java.lang.Exception
StructureIO
parseStructure
in class StructureIO
lines
- Lines describing structurejava.lang.Exception
- If structure is unparseable