Skip to content

Commit

Permalink
added AutoTST H Abs training reaction
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfarinajr committed Sep 23, 2021
1 parent 377e820 commit 8f7ba91
Showing 1 changed file with 21 additions and 8 deletions.
29 changes: 21 additions & 8 deletions input/kinetics/families/H_Abstraction/training/reactions.py
Original file line number Diff line number Diff line change
Expand Up @@ -45549,14 +45549,14 @@
shortDesc = """From NIST CH2F2 model""",
)

entry(
index = 3335,
label = "C3H2F4-2 + CF3 <=> C3HF4-3 + CHF3-2",
degeneracy = 1.0,
kinetics = Arrhenius(A=(1.5e+13,'cm^3/(mol*s)'), n=0, Ea=(22000,'cal/mol'), T0=(1,'K')),
rank = 5,
shortDesc = """From NIST CH2F2 model""",
)
# entry(
# index = 3335,
# label = "C3H2F4-2 + CF3 <=> C3HF4-3 + CHF3-2",
# degeneracy = 1.0,
# kinetics = Arrhenius(A=(1.5e+13,'cm^3/(mol*s)'), n=0, Ea=(22000,'cal/mol'), T0=(1,'K')),
# rank = 5,
# shortDesc = """From NIST CH2F2 model""",
# )

entry(
index = 3336,
Expand Down Expand Up @@ -60961,3 +60961,16 @@
""",
)

entry(
index = 4440,
label = "C3HF4-3 + CHF3-2 <=> C3H2F4-2 + CF3",
degeneracy = 1.0,
kinetics = Arrhenius(A=(1755.37,'cm^3/(mol*s)'), n=3.06663, Ea=(227.626,'kJ/mol'), T0=(1,'K'), Tmin=(298,'K'), Tmax=(2500,'K')) ,
rank = 3,
shortDesc = """AutoTST M062X-D3/jun-cc-pvtz Gaussian 16""",
longDesc =
"""
Fitted to 50 data points; dA = *|/ 1.02598, dn = +|- 0.00337009, dEa = +|- 0.0183399 kJ/mol
""",
)

0 comments on commit 8f7ba91

Please sign in to comment.