RDKit
Open-source cheminformatics and machine learning.
|
#include <Params.h>
Public Member Functions | |
const MMFFHerschbachLaurie * | operator() (const int iRow, const int jRow) const |
Looks up the parameters for a particular key and returns them. | |
MMFFHerschbachLaurieCollection (std::string mmffHerschbachLaurie="") | |
Public Attributes | |
std::vector< MMFFHerschbachLaurie > | d_params |
the parameter vector | |
std::vector< std::uint8_t > | d_iRow |
periodic row number vector for atom i | |
std::vector< std::uint8_t > | d_jRow |
periodic row number vector for atom j | |
Definition at line 428 of file MMFF/Params.h.
ForceFields::MMFF::MMFFHerschbachLaurieCollection::MMFFHerschbachLaurieCollection | ( | std::string | mmffHerschbachLaurie = "" | ) |
|
inline |
Looks up the parameters for a particular key and returns them.
Definition at line 434 of file MMFF/Params.h.
std::vector<std::uint8_t> ForceFields::MMFF::MMFFHerschbachLaurieCollection::d_iRow |
periodic row number vector for atom i
Definition at line 474 of file MMFF/Params.h.
std::vector<std::uint8_t> ForceFields::MMFF::MMFFHerschbachLaurieCollection::d_jRow |
periodic row number vector for atom j
Definition at line 475 of file MMFF/Params.h.
std::vector<MMFFHerschbachLaurie> ForceFields::MMFF::MMFFHerschbachLaurieCollection::d_params |
the parameter vector
Definition at line 473 of file MMFF/Params.h.