#include <amberStretch.h>
Public Member Functions |
|
Constructors and Destructors
|
|
AmberStretch () | |
Default constructor. |
|
AmberStretch (ForceField &force_field) | |
Constructor. |
|
AmberStretch (const AmberStretch &amber_stretch) | |
Copy constructor. |
|
virtual | ~AmberStretch () |
Destructor. |
|
Setup Methods
|
|
virtual bool | setup () throw (Exception::TooManyErrors) |
Setup method. |
|
Accessors
|
|
virtual double | updateEnergy () |
Calculates and returns the
component's energy. |
|
virtual void | updateForces () |
Calculates and returns the
component's forces. |
|
virtual void | update () throw (Exception::TooManyErrors) |
Update the bond list. |