We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4872ba commit f7aa4c9Copy full SHA for f7aa4c9
1 file changed
input/kinetics/families/Singlet_Carbene_Intra_Disproportionation/groups.py
@@ -25,7 +25,7 @@
25
label = "singletcarbene_CH",
26
group=
27
"""
28
- 1 *1 C u0 p1 {2,[S,D]}
+ 1 *1 C u0 p1 c0 {2,[S,D]}
29
2 *2 C u0 {1,[S,D]} {3,S}
30
3 *3 H u0 {2,S}
31
""",
@@ -37,7 +37,7 @@
37
label = "singletcarbene",
38
group =
39
40
-1 *1 C u0 p1
+1 *1 C u0 p1 c0
41
42
kinetics = None,
43
shortDesc = "",
@@ -366,4 +366,17 @@
366
L2: CH(C)C
367
L2: CH=C
368
369
-)
+)
370
+
371
+forbidden(
372
+ label = "charged_carbene",
373
+ group =
374
+"""
375
+1 *1 C u0 p1 c-1
376
+""",
377
+ shortDesc = u"""""",
378
+ longDesc =
379
+u"""
380
381
382
0 commit comments