Skip to content

Commit

Permalink
f! PNL
Browse files Browse the repository at this point in the history
  • Loading branch information
alongd committed May 1, 2024
1 parent 2762a22 commit 928d20e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions input/kinetics/libraries/primaryNitrogenLibrary/reactions.py
Original file line number Diff line number Diff line change
Expand Up @@ -7122,9 +7122,9 @@
index = 429,
label='NH2 + HNO <=> NH3 + NO',
duplicate=True,
kinetics = PDepArrhenius(
pressures = ([1, 10, 100, 760, 7600, 76000], 'torr'),
arrhenius = [
kinetics=PDepArrhenius(
pressures=([1, 10, 100, 760, 7600, 76000], 'torr'),
arrhenius=[
Arrhenius(A=(2.18e-18, 'cm^3/(mol*s)'), n=-8.17, Ea=(9064, 'cal/mol'), T0=(1, 'K'), Tmin=(300, 'K'), Tmax=(3000, 'K')),
Arrhenius(A=(7.71e-17, 'cm^3/(mol*s)'), n=-7.79, Ea=(6576, 'cal/mol'), T0=(1, 'K'), Tmin=(300, 'K'), Tmax=(3000, 'K')),
Arrhenius(A=(2.14e-12, 'cm^3/(mol*s)'), n=-6.56, Ea=(3279, 'cal/mol'), T0=(1, 'K'), Tmin=(300, 'K'), Tmax=(3000, 'K')),
Expand All @@ -7134,8 +7134,8 @@
],
),
elementary_high_p = True,
shortDesc = u"""[Lin2009c]""",
longDesc =
shortDesc=u"""[Lin2009c]""",
longDesc=
u"""
k3, Table II
CCSD(T)/6-311+G(3df.2p)//CCSD/6-311++G(d,p)
Expand Down Expand Up @@ -7176,6 +7176,6 @@
longDesc=
u"""
R1 Table I
Ultimate source unclear
Ultimate source is unclear.
""",
)

0 comments on commit 928d20e

Please sign in to comment.