RDKit
Open-source cheminformatics and machine learning.
|
#include <FileParsers.h>
Public Attributes | |
bool | sanitize = true |
bool | removeHs = true |
bool | proximityBonding = true |
unsigned int | flavor = 0 |
Definition at line 365 of file FileParsers.h.
flavor to use
Definition at line 370 of file FileParsers.h.
if set to true, proximity bonding will be performed
Definition at line 368 of file FileParsers.h.
remove Hs after constructing the molecule
Definition at line 367 of file FileParsers.h.
sanitize the molecule after building it
Definition at line 366 of file FileParsers.h.