![]() |
RDKit
Open-source cheminformatics and machine learning.
|
Go to the source code of this file.
Namespaces | |
RDKit | |
Includes a bunch of functionality for handling Atom and Bond queries. | |
RDKit::UFF | |
Functions | |
std::pair< int, double > | RDKit::UFF::UFFOptimizeMolecule (ROMol &mol, int maxIters=1000, double vdwThresh=10.0, int confId=-1, bool ignoreInterfragInteractions=true) |
Convenience function for optimizing a molecule using UFF. More... | |
void | RDKit::UFF::UFFOptimizeMoleculeConfs (ROMol &mol, std::vector< std::pair< int, double > > &res, unsigned int numThreads=1, int maxIters=1000, double vdwThresh=10.0, bool ignoreInterfragInteractions=true) |
Convenience function for optimizing all of a molecule's conformations using UFF. More... | |