Skip to content

Commit 2fe6ec5

Browse files
zjburasKEHANG
authored andcommitted
Globally forbid another strained tricyclic that indirectly causes RMG to
crash.
1 parent 89b7345 commit 2fe6ec5

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

input/forbiddenStructures.py

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -594,4 +594,26 @@
594594
Certain unsaturated versions of this strained tricyclic cause RMG
595595
to crash.
596596
""",
597+
)
598+
599+
entry(
600+
label = "strained_tricyclic_3",
601+
group =
602+
"""
603+
1 R!H ux {3,[S,D,T,B]} {7,[S,D,T,B]}
604+
3 R!H ux {1,[S,D,T,B]} {4,[S,D,T,B]} {10,[S,D,T,B]}
605+
4 R!H ux {3,[S,D,T,B]} {5,[S,D,T,B]}
606+
5 R!H ux {4,[S,D,T,B]} {6,[S,D,T,B]} {10,[S,D,T,B]}
607+
6 R!H ux {5,[S,D,T,B]} {7,[S,D,T,B]}
608+
7 R!H ux {1,[S,D,T,B]} {6,[S,D,T,B]} {8,[S,D,T,B]}
609+
8 R!H ux {7,[S,D,T,B]} {9,[S,D,T,B]}
610+
9 R!H ux {8,[S,D,T,B]} {10,[S,D,T,B]}
611+
10 R!H ux {3,[S,D,T,B]} {5,[S,D,T,B]} {9,[S,D,T,B]}
612+
""",
613+
shortDesc = u"""""",
614+
longDesc =
615+
u"""
616+
Certain unsaturated versions of this strained tricyclic cause RMG
617+
to crash.
618+
""",
597619
)

0 commit comments

Comments
 (0)