What is the difference between the high- and low-level molecule file writers?
OpenEye Scientific Software | FAQThere is an important functional difference between high-level molecule writing method OEWriteMolecule() (or equivalently, the overloaded << operator in C++) and the low-level format-specific writers such as OEWriteMDLFile(). With the high-level writers, OEChem takes responsibility for normalizing the state of the molecule to correspond with the output format.
Related Questions