User 870ab5b546
18-08-2005 18:33:51
Hi, found a small bug in Marvin. When three bonds come out from a stereocenter in a T shape, and one of the outside bonds (180° to another) is a stereo bond, no stereochemistry is found. See:
Code: |
<?xml version="1.0" encoding="MacRoman" ?> <MDocument> <MChemicalStruct> <molecule molID="m1"> <atomArray atomID="a1 a2 a3 a4 a5 a6" elementType="C O C O C O" x2="-1.399999976158142 -0.06632085433010637 -1.399999976158142 0.14000002384185795 -1.399999976158142 0.14000002384185795" y2="2.8583333492279053 3.6283333492279053 1.3183333492279052 1.3183333492279052 -0.2216666507720948 -0.2216666507720948" /> <bondArray> <bond atomRefs2="a3 a1" order="1" /> <bond atomRefs2="a3 a5" order="1"> <bondStereo>H</bondStereo> </bond> <bond atomRefs2="a1 a2" order="2" /> <bond atomRefs2="a3 a4" order="1" /> <bond atomRefs2="a5 a6" order="1" /> </bondArray> </molecule> </MChemicalStruct> </MDocument> |