BALL
1.4.79
|
#include <BALL/MOLMEC/CHARMM/charmmImproperTorsion.h>
Additional Inherited Members | |
Protected Member Functions inherited from BALL::ScoringComponent | |
double | scaleScore (double score) const |
Protected Attributes inherited from BALL::ForceFieldComponent | |
ForceField * | force_field_ |
double | energy_ |
Protected Attributes inherited from BALL::ScoringComponent | |
bool | ligand_intra_molecular_ |
bool | gridable_ |
bool | atom_pairwise_ |
ScoringFunction * | scoring_function_ |
ScoringBaseFunction * | base_function_ |
double | score_ |
double | coefficient_ |
double | stddev_ |
double | mean_ |
bool | enabled_ |
String | type_name_ |
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.