Skip to content

ENH: parser for vasprun.xml files now reads all k-points as well as parameters

username-removed-389708 requested to merge vasp_xml_reader_fix into master

The previous version of the vasprun.xml parser read only the first k-point. The modified version loops over all k-points and adds this information to the SinglePointDFTCalculator object.

In addition the parser now collects the values of those computational parameters that are defined in the vasp calculator and adds this information to the parameters "dictionary" of the SinglePointDFTCalculator object.

Merge request reports