Skip to content

Commit 0045d6f

Browse files
committed
Changed max barrier for rotor threshold from 40 to 60 kJ/mol
Mainly affects warning logs, 60 kJ/mol is reasonable
1 parent df07063 commit 0045d6f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

arc/settings/settings.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -265,8 +265,8 @@
265265
rotor_scan_resolution = 8.0 # degrees. Default: 8.0
266266

267267
# rotor validation parameters
268-
maximum_barrier = 40 # a rotor threshold (kJ/mol) above which the mode will be considered as vibrational if
269-
# there's only one well. Default: 40 (~10 kcal/mol)
268+
maximum_barrier = 60 # a rotor threshold (kJ/mol) above which the mode will be considered as vibrational if
269+
# there's only one well. Default: 60 (~14 kcal/mol)
270270
minimum_barrier = 1.0 # a rotor threshold (kJ/mol) below which it is considered a FreeRotor. Default: 1.0 kJ/mol
271271
inconsistency_az = 5 # maximum allowed inconsistency (kJ/mol) between initial and final rotor scan points. Default: 5
272272
inconsistency_ab = 0.3 # maximum allowed inconsistency between consecutive points in the scan given as a fraction

0 commit comments

Comments
 (0)