PAOFLOW.inputs.read_VASP#
Functions#
|
Parse the |
Module Contents#
- PAOFLOW.inputs.read_VASP.parse_vasprun_data(data_controller, fname, symprec=0.0001)[source]#
Parse the
vasprun.xmlfile produced by VASP.- Parameters:
data_controller (DataController) – Object providing
data_arraysanddata_attributes. Required attributes:verbose.fname (str) – Full path to
vasprun.xml.symprec (float, optional) – Symmetry precision passed to
spglibfor symmetry analysis (default1e-4).
- Returns:
Populates
data_arraysanddata_attributeswith all structural, electronic, and k-grid information extracted from the VASP XML output.- Return type:
None