Skip to content

ENH: Vasp XML import missing info: spin channels, k-point weightings

username-removed-282459 requested to merge ajjackson/ase:vasp_spin into master

Currently the Vasp XML importer only reads the eigenvalues and occupancies of one spin channel. It also does not grab the information about k-point weightings, which may be needed for applying energy corrections. As the SinglePointCalculator has an API for these properties and they are in the XML file, they should be included.

Edited by username-removed-282459

Merge request reports