RDKit
Open-source cheminformatics and machine learning.
|
#include <Params.h>
Public Member Functions | |
const std::pair< int, const MMFFChg * > | getMMFFChgParams (const unsigned int bondType, const unsigned int iAtomType, const unsigned int jAtomType) const |
Looks up the parameters for a particular key and returns them. | |
MMFFChgCollection (std::string mmffChg="") | |
the parameter 3D-map | |
Public Attributes | |
std::vector< MMFFChg > | d_params |
the parameter vector | |
std::vector< std::uint8_t > | d_iAtomType |
atom type vector for atom i | |
std::vector< std::uint8_t > | d_jAtomType |
atom type vector for atom j | |
std::vector< std::uint8_t > | d_bondType |
bond type vector for bond i-j | |
Definition at line 246 of file MMFF/Params.h.
ForceFields::MMFF::MMFFChgCollection::MMFFChgCollection | ( | std::string | mmffChg = "" | ) |
the parameter 3D-map
|
inline |
Looks up the parameters for a particular key and returns them.
Definition at line 252 of file MMFF/Params.h.
std::vector<std::uint8_t> ForceFields::MMFF::MMFFChgCollection::d_bondType |
bond type vector for bond i-j
Definition at line 306 of file MMFF/Params.h.
std::vector<std::uint8_t> ForceFields::MMFF::MMFFChgCollection::d_iAtomType |
atom type vector for atom i
Definition at line 304 of file MMFF/Params.h.
std::vector<std::uint8_t> ForceFields::MMFF::MMFFChgCollection::d_jAtomType |
atom type vector for atom j
Definition at line 305 of file MMFF/Params.h.
std::vector<MMFFChg> ForceFields::MMFF::MMFFChgCollection::d_params |
the parameter vector
Definition at line 303 of file MMFF/Params.h.