Skip to content

Commit b3adcba

Browse files
committed
Corrected the adjList for C2H3O in FFCM1(-) thermo library
C2H3O is `Oxirane (ethylene oxide) radical' [CH]1CO1, and not C=C[O] This species appears in FFCM thermo, but does not participate in any of FFCM's reactions (but we should get its thermo right...)
1 parent 807e840 commit b3adcba

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

input/thermo/libraries/FFCM1(-).py

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1398,14 +1398,13 @@
13981398
index = 48,
13991399
label = "C2H3O",
14001400
molecule =
1401-
"""
1402-
multiplicity 2
1403-
1 C u0 p0 c0 {2,D} {4,S} {5,S}
1404-
2 C u0 p0 c0 {1,D} {3,S} {6,S}
1405-
3 O u1 p2 c0 {2,S}
1406-
4 H u0 p0 c0 {1,S}
1401+
"""multiplicity 2
1402+
1 C u0 p0 c0 {2,S} {4,S} {5,S} {6,S}
1403+
2 C u1 p0 c0 {1,S} {3,S} {4,S}
1404+
3 H u0 p0 c0 {2,S}
1405+
4 O u0 p2 c0 {1,S} {2,S}
14071406
5 H u0 p0 c0 {1,S}
1408-
6 H u0 p0 c0 {2,S}
1407+
6 H u0 p0 c0 {1,S}
14091408
""",
14101409
thermo = NASA(
14111410
polynomials = [

0 commit comments

Comments
 (0)