Skip to content

Commit

Permalink
Forbid a charged carbene in singlet_carbene_intra_disproportionation
Browse files Browse the repository at this point in the history
Forbidding a charged carbene such as in C[C-]=[N+]=O from reacting in
the singlet_carbene_intra_disproportionation family. See #213.
  • Loading branch information
alongd committed Sep 11, 2017
1 parent f4872ba commit 55350e4
Showing 1 changed file with 15 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
label = "singletcarbene_CH",
group=
"""
1 *1 C u0 p1 {2,[S,D]}
1 *1 C u0 p1 c0 {2,[S,D]}
2 *2 C u0 {1,[S,D]} {3,S}
3 *3 H u0 {2,S}
""",
Expand Down Expand Up @@ -366,4 +366,17 @@
L2: CH(C)C
L2: CH=C
"""
)
)

forbidden(
label = "charged_carbene",
group =
"""
1 *1 C u0 p1 c-1
""",
shortDesc = u"""""",
longDesc =
u"""
""",
)

0 comments on commit 55350e4

Please sign in to comment.