![]() |
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. More... | |
| MMFFVdWCollection (std::string mmffVdW="") | |
Public Attributes | |
| double | power |
| gets a pointer to the singleton MMFFVdWCollection More... | |
| double | B |
| double | Beta |
| double | DARAD |
| double | DAEPS |
| std::vector< MMFFVdW > | d_params |
| the parameter vector More... | |
| std::vector< std::uint8_t > | d_atomType |
| atom type vector More... | |
Definition at line 1093 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 1105 of file MMFF/Params.h.
| double ForceFields::MMFF::MMFFVdWCollection::B |
Definition at line 1097 of file MMFF/Params.h.
| double ForceFields::MMFF::MMFFVdWCollection::Beta |
Definition at line 1098 of file MMFF/Params.h.
| std::vector<std::uint8_t> ForceFields::MMFF::MMFFVdWCollection::d_atomType |
atom type vector
Definition at line 1128 of file MMFF/Params.h.
| std::vector<MMFFVdW> ForceFields::MMFF::MMFFVdWCollection::d_params |
the parameter vector
Definition at line 1127 of file MMFF/Params.h.
| double ForceFields::MMFF::MMFFVdWCollection::DAEPS |
Definition at line 1100 of file MMFF/Params.h.
| double ForceFields::MMFF::MMFFVdWCollection::DARAD |
Definition at line 1099 of file MMFF/Params.h.
| double ForceFields::MMFF::MMFFVdWCollection::power |
gets a pointer to the singleton MMFFVdWCollection
Definition at line 1096 of file MMFF/Params.h.