Skip to content

Commit 170c701

Browse files
Add missing MPSCANRelaxSet.yaml parameters and alphabetize (materialsproject#3615)
* Add missing r2scan parameters * Update hash
1 parent d44363e commit 170c701

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

pymatgen/io/vasp/MPSCANRelaxSet.yaml

+10-7
Original file line numberDiff line numberDiff line change
@@ -10,20 +10,23 @@ INCAR:
1010
ENCUT: 680
1111
IBRION: 2
1212
ISIF: 3
13+
ISMEAR: 0 # included to have some reasonable default
1314
ISPIN: 2
14-
LORBIT: 11
15+
KSPACING: 0.22 # included to have some reasonable default
16+
LAECHG: True
1517
LASPH: True
16-
LREAL: Auto
18+
LCHARG: True
19+
LELF: False # LELF = True restricts calculation to KPAR = 1
1720
LMIXTAU: True
18-
LCHARG: True # write CHGCAR
19-
LAECHG: True # write AECCAR
20-
LELF: False # don't write ELFCAR, restricts calculation to KPAR = 1
21-
LWAVE: False # Don't write WAVECAR
22-
LVTOT: True # write LOCPOT
21+
LORBIT: 11
22+
LREAL: Auto
23+
LVTOT: True
24+
LWAVE: False
2325
METAGGA: R2SCAN
2426
NELM: 200
2527
NSW: 99
2628
PREC: Accurate
29+
SIGMA: 0.05 # included to have some reasonable default
2730
POTCAR_FUNCTIONAL: PBE_54
2831
POTCAR:
2932
Ac: Ac

tests/io/vasp/test_sets.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ def test_sets_changed(self):
115115
"MPAbsorptionSet.yaml": "5931e1cb3cf8ba809b3d4f4a5960d728c682adf1",
116116
"MPHSERelaxSet.yaml": "0d0d96a620461071cfd416ec9d5d6a8d2dfd0855",
117117
"MPRelaxSet.yaml": "f2949cdc5dc8cd0bee6d39a5df0d6a6b7c144821",
118-
"MPSCANRelaxSet.yaml": "2d31ee637cb5d4d96f2e0aba3772a52cbcceb348",
118+
"MPSCANRelaxSet.yaml": "167668225129002b49dc3550c04659869b9b9e47",
119119
"MVLGWSet.yaml": "104ae93c3b3be19a13b0ee46ebdd0f40ceb96597",
120120
"MVLRelax52Set.yaml": "4cfc6b1bd0548e45da3bde4a9c65b3249da13ecd",
121121
"PBE54Base.yaml": "ec317781a7f344beb54c17a228db790c0eb49282",

0 commit comments

Comments
 (0)