Skip to content

Commit ad50b2a

Browse files
committed
Intra_R_Add_Endocyclic: update value of training reaction
This value was previously estimated using group additivity. Now it is calculated with TST after doing conformer search and 1D rotor scans
1 parent 8cc2265 commit ad50b2a

1 file changed

Lines changed: 11 additions & 7 deletions

File tree

  • input/kinetics/families/Intra_R_Add_Endocyclic/training

input/kinetics/families/Intra_R_Add_Endocyclic/training/reactions.py

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5885,18 +5885,22 @@
58855885
label = "C7H11-15 <=> C7H11-16",
58865886
degeneracy = 1.0,
58875887
kinetics = Arrhenius(
5888-
A = (4.11e+10, 's^-1'),
5889-
n = 0.19,
5890-
Ea = (96.1065, 'kJ/mol'),
5888+
A = (5.28784e+10, 's^-1'),
5889+
n = 0.330268,
5890+
Ea = (93.693, 'kJ/mol'),
58915891
T0 = (1, 'K'),
58925892
Tmin = (300, 'K'),
5893-
Tmax = (1500, 'K'),
5893+
Tmax = (2000, 'K'),
5894+
comment = 'Fitted to 50 data points; dA = *|/ 1.10622, dn = +|- 0.0133944, dEa = +|- 0.0690683 kJ/mol',
58945895
),
5895-
rank = 0,
5896-
shortDesc = u"""Aaron Vandeputte small GA method""",
5896+
rank = 4,
5897+
shortDesc = """CCSD(T)-F12a/cc-pVDZ-F12//wB97X-D3/def2-TZVP""",
58975898
longDesc =
58985899
u"""
5899-
Converted to training reaction from rate rule: R5_SS_D;doublebond_intra_pri_2H;radadd_intra_csHCd
5900+
Calculated by Kevin Spiekermann
5901+
opt, freq: wB97X-D3/def2-TZVP
5902+
sp: CCSD(T)-F12a/cc-pVDZ-F12
5903+
All species include systematic conformer search and 1D rotor scans
59005904
""",
59015905
)
59025906

0 commit comments

Comments
 (0)