You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: atomate/vasp/config.py
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -14,4 +14,5 @@
14
14
HALF_KPOINTS_FIRST_RELAX=False# whether to use only half the kpoint density in the initial relaxation of a structure optimization for faster performance
15
15
RELAX_MAX_FORCE=0.25# maximum force allowed on atom for successful structure optimization
16
16
REMOVE_WAVECAR=False# Remove Wavecar after the calculation is finished. Only used for SCAN structure optimizations right now.
17
-
DEFUSE_UNSUCCESSFUL="fizzle"# this is a three-way toggle on what to do if your job looks OK, but is actually unconverged (either electronic or ionic). True -> mark job as COMPLETED, but defuse children. False --> do nothing, continue with workflow as normal. "fizzle" --> throw an error (mark this job as FIZZLED)
17
+
DEFUSE_UNSUCCESSFUL="fizzle"# this is a three-way toggle on what to do if your job looks OK, but is actually unconverged (either electronic or ionic). True -> mark job as COMPLETED, but defuse children. False --> do nothing, continue with workflow as normal. "fizzle" --> throw an error (mark this job as FIZZLED)
18
+
CUSTODIAN_MAX_ERRORS=5# maximum number of errors to correct before custodian gives up
0 commit comments