Skip to content

BUG: VASP XML parser broken by recent changes.

username-removed-522312 requested to merge joalof/ase:fix-vasp-xml-reader into master

Recent changes to the SinglePointDFTCalculator added new kwargs (bzkpts, ibzkpts and efermi) to the init method which broke the VASP XML parser. The issue is fixed here by updating the corresponding kwarg- names in the ase/io/vasp.py file.

Merge request reports