Skip to content

Commit 5d64082

Browse files
mjohnson541ssun30
authored andcommitted
forbid carbon toss in 1,2_Elimination_LiR
1 parent 3f343bc commit 5d64082

1 file changed

Lines changed: 31 additions & 0 deletions

File tree

  • input/kinetics/families/1,2_Elimination_LiR

input/kinetics/families/1,2_Elimination_LiR/groups.py

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,3 +275,34 @@
275275
"""
276276
)
277277

278+
forbidden(
279+
label = "carbontoss1",
280+
group =
281+
"""
282+
1 *1 C u[0,1] {2,[S,D,B]} {4,S}
283+
2 *2 R!H u[0,1] {1,[S,D,B]} {3,S}
284+
3 *3 R!H u[0,1] {2,S}
285+
4 *4 Li u0 {1,S}
286+
""",
287+
shortDesc = u"""""",
288+
longDesc =
289+
u"""
290+
291+
""",
292+
)
293+
294+
forbidden(
295+
label = "carbontoss2",
296+
group =
297+
"""
298+
1 *1 R!H u[0,1] {2,[S,D,B]} {4,S}
299+
2 *2 R!H u[0,1] {1,[S,D,B]} {3,S}
300+
3 *3 C u[0,1] {2,S}
301+
4 *4 Li u0 {1,S}
302+
""",
303+
shortDesc = u"""""",
304+
longDesc =
305+
u"""
306+
307+
""",
308+
)

0 commit comments

Comments
 (0)