-
Notifications
You must be signed in to change notification settings - Fork 109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: VASP GAMMA version not used when KSPACING is set in INCAR #348
Comments
did you specify custodian/src/custodian/vasp/jobs.py Lines 127 to 130 in 880ca8b
|
|
Right, IIRC when |
Hi @janosh , yes, I did set the |
@naik-aakash @janosh: we'd need to add either a handler to check for when the KSPACING-generated k-points is 1x1x1 and centered at |
The VASP gamma code was written in the age before KSPACING was introduced. I am fine with adding logic to check for KSPACING and choosing the gamma version if it results in a 1x1x1 KPOINT. Someone would have to implement it though. |
Code snippet
No response
What happened?
Expected behaviour
vasp_gam version should be used instead of VASP std.
Potetial fix
Adapt the checks on the following line
custodian/src/custodian/vasp/jobs.py
Line 245 in 880ca8b
Version
2024.6.24
Which OS?
Log output
No response
The text was updated successfully, but these errors were encountered: