Skip to content

Commit 14038ec

Browse files
Slight adjustment in ultimate metagga_type selection
1 parent cbb4880 commit 14038ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

atomate/vasp/fireworks/core.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ def __init__(
259259
)
260260
# Update the INCAR for the PBESol GGA preconditioning step
261261
metagga_type = vasp_input_set.incar.get("METAGGA",
262-
vasp_input_set_params.get("METAGGA", "R2SCAN"))
262+
vasp_input_set_params.get("METAGGA", "R2scan"))
263263
pre_opt_settings = {"_set": {"GGA": "Ps", "EDIFFG": -0.05},
264264
"_unset": {"METAGGA": metagga_type}}
265265

0 commit comments

Comments
 (0)