RDKit
Open-source cheminformatics and machine learning.
|
#include <Params.h>
Public Member Functions | |
const MMFFVdW * | operator() (const unsigned int atomType) const |
Looks up the parameters for a particular key and returns them. | |
MMFFVdWCollection (std::string mmffVdW="") | |
Public Attributes | |
double | power |
gets a pointer to the singleton MMFFVdWCollection | |
double | B |
double | Beta |
double | DARAD |
double | DAEPS |
std::vector< MMFFVdW > | d_params |
the parameter vector | |
std::vector< std::uint8_t > | d_atomType |
atom type vector | |
Definition at line 961 of file MMFF/Params.h.
ForceFields::MMFF::MMFFVdWCollection::MMFFVdWCollection | ( | std::string | mmffVdW = "" | ) |
|
inline |
Looks up the parameters for a particular key and returns them.
Definition at line 973 of file MMFF/Params.h.
double ForceFields::MMFF::MMFFVdWCollection::B |
Definition at line 965 of file MMFF/Params.h.
double ForceFields::MMFF::MMFFVdWCollection::Beta |
Definition at line 966 of file MMFF/Params.h.
std::vector<std::uint8_t> ForceFields::MMFF::MMFFVdWCollection::d_atomType |
atom type vector
Definition at line 991 of file MMFF/Params.h.
std::vector<MMFFVdW> ForceFields::MMFF::MMFFVdWCollection::d_params |
the parameter vector
Definition at line 990 of file MMFF/Params.h.
double ForceFields::MMFF::MMFFVdWCollection::DAEPS |
Definition at line 968 of file MMFF/Params.h.
double ForceFields::MMFF::MMFFVdWCollection::DARAD |
Definition at line 967 of file MMFF/Params.h.
double ForceFields::MMFF::MMFFVdWCollection::power |
gets a pointer to the singleton MMFFVdWCollection
Definition at line 964 of file MMFF/Params.h.