User 870ab5b546
16-11-2004 19:51:28
In Marvin 3.5.0, when I try to convert a structure with a radical into any of the SMILES formats, I get an error message saying it can't convert the structure. For example, try this one:
Code: |
Marvin 11160414342D
2 1 0 0 0 0 999 V2000
-1.8750 -0.1875 0.0000 C 0 3 0 0 0 0 0 0 0 0 0 0
-1.0500 -0.1875 0.0000 C 0 0 0 0 0 0 0 0 0 0 0 0
1 2 1 0 0 0 0
M CHG 1 1 1
M RAD 1 2 2
M END
|
The inability to convert the structure happens at the Javascript level, too, but apparently only in Explorer on a PC. The getmol("smiles") function called on the structure above generates an empty string. In EPOCH, we call the getmol("smiles") function on a submitted answer. When I submit the structure above, the error message is returned only on a PC (Explorer), not in Safari on the Mac.
User 870ab5b546
16-11-2004 20:40:19
I went through the Daylight documentation and found no rules for dealing with radicals. However, when I asked Daylight about it, I got this response:
Quote: |
Bob,
Yes you are correct C[CH2] represents the ethyl radical and is handled correctly, as such, in our software. See for example the message reported when you enter C[CH2] in the window of http://www.daylight.com/daycgi/depict.
Clearly we cannot take responsibility for other vendors failure to parse the SMILES properly.
However it may be that we should include an explicit example in our documentation to illustrate the fact.
Thank you for pointing it out,
John
|
So there you go. If the number of H atoms is specified but is below the expected number, the atom is a radical.
P.S. Don't feel too bad; ChemDraw doesn't translate radicals to or from SMILES properly either.
User 870ab5b546
18-11-2004 13:13:31
I asked him about that error message, actually. He said that the message was more an alert than an error. In their internal code, Daylight deals with radicals as I suggest.
As for correcting the user's SMILES string, seems to me if the user takes the trouble to specify a subnormal number of H atoms, she has a reason for doing so.
ChemAxon 25dcd765a3
22-11-2004 18:49:03
In this case we surely implement it.
Do you think they use divalent radicals? Like: C[CH]
As far as I know divalent radicals has importence in photochemical reactions.
Do you know some rules how to determine if it is a singlet or triplet.
User 870ab5b546
24-11-2004 12:27:05
I don't know whether they deal with divalent radicals. You can surely contact Daylight and ask them. Since Marvin deals with divalent radicals, it seems reasonable for you to implement them the way you suggest.
There is no reliable way to determine whether a divalent radical is triplet or singlet in its ground state. Usually divalent radicals are generated as singlets, so I think you can make the singlet the default.
ChemAxon 25dcd765a3
24-11-2004 17:50:08
Thank you for your comments. We will implement it in the near future (in 2 month) like this:
Radicals until divalent will be implemented other cases will be corrected, singlet will be the default case.
We may should select which atoms can have radicals.
Probably it is easier to tell which cannot. Noble gases should be excluded.
Other suggestions?
ChemAxon 25dcd765a3
02-02-2005 10:19:09
We implemented this feature in SMILES import / export.
The next Marvin release will contain this feature.