![]() |
RDKit
Open-source cheminformatics and machine learning.
|
An angle range constraint modelled after a AngleBendContrib. More...
#include <AngleConstraint.h>
Public Member Functions | |
| AngleConstraintContrib () | |
| AngleConstraintContrib (ForceField *owner, unsigned int idx1, unsigned int idx2, unsigned int idx3, double minAngleDeg, double maxAngleDeg, double forceConst) | |
| Constructor. More... | |
| AngleConstraintContrib (ForceField *owner, unsigned int idx1, unsigned int idx2, unsigned int idx3, bool relative, double minAngleDeg, double maxAngleDeg, double forceConst) | |
| ~AngleConstraintContrib () | |
| double | getEnergy (double *pos) const |
| returns our contribution to the energy of a position More... | |
| void | getGrad (double *pos, double *grad) const |
| calculates our contribution to the gradients of a position More... | |
| virtual AngleConstraintContrib * | copy () const |
| return a copy More... | |
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 |
| our owning ForceField More... | |
An angle range constraint modelled after a AngleBendContrib.
Definition at line 21 of file UFF/AngleConstraint.h.
|
inline |
Definition at line 23 of file UFF/AngleConstraint.h.
Referenced by copy().
| ForceFields::UFF::AngleConstraintContrib::AngleConstraintContrib | ( | ForceField * | owner, |
| unsigned int | idx1, | ||
| unsigned int | idx2, | ||
| unsigned int | idx3, | ||
| double | minAngleDeg, | ||
| double | maxAngleDeg, | ||
| 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 |
| minAngle | minimum angle |
| maxAngle | maximum angle |
| forceConst | force Constant |
| ForceFields::UFF::AngleConstraintContrib::AngleConstraintContrib | ( | ForceField * | owner, |
| unsigned int | idx1, | ||
| unsigned int | idx2, | ||
| unsigned int | idx3, | ||
| bool | relative, | ||
| double | minAngleDeg, | ||
| double | maxAngleDeg, | ||
| double | forceConst | ||
| ) |
|
inline |
Definition at line 44 of file UFF/AngleConstraint.h.
References getEnergy(), and getGrad().
|
inlinevirtual |
return a copy
Implements ForceFields::ForceFieldContrib.
Definition at line 48 of file UFF/AngleConstraint.h.
References AngleConstraintContrib().
|
virtual |
returns our contribution to the energy of a position
Implements ForceFields::ForceFieldContrib.
Referenced by ~AngleConstraintContrib().
|
virtual |
calculates our contribution to the gradients of a position
Implements ForceFields::ForceFieldContrib.
Referenced by ~AngleConstraintContrib().