RDKit
Open-source cheminformatics and machine learning.
|
#include <MolInterchange.h>
Public Attributes | |
bool | setAromaticBonds |
bool | strictValenceCheck |
bool | parseProperties |
bool | parseConformers |
bool | useHCounts |
Definition at line 39 of file MolInterchange.h.
bool RDKit::MolInterchange::JSONParseParameters::parseConformers |
toggles extracting conformers from the JSON block
Definition at line 46 of file MolInterchange.h.
bool RDKit::MolInterchange::JSONParseParameters::parseProperties |
toggles extracting molecular properties from the JSON block
Definition at line 44 of file MolInterchange.h.
bool RDKit::MolInterchange::JSONParseParameters::setAromaticBonds |
toggles setting the BondType of aromatic bonds to Aromatic
Definition at line 40 of file MolInterchange.h.
bool RDKit::MolInterchange::JSONParseParameters::strictValenceCheck |
toggles doing reasonable valence checks
Definition at line 42 of file MolInterchange.h.
bool RDKit::MolInterchange::JSONParseParameters::useHCounts |
toggles using the implicit H counts for atoms from the JSON block. You may want to set this to false when parsing queries.
Definition at line 48 of file MolInterchange.h.