BALL
1.4.2
|
#include <BALL/MOLMEC/CHARMM/charmmImproperTorsion.h>
Public Member Functions | |
Constructors and Destructors | |
CharmmImproperTorsion () | |
CharmmImproperTorsion (ForceField &force_field) | |
CharmmImproperTorsion (const CharmmImproperTorsion &charmm_stretch) | |
virtual | ~CharmmImproperTorsion () |
Setup Methods | |
virtual bool | setup () throw (Exception::TooManyErrors) |
Accessors | |
virtual double | updateEnergy () |
virtual void | updateForces () |
Public Member Functions inherited from BALL::ForceFieldComponent | |
ForceFieldComponent () | |
ForceFieldComponent (ForceField &force_field) | |
ForceFieldComponent (const ForceFieldComponent &force_field_component) | |
virtual | ~ForceFieldComponent () |
ForceField * | getForceField () const |
void | setForceField (ForceField &force_field) |
void | setName (const String &name) |
String | getName () const |
bool | isEnabled () const |
void | setEnabled (bool state) |
virtual double | getEnergy () const |
virtual void | update () throw (Exception::TooManyErrors) |
Private Attributes | |
vector < QuadraticImproperTorsion::Data > | impropers_ |
QuadraticImproperTorsion | improper_parameters_ |
ResidueTorsions | improper_atoms_ |
Additional Inherited Members | |
Protected Attributes inherited from BALL::ForceFieldComponent | |
ForceField * | force_field_ |
double | energy_ |
Charmm improper torsion component. The CHARMM force field employs a harmonic out-of-plane potential for improper torsions. An imporper torsion is defined for four atoms A , B , C , and D where A is the central atom B , C , and D are bound to.
Definition at line 45 of file charmmImproperTorsion.h.
BALL::CharmmImproperTorsion::CharmmImproperTorsion | ( | ) |
Default constructor.
BALL::CharmmImproperTorsion::CharmmImproperTorsion | ( | ForceField & | force_field | ) |
Constructor.
BALL::CharmmImproperTorsion::CharmmImproperTorsion | ( | const CharmmImproperTorsion & | charmm_stretch | ) |
Copy constructor
|
virtual |
Destructor.
|
virtual |
Setup method.
Reimplemented from BALL::ForceFieldComponent.
|
virtual |
Calculates and returns the component's energy.
Reimplemented from BALL::ForceFieldComponent.
|
virtual |
Calculates and returns the component's forces.
Reimplemented from BALL::ForceFieldComponent.
|
private |
Definition at line 112 of file charmmImproperTorsion.h.
|
private |
Definition at line 110 of file charmmImproperTorsion.h.
|
private |
Definition at line 108 of file charmmImproperTorsion.h.