Skip to content

Commit

Permalink
Merge pull request #319 from materialsproject/fix-yb-psp
Browse files Browse the repository at this point in the history
  • Loading branch information
utf authored May 2, 2023
2 parents 2a995d7 + ac6b1b0 commit 3c6f7a5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
4 changes: 3 additions & 1 deletion src/atomate2/vasp/sets/BaseMPGGASet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,8 @@ POTCAR:
W: W_pv
Xe: Xe
Y: Y_sv
Yb: Yb_2
# 2023-05-02: change Yb_2 to Yb_3 as latter gives incorrect thermodynamics for most systems with Yb3+
# https://github.com/materialsproject/pymatgen/issues/2968
Yb: Yb_3
Zn: Zn
Zr: Zr_sv
10 changes: 6 additions & 4 deletions src/atomate2/vasp/sets/BaseVaspSet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@ INCAR:
LDAUPRINT: 1
LREAL: False
LMIXTAU: True
LCHARG: True # Output CHGCAR
LAECHG: True # Output AECCAR
LELF: False # Don't output ELFCAR by default as it breaks KPAR
LCHARG: True # Output CHGCAR
LAECHG: True # Output AECCAR
LELF: False # Don't output ELFCAR by default as it breaks KPAR
LWAVE: False # Don't output WAVECAR
LVTOT: True # Output LOCPOT
MAGMOM:
Expand Down Expand Up @@ -213,6 +213,8 @@ POTCAR:
W: W_sv
Xe: Xe
Y: Y_sv
Yb: Yb_2
# 2023-05-02: change Yb_2 to Yb_3 as latter gives incorrect thermodynamics for most systems with Yb3+
# https://github.com/materialsproject/pymatgen/issues/2968
Yb: Yb_3
Zn: Zn
Zr: Zr_sv

0 comments on commit 3c6f7a5

Please sign in to comment.