Skip to content

Commit 6c02790

Browse files
authored
Merge pull request #617 from ReactionMechanismGenerator/2003_Miller
Removed a comment from 2003_Miller kin lib
2 parents 62bf75a + f9c5ee2 commit 6c02790

1 file changed

Lines changed: 1 addition & 12 deletions

File tree

  • input/kinetics/libraries/2003_Miller_Propargyl_Recomb_High_P

input/kinetics/libraries/2003_Miller_Propargyl_Recomb_High_P/reactions.py

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -103,16 +103,5 @@
103103
index = 14,
104104
label = "IV <=> B",
105105
degeneracy = 1,
106-
kinetics = Arrhenius(
107-
A = (1.012e+13, 's^-1'),
108-
n = 0.1,
109-
Ea = (41.203, 'kcal/mol'),
110-
T0 = (1, 'K'),
111-
comment = 'CBS-QB3 calculated',
112-
),
113-
longDesc =
114-
u"""
115-
CBS-QB3 calculated
116-
""",
106+
kinetics = Arrhenius(A=(1.012e+13, 's^-1'), n=0.1, Ea=(41.203, 'kcal/mol'), T0=(1, 'K')),
117107
)
118-

0 commit comments

Comments
 (0)