#include <BALL/MOLMEC/AMBER/amberTorsion.h>
Classes | |
struct | SingleAmberTorsion |
Public Member Functions | |
Constructors and Destructors | |
AmberTorsion () | |
AmberTorsion (ForceField &force_field) | |
AmberTorsion (const AmberTorsion &amber_stretch) | |
virtual | ~AmberTorsion () |
Setup Methods | |
virtual bool | setup () throw (Exception::TooManyErrors) |
Accessors | |
virtual double | updateEnergy () |
virtual void | updateForces () |
Private Attributes | |
vector< SingleAmberTorsion > | torsion_ |
CosineTorsion | torsion_parameters_ |
CosineTorsion | improper_parameters_ |
ParameterSection | impropers_ |
Amber bond stretch component
BALL::AmberTorsion::AmberTorsion | ( | ) |
Default constructor.
BALL::AmberTorsion::AmberTorsion | ( | ForceField & | force_field | ) |
Constructor.
BALL::AmberTorsion::AmberTorsion | ( | const AmberTorsion & | amber_stretch | ) |
Copy constructor
virtual BALL::AmberTorsion::~AmberTorsion | ( | ) | [virtual] |
Destructor.
virtual bool BALL::AmberTorsion::setup | ( | ) | throw (Exception::TooManyErrors) [virtual] |
Setup method.
Reimplemented from BALL::ForceFieldComponent.
virtual double BALL::AmberTorsion::updateEnergy | ( | ) | [virtual] |
Calculates and returns the component's energy.
Reimplemented from BALL::ForceFieldComponent.
virtual void BALL::AmberTorsion::updateForces | ( | ) | [virtual] |
Calculates and returns the component's forces.
Reimplemented from BALL::ForceFieldComponent.
vector<SingleAmberTorsion> BALL::AmberTorsion::torsion_ [private] |