![]() |
RDKit
Open-source cheminformatics and machine learning.
|
the van der Waals term for MMFF More...
#include <Nonbonded.h>
Public Member Functions | |
VdWContrib () | |
VdWContrib (ForceField *owner) | |
void | addTerm (unsigned int idx1, unsigned int idx2, const MMFFVdWRijstarEps *mmffVdWConstants) |
Track a new VdW pair. | |
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 | |
VdWContrib * | copy () const override |
return a copy | |
![]() | |
ForceFieldContrib () | |
ForceFieldContrib (ForceFields::ForceField *owner) | |
virtual | ~ForceFieldContrib () |
Additional Inherited Members | |
![]() | |
ForceField * | dp_forceField {nullptr} |
our owning ForceField | |
the van der Waals term for MMFF
Definition at line 21 of file MMFF/Nonbonded.h.
|
inline |
Definition at line 23 of file MMFF/Nonbonded.h.
ForceFields::MMFF::VdWContrib::VdWContrib | ( | ForceField * | owner | ) |
void ForceFields::MMFF::VdWContrib::addTerm | ( | unsigned int | idx1, |
unsigned int | idx2, | ||
const MMFFVdWRijstarEps * | mmffVdWConstants | ||
) |
Track a new VdW pair.
|
inlineoverridevirtual |
return a copy
Implements ForceFields::ForceFieldContrib.
Definition at line 29 of file MMFF/Nonbonded.h.
|
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.