Skip to content

Commit 5161b90

Browse files
committed
Add GAV for oxitene and oxerene ring groups
GAV's derived from just the molecules themselves which I found in the DFT_QCI library. Adding the GAV values makes it so that substituted molecules will be much more accurate during model generation. Admittedly the method for deriving the GAV is not great because of the minimal training set, but it will probably still be much better than it was.
1 parent 14054ed commit 5161b90

1 file changed

Lines changed: 50 additions & 0 deletions

File tree

input/thermo/groups/ring.py

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,31 @@
197197
""",
198198
)
199199

200+
entry(
201+
index = 158,
202+
label = "oxirene",
203+
group =
204+
"""
205+
1 Cd u0 {2,S} {3,D}
206+
2 * Os u0 {1,S} {3,S}
207+
3 Cd u0 {1,D} {2,S}
208+
""",
209+
thermo = ThermoData(
210+
Tdata = ([300,400,500,600,800,1000,1500],'K'),
211+
Cpdata = ([0.283,-1.56,-2.46,-2.83,-3.22,-3.08,-3.04],'cal/(mol*K)'),
212+
H298 = (80.64,'kcal/mol'),
213+
S298 = (38.08,'cal/(mol*K)'),
214+
),
215+
shortDesc = u"""Derived from goldsmith's DFT-QCI library""",
216+
longDesc =
217+
u"""
218+
219+
""",
220+
)
221+
222+
223+
224+
200225
entry(
201226
index = 8,
202227
label = "cyclopropanedione",
@@ -577,6 +602,29 @@
577602
""",
578603
)
579604

605+
entry(
606+
index = 159,
607+
label = "Oxetene",
608+
group =
609+
"""
610+
1 * Os u0 {2,S} {4,S}
611+
2 Cd u0 {1,S} {3,D}
612+
3 Cd u0 {2,D} {4,S}
613+
4 C u0 {1,S} {3,S}
614+
""",
615+
thermo = ThermoData(
616+
Tdata = ([300,400,500,600,800,1000,1500],'K'),
617+
Cpdata = ([-3.88,-4.22,-4.18,-3.97,-3.65,-3.56,-2.93],'cal/(mol*K)'),
618+
H298 = (32.51,'kcal/mol'),
619+
S298 = (29.26,'cal/(mol*K)'),
620+
),
621+
shortDesc = u"""Derived from goldsmith's DFT-QCI library""",
622+
longDesc =
623+
u"""
624+
625+
""",
626+
)
627+
580628
entry(
581629
index = 83,
582630
label = "Beta-Propiolactone",
@@ -3594,6 +3642,7 @@
35943642
L3: Cyclopropane
35953643
L3: Cyclopropene
35963644
L3: Cyclopropadiene
3645+
L3: oxirene
35973646
L3: Cyclopropatriene
35983647
L3: Ethylene_oxide
35993648
L3: dioxirane
@@ -3615,6 +3664,7 @@
36153664
L3: Cyclobutane
36163665
L3: Cyclobutene
36173666
L3: Oxetane
3667+
L3: Oxetene
36183668
L3: Beta-Propiolactone
36193669
L3: Cyclobutanone
36203670
L3: 12dioxetane

0 commit comments

Comments
 (0)