mirror of
https://github.com/rdkit/rdkit.git
synced 2026-06-03 21:44:30 +08:00
* Make kekulization deterministic * Add tautomer order-independence regression (python) * Adjust tautomer tests for deterministic kekulization * Update graphmol wedged-bond kekulization checks * SmilesParse: update aromatic bond index expectations * SmilesParse: refresh cxsmilesTest expected files * Depictor: update testDepictor expected MolBlocks * Depictor: update depictorCatch expectations * Depictor Wrap: update expected MolBlock for pyDepictor * MarvinParse: update testMrvToMol expected outputs * FileParsers: refresh testAtropisomers expected outputs * FileParsers: update tests for deterministic kekulization * MolDraw2D: refresh brittle bond assertions * RascalMCES: update expected cluster size * MinimalLib: make cffi wedging check order-independent * documentation fix * MinimalLib: update Kekulé bond table in aligned-coords test * Hoist duplicated lambdas to TEST_CASE scope * Remove unused originalWedges variable * Remove redundant bounds check; clarify wedge-end preference * Pre-sort allAtms by wedge-end + rank * Use mol.atomNeighbors() for neighbor iteration * Check inAllAtms before linear-scanning done * Drop redundant optsV/wedgedOptsV sorts * Remove unused Canon.h include * Add canonical parameter to Kekulize; skip ranking during sanitization * Test canonical re-kekulization preserves stereo across atom orderings * MinimalLib: update Kekulé bond orders in invertedWedges * Change Kekulize canonical default to false, expose in Python wrappers * keep rank order, push_back * Revert "RascalMCES: update expected cluster size" This reverts commita81bb39495. * docstring change * expose new flag to python wrapper * document changes in ReleaseNotes.md * revert minimallib test changes again * canonical = true defaults * Revert "revert minimallib test changes again" This reverts commit039e1d84da. * Reapply "RascalMCES: update expected cluster size" This reverts commit7b83a7a3e8. --------- Co-authored-by: greg landrum <greg.landrum@gmail.com>
2 lines
2.1 KiB
XML
2 lines
2.1 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<cml xmlns="http://www.chemaxon.com" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.chemaxon.com http://www.chemaxon.com/marvin/schema/mrvSchema_20_20_0.xsd"><MDocument><MChemicalStruct><molecule molID="m1"><atomArray><atom id="a1" elementType="C" x2="-14.1875" y2="1.01917"/><atom id="a2" elementType="C" x2="-15.5212" y2="0.249167"/><atom id="a3" elementType="C" x2="-15.5212" y2="-1.29102"/><atom id="a4" elementType="C" x2="-14.1875" y2="-2.06083"/><atom id="a5" elementType="C" x2="-12.8538" y2="-1.29102"/><atom id="a6" elementType="C" x2="-12.8538" y2="0.249167"/><atom id="a7" elementType="C" x2="-14.1875" y2="2.55917"/><atom id="a8" elementType="C" x2="-12.8538" y2="3.32917"/><atom id="a9" elementType="C" x2="-12.8538" y2="4.86935"/><atom id="a10" elementType="C" x2="-14.1875" y2="5.63917"/><atom id="a11" elementType="C" x2="-15.5212" y2="4.86935"/><atom id="a12" elementType="C" x2="-15.5212" y2="3.32917"/><atom id="a13" elementType="C" x2="-11.5201" y2="2.55915"/><atom id="a14" elementType="C" x2="-16.8549" y2="2.55915"/><atom id="a15" elementType="C" x2="-11.5201" y2="1.01918"/><atom id="a16" elementType="C" x2="-16.8549" y2="1.01918"/><atom id="a17" elementType="C" x2="-18.1886" y2="0.24919"/></atomArray><bondArray><bond id="b1" atomRefs2="a1 a2" order="2"/><bond id="b2" atomRefs2="a1 a6" order="1"/><bond id="b3" atomRefs2="a2 a3" order="1"/><bond id="b4" atomRefs2="a3 a4" order="1"/><bond id="b5" atomRefs2="a4 a5" order="1"/><bond id="b6" atomRefs2="a5 a6" order="1"/><bond id="b7" atomRefs2="a1 a7" order="1"/><bond id="b8" atomRefs2="a8 a9" order="1"/><bond id="b9" atomRefs2="a9 a10" order="2"/><bond id="b10" atomRefs2="a10 a11" order="1"/><bond id="b11" atomRefs2="a11 a12" order="2"/><bond id="b12" atomRefs2="a7 a8" order="2"/><bond id="b13" atomRefs2="a7 a12" order="1"/><bond id="b14" atomRefs2="a8 a13" order="1"/><bond id="b15" atomRefs2="a12 a14" order="1"/><bond id="b16" atomRefs2="a6 a15" order="1"/><bond id="b17" atomRefs2="a2 a16" order="1"/><bond id="b18" atomRefs2="a16 a17" order="1"/></bondArray></molecule></MChemicalStruct></MDocument></cml> |