![]() |
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 38 of file MolInterchange.h.
| bool RDKit::MolInterchange::JSONParseParameters::parseConformers |
toggles extracting conformers from the JSON block
Definition at line 45 of file MolInterchange.h.
| bool RDKit::MolInterchange::JSONParseParameters::parseProperties |
toggles extracting molecular properties from the JSON block
Definition at line 43 of file MolInterchange.h.
| bool RDKit::MolInterchange::JSONParseParameters::setAromaticBonds |
toggles setting the BondType of aromatic bonds to Aromatic
Definition at line 39 of file MolInterchange.h.
| bool RDKit::MolInterchange::JSONParseParameters::strictValenceCheck |
toggles doing reasonable valence checks
Definition at line 41 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 47 of file MolInterchange.h.