Skip to content

Commit

Permalink
fixup! don't use OR for top node in 1,2_NH3_elimination
Browse files Browse the repository at this point in the history
  • Loading branch information
alongd committed Feb 12, 2019
1 parent 4515334 commit 92f8441
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion input/kinetics/families/1,2_NH3_elimination/groups.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,15 @@
entry(
index = 0,
label = "NNHNH2",
group = "OR{non_charged, charged}",
group =
"""
1 *1 N u0 p1 c0 {2,S} {5,S} {6,S}
2 *2 N u0 px cx {1,S} {4,S} {3,[S,D]}
3 *3 N u0 px cx {2,[S,D]}
4 *4 H u0 p0 c0 {2,S}
5 H u0 p0 c0 {1,S}
6 H u0 p0 c0 {1,S}
""",
kinetics = None,
)

Expand Down

0 comments on commit 92f8441

Please sign in to comment.