Scine::Swoose
2.1.0
This is the SCINE module Swoose.
|
Class containing the parameters for an MM bond. More...
#include <BondParameters.h>
Public Member Functions | |
BondParameters (double forceConstant, double equilibriumBondLength) | |
Constructor. More... | |
Bond | toMMBond () const |
Method returning the MMBond analogon with the right unit conversions to be used in the calculation. | |
void | setForceConstant (const double &fc) |
Setter for the force constant. | |
void | setEquilibriumBondLength (const double &eqBoLen) |
Setter for the equilibrium bond length. | |
double | getForceConstant () const |
Getter for the force constant. | |
double | getEquilibriumBondLength () const |
Getter for the force constantequilibrium bond length. | |
Class containing the parameters for an MM bond.
Scine::MolecularMechanics::BondParameters::BondParameters | ( | double | forceConstant, |
double | equilibriumBondLength | ||
) |
Constructor.
forceConstant | Unit: kcal/(mol*(Angstrom^2)) |
equilibriumBondLength | Unit: Angstrom |