Skip to content

Commit 722d61c

Browse files
committed
Add the structure Ods to forbiddenStructures.py
Ods: an oxygen atom with a single and a double bond Currently we don't have the thermo groups to estimate the thermochemistry of such structures. We can allow them again later.
1 parent 717b407 commit 722d61c

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

input/forbiddenStructures.py

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,25 @@
88
"""
99
recommended = False
1010

11+
12+
entry(
13+
label = "Ods",
14+
group =
15+
"""
16+
1 O {0,1,2,3,4} {2,D} {3,S}
17+
2 R {0,1,2,3,4} {1,D}
18+
3 R {0,1,2,3,4} {1,S}
19+
""",
20+
shortDesc = u"""""",
21+
longDesc =
22+
u"""
23+
24+
""",
25+
history = [
26+
("Mon Nov 18 12:27:50 2013","Beat Buesser <bbuesser@mit.edu>","action","""Beat Buesser <bbuesser@mit.edu> created this entry."""),
27+
],
28+
)
29+
1130
entry(
1231
label = "Od_rad",
1332
group =

0 commit comments

Comments
 (0)