![]() |
RDKit
Open-source cheminformatics and machine learning.
|
A dihedral angle range constraint modelled after a TorsionContrib. More...
#include <TorsionConstraint.h>
Public Member Functions | |
| TorsionConstraintContrib () | |
| TorsionConstraintContrib (ForceField *owner, unsigned int idx1, unsigned int idx2, unsigned int idx3, unsigned int idx4, double minDihedralDeg, double maxDihedralDeg, double forceConst) | |
| Constructor. | |
| TorsionConstraintContrib (ForceField *owner, unsigned int idx1, unsigned int idx2, unsigned int idx3, unsigned int idx4, bool relative, double minDihedralDeg, double maxDihedralDeg, double forceConst) | |
| ~TorsionConstraintContrib () override=default | |
| 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 | |
| TorsionConstraintContrib * | 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 | |
A dihedral angle range constraint modelled after a TorsionContrib.
Definition at line 20 of file TorsionConstraint.h.
|
inline |
Definition at line 23 of file TorsionConstraint.h.
Referenced by copy().
| ForceFields::TorsionConstraintContrib::TorsionConstraintContrib | ( | ForceField * | owner, |
| unsigned int | idx1, | ||
| unsigned int | idx2, | ||
| unsigned int | idx3, | ||
| unsigned int | idx4, | ||
| double | minDihedralDeg, | ||
| double | maxDihedralDeg, | ||
| double | forceConst ) |
Constructor.
| owner | pointer to the owning ForceField |
| idx1 | index of atom1 in the ForceField's positions |
| idx2 | index of atom2 in the ForceField's positions |
| idx3 | index of atom3 in the ForceField's positions |
| idx4 | index of atom4 in the ForceField's positions |
| minDihedralDeg | minimum dihedral angle |
| maxDihedralDeg | maximum dihedral angle |
| forceConst | force Constant |
References ForceFields::ForceFieldContrib::ForceField.
| ForceFields::TorsionConstraintContrib::TorsionConstraintContrib | ( | ForceField * | owner, |
| unsigned int | idx1, | ||
| unsigned int | idx2, | ||
| unsigned int | idx3, | ||
| unsigned int | idx4, | ||
| bool | relative, | ||
| double | minDihedralDeg, | ||
| double | maxDihedralDeg, | ||
| double | forceConst ) |
References ForceFields::ForceFieldContrib::ForceField.
|
overridedefault |
|
inlineoverridevirtual |
return a copy
Implements ForceFields::ForceFieldContrib.
Definition at line 50 of file TorsionConstraint.h.
References TorsionConstraintContrib().
|
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.