Skip to content

Commit

Permalink
make top node of intra_H_migration not an OR and add reverseMap
Browse files Browse the repository at this point in the history
  • Loading branch information
mjohnson541 committed Jun 14, 2021
1 parent d5b7c88 commit af018a4
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion input/kinetics/families/intra_H_migration/groups.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,18 @@
['LOSE_RADICAL', '*1', '1'],
])

reverseMap = {'*1':'*2','*2':'*1'}

boundaryAtoms = ["*1", "*2"]

entry(
index = 0,
label = "RnH",
group = "OR{R2Hall, R3Hall, R4Hall, R5Hall, R6Hall, R7Hall, R8Hall}",
group = """
1 *2 R!H u0 {3,S}
2 *1 R!H u1
3 *3 H u0 {1,S}
""",
kinetics = None,
)

Expand Down

0 comments on commit af018a4

Please sign in to comment.