atomistics.calculators.vasp.OutputParser#
- class atomistics.calculators.vasp.OutputParser(working_directory: str, structure: Atoms)[source]#
Bases:
objectParse VASP output files from a completed calculation.
- Parameters:
working_directory (str) – Path to the directory containing VASP output files.
structure (Atoms) – The input ASE structure used for the calculation.
Methods
__init__(working_directory, structure)Return the total energy from the last ionic step in eV.
Return the atomic forces from the last ionic step in eV/Å.
Return the stress tensor from the last ionic step in kBar.
Return the cell volume from the last ionic step in ų.