Skip to content

Commit da8f011

Browse files
committed
Max TRSH ESS counter
Added a counter now to how many times ARC will troubleshoot an ESS job. This is set in the settings.py - default is 10 times.
1 parent 3c8684e commit da8f011

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

arc/settings/settings.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,7 @@
272272
inconsistency_ab = 0.3 # maximum allowed inconsistency between consecutive points in the scan given as a fraction
273273
# of the maximum scan energy. Default: 30%
274274
max_rotor_trsh = 4 # maximum number of times to troubleshoot the same rotor scan
275+
max_ess_trsh = 10 # maximum number of times to troubleshoot the same ESS job (opt, sp, freq, etc.)
275276

276277
# Thresholds for identifying significant changes in bond distance, bond angle,
277278
# or torsion angle during a rotor scan. For a TS, only 'bond' and 'torsion' are considered.

0 commit comments

Comments
 (0)