-
Notifications
You must be signed in to change notification settings - Fork 875
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Define
PBE64Base.yaml
for new VASP PBE_64 POTCARs (#3470)
* add pymatgen/io/vasp/PBE64Base.yaml * update MatPESStaticSet PARENT to PBE64Base * update MatPES known_hash and add PBE64Base hash in test_sets.py * fix TestMatPESStaticSet to expect PBE_64 as default POTCARs * use monty zpath in generate_fake_potcar_libraries * fix TestWavecar.test_standard ValueError Invalid rtag=-9223372036854775808, must be one of {45200, 45210, 53300, 53310} /home/runner/work/pymatgen/pymatgen/pymatgen/io/vasp/outputs.py:4252
- Loading branch information
Showing
7 changed files
with
127 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,101 @@ | ||
# POTCARs for PBE_64 | ||
This comment has been minimized.
Sorry, something went wrong. |
||
PARENT: VASPIncarBase | ||
POTCAR_FUNCTIONAL: PBE_64 | ||
POTCAR: | ||
Ac: Ac | ||
Ag: Ag | ||
Al: Al | ||
Am: Am | ||
Ar: Ar | ||
As: As | ||
At: At | ||
Au: Au | ||
B: B | ||
Ba: Ba_sv | ||
Be: Be_sv | ||
Bi: Bi | ||
Br: Br | ||
C: C | ||
Ca: Ca_sv | ||
Cd: Cd | ||
Ce: Ce | ||
Cf: Cf | ||
Cl: Cl | ||
Cm: Cm | ||
Co: Co | ||
Cr: Cr_pv | ||
Cs: Cs_sv | ||
Cu: Cu_pv | ||
Dy: Dy_3 | ||
Er: Er_3 | ||
Eu: Eu | ||
F: F | ||
Fe: Fe_pv | ||
Fr: Fr_sv | ||
Ga: Ga_d | ||
Gd: Gd | ||
Ge: Ge_d | ||
H: H | ||
He: He | ||
Hf: Hf_pv | ||
Hg: Hg | ||
Ho: Ho_3 | ||
I: I | ||
In: In_d | ||
Ir: Ir | ||
K: K_sv | ||
Kr: Kr | ||
La: La | ||
Li: Li_sv | ||
Lu: Lu_3 | ||
Mg: Mg_pv | ||
Mn: Mn_pv | ||
Mo: Mo_pv | ||
N: N | ||
Na: Na_pv | ||
Nb: Nb_pv | ||
Nd: Nd_3 | ||
Ne: Ne | ||
Ni: Ni_pv | ||
Np: Np | ||
O: O | ||
Os: Os_pv | ||
P: P | ||
Pa: Pa | ||
Pb: Pb_d | ||
Pd: Pd | ||
Pm: Pm_3 | ||
Po: Po_d | ||
Pr: Pr_3 | ||
Pt: Pt | ||
Pu: Pu | ||
Ra: Ra_sv | ||
Rb: Rb_sv | ||
Re: Re_pv | ||
Rh: Rh_pv | ||
Rn: Rn | ||
Ru: Ru_pv | ||
S: S | ||
Sb: Sb | ||
Sc: Sc_sv | ||
Se: Se | ||
Si: Si | ||
Sm: Sm_3 | ||
Sn: Sn_d | ||
Sr: Sr_sv | ||
Ta: Ta_pv | ||
Tb: Tb_3 | ||
Tc: Tc_pv | ||
Te: Te | ||
Th: Th | ||
Ti: Ti_pv | ||
Tl: Tl_d | ||
Tm: Tm_3 | ||
U: U | ||
V: V_pv | ||
W: W_sv | ||
Xe: Xe | ||
Y: Y_sv | ||
Yb: Yb_3 | ||
Zn: Zn | ||
Zr: Zr_sv |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@janosh, @esoteric-ephemera: Out of curiosity, are there any planned changes for the PBE .64 set, or is everything going to match the .54 set in terms of the "flavor" of POTCAR chosen? Curious to know what your unofficial recommendations are.