Skip to content

Commit 4ec56cd

Browse files
committed
Define root node and recipe from the reverse direction for Intra_R_Add_Endocyclic
1 parent 91acb05 commit 4ec56cd

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

  • input/kinetics/families/Intra_R_Add_Endocyclic

input/kinetics/families/Intra_R_Add_Endocyclic/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, '*3'],
24-
['GAIN_RADICAL', '*2', '1'],
25-
['LOSE_RADICAL', '*1', '1'],
22+
['CHANGE_BOND', '*2', 1, '*3'],
23+
['BREAK_BOND', '*1', 1, '*3'],
24+
['LOSE_RADICAL', '*2', '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 R!H u0 {2,[D,T,B]}
36-
2 *3 R!H u0 c0 {1,[D,T,B]}
37-
3 *1 R!H u1
35+
1 *2 R!H u1 c0 r1 {2,[S,D,B]}
36+
2 *3 R!H u0 c0 r1 {3,[S,B]} {1,[S,D,B]}
37+
3 *1 R!H u0 c0 r1 {2,[S,B]}
3838
""",
3939
kinetics = None,
4040
)

0 commit comments

Comments
 (0)