#include <torsion_potential.hh>
Public Member Functions | |
| TorsionPotentialOpts () | |
| template<typename DS > | |
| void | Serialize (DS &ds) |
Data Fields | |
| int | prev_angular_bucket_size |
| int | central_angular_bucket_size |
| int | next_angular_bucket_size |
| AminoAcidAlphabet | alphabet |
| Real | sigma |
These options may be used to configure the different torsion potentials based on a sliding window of 3 amino acids.
Definition at line 44 of file torsion_potential.hh.
initialize torsion potential with angular bucket size of 30 and sigma of 0.02
The amino acid alphabets are empty.
| void Serialize | ( | DS & | ds | ) | [inline] |
alphabet of the central. The amino acids in the set must be mutually excl.
Definition at line 56 of file torsion_potential.hh.
Definition at line 53 of file torsion_potential.hh.
Definition at line 54 of file torsion_potential.hh.
angular bucket size, 360 % angular_bucket_size must be zero
Definition at line 52 of file torsion_potential.hh.
weighting factor after (Sippl et al., 1990), usually 0.02
Definition at line 58 of file torsion_potential.hh.
1.5.8