-
Notifications
You must be signed in to change notification settings - Fork 418
Add pp_version flag to Vasp input sets
#1699
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
Conversation
Closes facebookresearch#1692. Marked as draft until the next ASE release.
|
@zulissi Can you confirm what version pseudopotentials are used for OC? I didn't see it in the original OC paper. |
|
Thanks Andrew! 54 for OC |
|
Thanks, @mshuaibii! Then this should be the only changes needed in the PR. You may want to bump the minimum ASE version when the next release comes out so users are guaranteed to be getting the right version of the pseudopotentials in their runs. |
|
Sounds good. Do the upstream changes also allow you to just specify a directory here instead of "54"? I assume there's some assumption being made what the directory name should be. Sorry haven't had a chance to go through it yet! |
|
|
Alright, the newest version of ASE is released and should work with these changes. |
Closes #1692. Marked as draft until the next ASE release.