Skip to content

BUG: stopped vasp calculator from witing a KPOINTS file when KSPACING is specified.

username-removed-529586 requested to merge keeeto/ase:add-vasp-py into master

Previous behaviour continued to write a default Gamma point KPOINTS file, even when KSPACING was defined. This resulted in VASP over-riding the KSPACING COMMAND. The fix is to set kpts to () when KSPACING is defined, then to disable writing the KPOINTS file if len(kpts)=0.

Merge request reports