Skip to content

Commit 462b48c

Browse files
authored
Merge pull request #214 from ReactionMechanismGenerator/chargedCarbene
Forbid a charged carbene in singlet_carbene_intra_disproportionation
2 parents f4872ba + 056ca9c commit 462b48c

File tree

1 file changed

+12
-12
lines changed
  • input/kinetics/families/Singlet_Carbene_Intra_Disproportionation

1 file changed

+12
-12
lines changed

input/kinetics/families/Singlet_Carbene_Intra_Disproportionation/groups.py

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
label = "singletcarbene_CH",
2626
group=
2727
"""
28-
1 *1 C u0 p1 {2,[S,D]}
28+
1 *1 C u0 p1 c0 {2,[S,D]}
2929
2 *2 C u0 {1,[S,D]} {3,S}
3030
3 *3 H u0 {2,S}
3131
""",
@@ -37,7 +37,7 @@
3737
label = "singletcarbene",
3838
group =
3939
"""
40-
1 *1 C u0 p1
40+
1 *1 C u0 p1 c0
4141
""",
4242
kinetics = None,
4343
shortDesc = "",
@@ -73,7 +73,7 @@
7373
3 C u0 {2,S} {4,D}
7474
4 C u0 {3,D} {6,S}
7575
5 C u0 {2,D}
76-
6 *1 C u0 p1 {1,S} {4,S}
76+
6 *1 C u0 p1 c0 {1,S} {4,S}
7777
7 *3 H u0 {1,S}
7878
""",
7979
kinetics = None,
@@ -94,7 +94,7 @@
9494
3 C u0 {2,D} {4,S}
9595
4 C u0 {3,S} {5,D}
9696
5 C u0 {4,D} {6,S}
97-
6 *1 C u0 p1 {1,S} {5,S}
97+
6 *1 C u0 p1 c0 {1,S} {5,S}
9898
7 *3 H u0 {1,S}
9999
""",
100100
kinetics = None,
@@ -110,7 +110,7 @@
110110
label = "CsJ2-C",
111111
group =
112112
"""
113-
1 *1 C u0 p1 {2,S}
113+
1 *1 C u0 p1 c0 {2,S}
114114
2 *2 C u0 {1,S} {3,S}
115115
3 *3 H u0 {2,S}
116116
""",
@@ -127,7 +127,7 @@
127127
label = "CdJ2=C",
128128
group =
129129
"""
130-
1 *1 C u0 p1 {2,D}
130+
1 *1 C u0 p1 c0 {2,D}
131131
2 *2 C u0 {1,D} {3,S}
132132
3 *3 H u0 {2,S}
133133
""",
@@ -144,7 +144,7 @@
144144
label = "CdJ2",
145145
group =
146146
"""
147-
1 *1 Cd u0 p1
147+
1 *1 Cd u0 p1 c0
148148
""",
149149
kinetics = None,
150150
shortDesc = "",
@@ -159,7 +159,7 @@
159159
label = "CsJ2H",
160160
group =
161161
"""
162-
1 *1 Cs u0 p1 {2,S}
162+
1 *1 Cs u0 p1 c0 {2,S}
163163
2 H u0 {1,S}
164164
""",
165165
kinetics = None,
@@ -175,7 +175,7 @@
175175
label = "CsJ2C",
176176
group =
177177
"""
178-
1 *1 Cs u0 p1 {2,S}
178+
1 *1 Cs u0 p1 c0 {2,S}
179179
2 C u0 {1,S}
180180
""",
181181
kinetics = None,
@@ -191,7 +191,7 @@
191191
label = "CsJ2(CsC)",
192192
group =
193193
"""
194-
1 *1 Cs u0 p1 {2,S}
194+
1 *1 Cs u0 p1 c0 {2,S}
195195
2 Cs u0 {1,S} {3,S}
196196
3 C u0 {2,S}
197197
""",
@@ -208,7 +208,7 @@
208208
label = "CsJ2(C=C)",
209209
group =
210210
"""
211-
1 *1 Cs u0 p1 {2,S}
211+
1 *1 Cs u0 p1 c0 {2,S}
212212
2 Cd u0 {1,S} {3,D}
213213
3 C u0 {2,D}
214214
""",
@@ -366,4 +366,4 @@
366366
L2: CH(C)C
367367
L2: CH=C
368368
"""
369-
)
369+
)

0 commit comments

Comments
 (0)