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 db89b73 commit 88cd45cCopy full SHA for 88cd45c
atomate/vasp/fireworks/core.py
@@ -265,7 +265,9 @@ def __init__(
265
266
# Disable vdW for the precondition step
267
if vasp_input_set_params.get("vdw"):
268
- pre_opt_settings.update({"_unset": {"LUSE_VDW": True, "BPARAM": 15.7}})
+ pre_opt_settings.update({"_unset": {"LUSE_VDW": True,
269
+ "BPARAM": 15.7,
270
+ "METAGGA": metagga_type}})
271
272
t.append(ModifyIncar(incar_dictmod=pre_opt_settings))
273
0 commit comments