RDKit
Open-source cheminformatics and machine learning.
Loading...
Searching...
No Matches
ForceFields::UFF::BondStretchContrib Class Reference

The bond-stretch term for the Universal Force Field. More...

#include <BondStretch.h>

Inheritance diagram for ForceFields::UFF::BondStretchContrib:
ForceFields::ForceFieldContrib

Public Member Functions

 BondStretchContrib ()
 
 BondStretchContrib (ForceField *owner, unsigned int idx1, unsigned int idx2, double bondOrder, const AtomicParams *end1Params, const AtomicParams *end2Params)
 Constructor.
 
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
 
BondStretchContribcopy () 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
ForceFielddp_forceField {nullptr}
 our owning ForceField
 

Detailed Description

The bond-stretch term for the Universal Force Field.

Definition at line 20 of file UFF/BondStretch.h.

Constructor & Destructor Documentation

◆ BondStretchContrib() [1/2]

ForceFields::UFF::BondStretchContrib::BondStretchContrib ( )
inline

Definition at line 22 of file UFF/BondStretch.h.

◆ BondStretchContrib() [2/2]

ForceFields::UFF::BondStretchContrib::BondStretchContrib ( ForceField * owner,
unsigned int idx1,
unsigned int idx2,
double bondOrder,
const AtomicParams * end1Params,
const AtomicParams * end2Params )

Constructor.

Parameters
ownerpointer to the owning ForceField
idx1index of end1 in the ForceField's positions
idx2index of end2 in the ForceField's positions
bondOrderorder of the bond (as a double)
end1Paramspointer to the parameters for end1
end2Paramspointer to the parameters for end2

Member Function Documentation

◆ copy()

BondStretchContrib * ForceFields::UFF::BondStretchContrib::copy ( ) const
inlineoverridevirtual

return a copy

Implements ForceFields::ForceFieldContrib.

Definition at line 41 of file UFF/BondStretch.h.

◆ getEnergy()

double ForceFields::UFF::BondStretchContrib::getEnergy ( double * pos) const
overridevirtual

returns our contribution to the energy of a position

Implements ForceFields::ForceFieldContrib.

◆ getGrad()

void ForceFields::UFF::BondStretchContrib::getGrad ( double * pos,
double * grad ) const
overridevirtual

calculates our contribution to the gradients of a position

Implements ForceFields::ForceFieldContrib.


The documentation for this class was generated from the following file: