We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbb4880 commit 14038ecCopy full SHA for 14038ec
atomate/vasp/fireworks/core.py
@@ -259,7 +259,7 @@ def __init__(
259
)
260
# Update the INCAR for the PBESol GGA preconditioning step
261
metagga_type = vasp_input_set.incar.get("METAGGA",
262
- vasp_input_set_params.get("METAGGA", "R2SCAN"))
+ vasp_input_set_params.get("METAGGA", "R2scan"))
263
pre_opt_settings = {"_set": {"GGA": "Ps", "EDIFFG": -0.05},
264
"_unset": {"METAGGA": metagga_type}}
265
0 commit comments