|
RDKIT_FORCEFIELDHELPERS_EXPORT void | addAtomChargeFlags (const Atom *atom, std::string &atomKey, bool tolerateChargeMismatch=true) |
|
RDKIT_FORCEFIELDHELPERS_EXPORT std::string | getAtomLabel (const Atom *atom) |
|
RDKIT_FORCEFIELDHELPERS_EXPORT unsigned int | twoBitCellPos (unsigned int nAtoms, int i, int j) |
|
RDKIT_FORCEFIELDHELPERS_EXPORT void | setTwoBitCell (boost::shared_array< std::uint8_t > &res, unsigned int pos, std::uint8_t value) |
|
RDKIT_FORCEFIELDHELPERS_EXPORT std::uint8_t | getTwoBitCell (boost::shared_array< std::uint8_t > &res, unsigned int pos) |
|
RDKIT_FORCEFIELDHELPERS_EXPORT boost::shared_array< std::uint8_t > | buildNeighborMatrix (const ROMol &mol) |
|
RDKIT_FORCEFIELDHELPERS_EXPORT void | addBonds (const ROMol &mol, const AtomicParamVect ¶ms, ForceFields::ForceField *field) |
|
RDKIT_FORCEFIELDHELPERS_EXPORT void | addAngles (const ROMol &mol, const AtomicParamVect ¶ms, ForceFields::ForceField *field) |
|
RDKIT_FORCEFIELDHELPERS_EXPORT void | addNonbonded (const ROMol &mol, int confId, const AtomicParamVect ¶ms, ForceFields::ForceField *field, boost::shared_array< std::uint8_t > neighborMatrix, double vdwThresh=100.0, bool ignoreInterfragInteractions=true) |
|
RDKIT_FORCEFIELDHELPERS_EXPORT void | addTorsions (const ROMol &mol, const AtomicParamVect ¶ms, ForceFields::ForceField *field, const std::string &torsionBondSmarts=DefaultTorsionBondSmarts::string()) |
|
RDKIT_FORCEFIELDHELPERS_EXPORT void | addInversions (const ROMol &mol, const AtomicParamVect ¶ms, ForceFields::ForceField *field) |
|