Skip to content

Commit 479ae3f

Browse files
committed
Changes to intra_substitutionCS_cyclization
Convert S-R to S in order to include groups that have unpaired electrons on adjacent atoms. Add S-SJ sub-node for disulfide group.
1 parent 82e2144 commit 479ae3f

2 files changed

Lines changed: 16 additions & 5 deletions

File tree

input/kinetics/families/intra_substitutionCS_cyclization/groups.py

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,10 @@
9090

9191
entry(
9292
index = 4,
93-
label = "S-R",
93+
label = "S",
9494
group =
9595
"""
96-
1 *2 S u0 {2,S}
97-
2 R u0 {1,S}
96+
1 *2 S u0
9897
""",
9998
kinetics = None,
10099
)
@@ -2177,6 +2176,17 @@
21772176
kinetics = None,
21782177
)
21792178

2179+
entry(
2180+
index = 167,
2181+
label = "S-SJ",
2182+
group =
2183+
"""
2184+
1 *2 S u0 {2,S}
2185+
2 S u1 {1,S}
2186+
""",
2187+
kinetics = None,
2188+
)
2189+
21802190
tree(
21812191
"""
21822192
L1: XSYJ
@@ -2346,10 +2356,11 @@
23462356
L2: Cds
23472357
L2: Ct
23482358
2349-
L1: S-R
2359+
L1: S
23502360
L2: S-H
23512361
L2: S-Cs
23522362
L2: S-Ss
2363+
L2: S-SJ
23532364
"""
23542365
)
23552366

input/kinetics/families/intra_substitutionCS_cyclization/rules.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"""
99
entry(
1010
index = 1,
11-
label = "XSYJ;YJ;C;S-R",
11+
label = "XSYJ;YJ;C;S",
1212
kinetics = ArrheniusEP(
1313
A = (1e+12, 's^-1'),
1414
n = 0,

0 commit comments

Comments
 (0)