User 870ab5b546
07-07-2006 21:00:11
In the compound below, it should be possible to draw an electron-flow arrow from the C1=C2 bond to a C2-C5 incipient bond, but it is not.
And in the following compound, it should be possible to draw an electron-flow arrow from the C3-C4 bond to the incipient C3-C5 bond, but it is not.
Code: |
<?xml version="1.0" ?> <MDocument> <MChemicalStruct> <molecule molID="m1"> <atomArray atomID="a1 a2 a3 a4 a5 a6" elementType="C C C C C C" radical="0 0 0 0 monovalent 0" x2="-5.533640047683716 -3.958639761581421 -2.4580267461395264 -2.4580267461395264 -3.7916667461395264 -3.7916667461395264" y2="1.6963331227302554 3.411333253860473 2.594666650772094 1.054666650772095 0.2846666507720954 -1.2553333492279046" /> <bondArray> <bond atomRefs2="a5 a1" order="1" /> <bond atomRefs2="a1 a2" order="2" /> <bond atomRefs2="a3 a4" order="1" /> <bond atomRefs2="a5 a4" order="1" /> <bond atomRefs2="a2 a3" order="1" /> <bond atomRefs2="a5 a6" order="1" /> </bondArray> </molecule> </MChemicalStruct> </MDocument> |
And in the following compound, it should be possible to draw an electron-flow arrow from the C3-C4 bond to the incipient C3-C5 bond, but it is not.
Code: |
<?xml version="1.0" ?> <MDocument> <MChemicalStruct> <molecule molID="m1"> <atomArray atomID="a1 a2 a3 a4 a5 a6" elementType="C C C C C C" formalCharge="0 0 0 0 1 0" x2="-5.533640047683716 -3.958639761581421 -2.4580267461395264 -0.7080266269302369 -3.7916667461395264 -3.7916667461395264" y2="1.6963331227302554 3.411333253860473 2.594666650772094 0.6463333194255831 0.2846666507720954 -1.2553333492279046" /> <bondArray> <bond atomRefs2="a5 a1" order="1" /> <bond atomRefs2="a3 a4" order="1" /> <bond atomRefs2="a5 a4" order="1" /> <bond atomRefs2="a2 a3" order="1" /> <bond atomRefs2="a5 a6" order="1" /> </bondArray> </molecule> </MChemicalStruct> </MDocument> |