Scine::Swoose
2.1.0
This is the SCINE module Swoose.
|
Class containing the parameters for an MM angle. More...
#include <AngleParameters.h>
Public Member Functions | |
AngleParameters (double forceConstant, double equilibriumAngle) | |
Constructor. More... | |
Angle | toMMAngle () const |
Method returning the MMAngle analogon with the right unit conversion to be used in the calculation. | |
void | setForceConstant (const double &fc) |
Setter for the force constant. | |
void | setEquilibriumAngle (const double &eqAng) |
Setter for the equilibrium angle. | |
double | getForceConstant () const |
Getter for the force constant. | |
double | getEquilibriumAngle () const |
Getter for the equilibrium angle. | |
Class containing the parameters for an MM angle.
Scine::MolecularMechanics::AngleParameters::AngleParameters | ( | double | forceConstant, |
double | equilibriumAngle | ||
) |
Constructor.
forceConstant | Unit: kcal/(mol*(rad^2)) |
equilibriumAngle | Unit: degrees |