Files
rdkit/Code/GraphMol/MarvinParse/test_data/MonomerSgroup.mrv
Jonathan Bisson 56170a455d Add support for Marvin files (#6575)
* Add support for Marvin files

* And MRV lib to the Java wrapper

* And MRV lib to the Java wrapper

* Removed use of void * in MarvinParser.cpp and MarvinParser.h

* Changes as per code review from Greg

* Changes for PR review - many virtual methods

* changes as per Jonathan's comments

* some suggested changes

* PR review changes and fixed unit tests

* after merge, changes to make it run

* More PR review changes

* removed unneeded std::move()s · rdkit/rdkit@b4b8b9a · GitHub

* More PR review changes

* fix a compile error

* more defensive programming

* reorder

* final? PR review updates

* Erata

---------

Co-authored-by: Tad Hurst <tad.hurst@collaborativedrug.com>
Co-authored-by: greg landrum <greg.landrum@gmail.com>
Co-authored-by: tadhurst-cdd <112502803+tadhurst-cdd@users.noreply.github.com>
2023-09-01 04:50:34 +02:00

28 lines
1.6 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/marvin/schema/mrvSchema_18_11_0.xsd" version="ChemAxon file format v18.11.0, generated by v18.14.0">
<MDocument>
<MChemicalStruct>
<molecule title="polymethylhydrosiloxane" molID="m1">
<propertyList>
<property dictRef="type" title="type">
<scalar>common</scalar>
</property>
</propertyList>
<atomArray atomID="a1 a2 a3 a4" elementType="C Si O *" sgroupRef="sg1 sg1 sg1 sg1"></atomArray>
<bondArray>
<bond id="b1" atomRefs2="a1 a2" order="1"></bond>
<bond id="b2" atomRefs2="a2 a3" order="1"></bond>
<bond id="b3" atomRefs2="a2 a4" order="1"></bond>
</bondArray>
<molecule id="sg1" role="MonomerSgroup" title="mon" charge="onAtoms" molID="m2" atomRefs="a2 a1 a3 a4">
<MBracket type="SQUARE" orientation="DOUBLE">
<MPoint x="-0.8726666666666667" y="1.078"></MPoint>
<MPoint x="1.2833333333333334" y="1.078"></MPoint>
<MPoint x="1.2833333333333334" y="-1.078"></MPoint>
<MPoint x="-0.8726666666666667" y="-1.078"></MPoint>
</MBracket>
</molecule>
</molecule>
</MChemicalStruct>
</MDocument>
</cml>