![]() |
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 960 of file MMFF/Params.h.
| ForceFields::MMFF::MMFFVdWCollection::MMFFVdWCollection | ( | std::string | mmffVdW = "" | ) |
References d_params.
|
inline |
Looks up the parameters for a particular key and returns them.
Definition at line 972 of file MMFF/Params.h.
References d_atomType, and d_params.
| double ForceFields::MMFF::MMFFVdWCollection::B |
Definition at line 964 of file MMFF/Params.h.
| double ForceFields::MMFF::MMFFVdWCollection::Beta |
Definition at line 965 of file MMFF/Params.h.
| std::vector<std::uint8_t> ForceFields::MMFF::MMFFVdWCollection::d_atomType |
| std::vector<MMFFVdW> ForceFields::MMFF::MMFFVdWCollection::d_params |
the parameter vector
Definition at line 989 of file MMFF/Params.h.
Referenced by MMFFVdWCollection(), and operator()().
| double ForceFields::MMFF::MMFFVdWCollection::DAEPS |
Definition at line 967 of file MMFF/Params.h.
| double ForceFields::MMFF::MMFFVdWCollection::DARAD |
Definition at line 966 of file MMFF/Params.h.
| double ForceFields::MMFF::MMFFVdWCollection::power |
gets a pointer to the singleton MMFFVdWCollection
Definition at line 963 of file MMFF/Params.h.