Victor
|
This class implements a simple torsion potential based on the statistical preference of aminoacid types for certain angles. More...
Public Member Functions | |
virtual double | calculateMaxEnergy (Spacer &sp) |
virtual double | calculateMaxEnergy (unsigned int amino) |
virtual double | calculateMinEnergy (Spacer &sp) |
virtual double | calculateMinEnergy (unsigned int amino) |
This class implements a simple torsion potential based on the statistical preference of aminoacid types for certain angles.
Is a generic class for administrate different angles. Includes methods that allow to calculate max and min energy, also contains virtual methods that will be defined in the differents angles classes.
|
virtual |
Calculates the maximum energy for the amino acids in the spacer
spacer | reference(Spacer&) |
|
virtual |
Calculates the maximum energy for an amino acid
index | of the amino acid, consider the enum list(unsigned int) |
|
virtual |
Calculates the minimum energy for the amino acids in the spacer
spacer | reference(Spacer&) |
|
virtual |
Calculates the minimum energy for an amino acid
index | of the amino acid, consider the enum list(unsigned int) |