-
Notifications
You must be signed in to change notification settings - Fork 69
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
VASP RunType
is missing PBE_64
/LDA_64
#1101
Comments
nvm, just realized @unique
class PotcarVersion(Enum):
"""Enum type for POTCAR versions."""
PBE_52 = "PBE_52"
PBE_52_W_HASH = "PBE_52_W_HASH"
PBE_54 = "PBE_54"
PBE_54_W_HASH = "PBE_54_W_HASH"
PBE_64 = "PBE_64"
LDA_52 = "LDA_52"
LDA_52_W_HASH = "LDA_52_W_HASH"
LDA_54 = "LDA_54"
LDA_54_W_HASH = "LDA_54_W_HASH"
LDA_64 = "LDA_64"
PW91 = "PW91"
LDA_US = "LDA_US"
PW91_US = "PW91_US"
Perdew_Zunger81 = "Perdew_Zunger81" could someone migrate this issue over to |
@janosh you may be misunderstanding the Would be happy to do this on the pymatgen side |
yeah exactly, i think having such an
that would be much appreciated! 👍 |
emmet/emmet-core/emmet/core/vasp/calc_types/enums.py
Lines 9 to 20 in a917fc1
tagging @esoteric-ephemera @tsmathis
The text was updated successfully, but these errors were encountered: