custodian
custodian copied to clipboard
[Bug]: VASP GAMMA version not used when KSPACING is set in INCAR
Code snippet
No response
What happened?
- Am trying to run some VASP calculations using atomate2 , where I explicitly set KSPACING in the INCAR
- Custodian is able to run the VASP job successfully but always uses vasp_std even when KPOINTS resulting from KSPACING is 1x1x1
Expected behaviour
vasp_gam version should be used instead of VASP std.
Potetial fix
Adapt the checks on the following line https://github.com/materialsproject/custodian/blob/880ca8b96ec3adfe57497b4cba1b72242db8be83/src/custodian/vasp/jobs.py#L245
Version
2024.6.24
Which OS?
- [ ] MacOS
- [ ] Windows
- [X] Linux
Log output
No response