Skip to content

Commit

Permalink
Corrected CO group in thermo/radical.py
Browse files Browse the repository at this point in the history
CO here is NOT carbon monoxide.
It is a carbene with one lone pair on the C, ":C=O::"
See #195
  • Loading branch information
alongd committed Jun 17, 2017
1 parent 6da8e83 commit 2043f1d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions input/thermo/groups/radical.py
Original file line number Diff line number Diff line change
Expand Up @@ -8314,8 +8314,8 @@
label = "CO",
group =
"""
1 * Ct u0 p1 c-1 {2,T}
2 O4tc u0 p1 c+1 {1,T}
1 * CO u0 p1 {2,D}
2 O2d u0 p2 {1,D}
""",
thermo = ThermoData(
Tdata = ([300,400,500,600,800,1000,1500],'K'),
Expand Down Expand Up @@ -9009,7 +9009,7 @@
L5: CsJ2_S_singlet
L4: CdJ2_singlet
L5: CCdJ2_singlet
L4: CO
L5: CO
L4: CdJ2-Sd_singlet
L3: Oa_singlet
L3: SiJ2_singlet
Expand Down

0 comments on commit 2043f1d

Please sign in to comment.