Skip to content

Commit

Permalink
add reverseMap, reac/prod num and logic groups
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisBNEU committed May 9, 2022
1 parent 52cc322 commit b5679a0
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions input/kinetics/families/SubstitutionS/groups.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@

reversible = True

reverseMap = {'*1': '*1', '*2': '*3', '*3': '*2'}
reactantNum = 2
productNum = 2


recipe(actions=[
['BREAK_BOND', '*1', 1, '*2'],
['FORM_BOND', '*1', 1, '*3'],
Expand All @@ -21,17 +26,26 @@
entry(
index = 0,
label = "S-RR_or_RRrad",
group = "OR{S-RR, S-RRrad}",
group =
"""
1 *1 S2s u0 p2 c0 {2,S} {3,S}
2 *2 R ux {1,S}
3 R u0 {1,S}
""",
kinetics = None,
)

entry(
index = 1,
label = "YJ",
group = "OR{Y_2centeradjbirad, HJ, CJ, O_rad, SJ, Y_1centerbirad}",
group =
"""
1 *3 R u[1,2]
""",
kinetics = None,
)


entry(
index = 2,
label = "S-RR",
Expand Down

0 comments on commit b5679a0

Please sign in to comment.