User 870ab5b546
01-11-2006 15:14:27
Query:
Target:
Regardless of whether doubleBondStereoMatching() is set to all or none, the two don't match.
Change the cyclohexyl to a methyl in the query, and they do match.
Change the wavy bond in the query to a straight bond, set doubleBondStereoMatching() to none, the two still don't match. But again, change the cyclohexyl to a methyl in the query, and now they do.
???
Code: |
<?xml version="1.0" ?> <MDocument> <MChemicalStruct> <molecule molID="m1"> <atomArray atomID="a1 a2 a3 a4 a5 a6 a7 a8 a9 a10 a11 a12" elementType="O C C N N C C C C C C C" x2="-6.078053333333334 -7.451360000000001 -4.441360000000001 -4.248346666666667 -4.634186666666667 -5.474933333333333 -3.4076000000000004 -3.600613333333334 -2.3738400000000004 -0.9542400000000001 -0.7612266666666667 -1.9880000000000002" y2="-0.035653333333333335 -0.7324800000000001 -0.6585600000000001 0.8693066666666668 -2.186426666666667 1.8002133333333337 -3.1175200000000003 -4.645386666666667 -5.576480000000001 -4.979706666666667 -3.4518400000000002 -2.520746666666667" /> <bondArray> <bond atomRefs2="a2 a1" order="1" /> <bond atomRefs2="a3 a1" order="1" /> <bond atomRefs2="a3 a4" order="2" /> <bond atomRefs2="a3 a5" order="1" /> <bond atomRefs2="a4 a6" order="1"> <bondStereo convention="MDL" conventionValue="4" /> </bond> <bond atomRefs2="a5 a7" order="1" /> <bond atomRefs2="a7 a8" order="1" /> <bond atomRefs2="a7 a12" order="1" /> <bond atomRefs2="a8 a9" order="1" /> <bond atomRefs2="a9 a10" order="1" /> <bond atomRefs2="a10 a11" order="1" /> <bond atomRefs2="a11 a12" order="1" /> </bondArray> </molecule> </MChemicalStruct> </MDocument> |
Target:
Code: |
<?xml version="1.0" ?> <MDocument> <MChemicalStruct> <molecule molID="m1"> <atomArray atomID="a1 a2 a3 a4 a5 a6 a7 a8 a9 a10 a11 a12" elementType="O C C N N C C C C C C C" x2="7.69521834961553 6.321917213030069 9.332068300384808 9.13809276690747 10.742228449951018 10.564916790324332 12.079458724935037 11.89858613137259 10.564916790324332 11.89858613137259 13.232255472420846 13.232255472420846" y2="0.5446699187702813 -0.15221169833057213 -0.07828564699028884 -1.8120117021581832 0.6603805007412344 -3.423876929564825 -0.21540414475117498 -2.6538599890057846 -4.963910810682906 -5.733927751241946 -4.963910810682906 -3.423876929564825" /> <bondArray> <bond atomRefs2="a2 a1" order="1" /> <bond atomRefs2="a3 a1" order="1" /> <bond atomRefs2="a3 a4" order="2"> <bondStereo>C</bondStereo> </bond> <bond atomRefs2="a3 a5" order="1" /> <bond atomRefs2="a5 a7" order="1" /> <bond atomRefs2="a4 a6" order="1" /> <bond atomRefs2="a8 a6" order="1" /> <bond atomRefs2="a6 a9" order="1" /> <bond atomRefs2="a9 a10" order="1" /> <bond atomRefs2="a10 a11" order="1" /> <bond atomRefs2="a11 a12" order="1" /> <bond atomRefs2="a8 a12" order="1" /> </bondArray> </molecule> </MChemicalStruct> </MDocument> |
Regardless of whether doubleBondStereoMatching() is set to all or none, the two don't match.
Change the cyclohexyl to a methyl in the query, and they do match.
Change the wavy bond in the query to a straight bond, set doubleBondStereoMatching() to none, the two still don't match. But again, change the cyclohexyl to a methyl in the query, and now they do.
???