Skip to content
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

Fix Yb PSP: change Yb_2 to Yb_3 #319

Merged
merged 2 commits into from
May 2, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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