![]() |
RDKit
Open-source cheminformatics and machine learning.
|
the electrostatic term for MMFF More...
#include <Nonbonded.h>
Public Member Functions | |
| EleContrib () | |
| EleContrib (ForceField *owner) | |
| Constructor. | |
| void | addTerm (unsigned int idx1, unsigned int idx2, double chargeTerm, std::uint8_t dielModel, bool is1_4) |
| double | getEnergy (double *pos) const override |
| returns our contribution to the energy of a position | |
| void | getGrad (double *pos, double *grad) const override |
| calculates our contribution to the gradients of a position | |
| EleContrib * | copy () const override |
| return a copy | |
Public Member Functions inherited from ForceFields::ForceFieldContrib | |
| ForceFieldContrib () | |
| ForceFieldContrib (ForceFields::ForceField *owner) | |
| virtual | ~ForceFieldContrib () |
Additional Inherited Members | |
Protected Attributes inherited from ForceFields::ForceFieldContrib | |
| ForceField * | dp_forceField {nullptr} |
| our owning ForceField | |
the electrostatic term for MMFF
Definition at line 75 of file MMFF/Nonbonded.h.
|
inline |
Definition at line 77 of file MMFF/Nonbonded.h.
Referenced by copy().
| ForceFields::MMFF::EleContrib::EleContrib | ( | ForceField * | owner | ) |
Constructor.
| owner | pointer to the owning ForceField |
| idx1 | index of end1 in the ForceField's positions |
| idx2 | index of end2 in the ForceField's positions |
References ForceFields::ForceFieldContrib::ForceField.
| void ForceFields::MMFF::EleContrib::addTerm | ( | unsigned int | idx1, |
| unsigned int | idx2, | ||
| double | chargeTerm, | ||
| std::uint8_t | dielModel, | ||
| bool | is1_4 ) |
|
inlineoverridevirtual |
return a copy
Implements ForceFields::ForceFieldContrib.
Definition at line 92 of file MMFF/Nonbonded.h.
References EleContrib().
|
overridevirtual |
returns our contribution to the energy of a position
Implements ForceFields::ForceFieldContrib.
|
overridevirtual |
calculates our contribution to the gradients of a position
Implements ForceFields::ForceFieldContrib.