Skip to content

Commit 56e3b05

Browse files
committed
Define recipe and root node from the ring opening direction for Intra_R_Add_Exocyclic
1 parent 43016d5 commit 56e3b05

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

  • input/kinetics/families/Intra_R_Add_Exocyclic

input/kinetics/families/Intra_R_Add_Exocyclic/groups.py

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@
1919
autoGenerated = True
2020

2121
recipe(actions=[
22-
['CHANGE_BOND', '*2', -1, '*3'],
23-
['FORM_BOND', '*1', 1, '*2'],
24-
['LOSE_RADICAL', '*1', '1'],
25-
['GAIN_RADICAL', '*3', '1'],
22+
['CHANGE_BOND', '*2', 1, '*3'],
23+
['BREAK_BOND', '*1', 1, '*2'],
24+
['LOSE_RADICAL', '*3', '1'],
25+
['GAIN_RADICAL', '*1', '1'],
2626
])
2727

2828
boundaryAtoms = ["*1", "*2"]
@@ -32,9 +32,9 @@
3232
label = "Root",
3333
group =
3434
"""
35-
1 *2 [Cd,Ct,Cb,Cbf,CO,CS,N] u0 {2,[D,T,B]}
36-
2 *3 [Cd,Ct,Cb,Cbf,O2d,S2d,Cdd,N] u0 c0 {1,[D,T,B]}
37-
3 *1 R!H u1
35+
1 *2 R!H u0 c0 r1 {2,[S,B]} {3,[S,D,B]}
36+
2 *1 R!H u0 c0 r1 {1,[S,B]}
37+
3 *3 R!H u1 c0 {1,[S,D,B]}
3838
""",
3939
kinetics = None,
4040
)

0 commit comments

Comments
 (0)