18 #ifndef _PHIPSIOMEGACHI1CHI2_H_
19 #define _PHIPSIOMEGACHI1CHI2_H_
23 #include <TorsionPotential.h>
26 #include <AminoAcidCode.h>
30 using namespace Victor::Biopool;
31 using namespace Victor::Energy;
32 using namespace Victor;
33 namespace Victor {
namespace Energy {
52 virtual long double calculateEnergy(
Spacer& sp);
53 virtual long double calculateEnergy(
Spacer& sp,
unsigned int index1,
55 virtual long double calculateEnergy(
AminoAcid& aa);
58 return calculateEnergy(aa);
61 virtual long double calculateEnergy(
AminoAcid& diheds, AminoAcidCode code) {
62 ERROR(
"ERROR. NOT IMPLEMENTED FOR THIS CLASS.", exception)
64 virtual double pReturnMaxPropensities(
int amino);
65 virtual double pReturnMinPropensities(
int amino);
68 virtual void setArcStep(
int n);
69 virtual int setRange_Omega(
int n);
75 virtual void pConstructData();
76 virtual void pResetData();
77 virtual double pGetMaxPropensities(
int amino);
78 virtual double pGetMinPropensities(
int amino);
81 virtual double pGetMaxPropensities(
int amino,
int prephi,
int prepsi) {
82 ERROR(
"ERROR. NOT IMPLEMENTED FOR THIS CLASS.", exception)
84 virtual void sAddProp(
int code,
int x,
int y,
int z,
int m,
int n);
85 virtual int sGetPropChiBin(
double p);
86 virtual int sGetPropBin(
double p);
87 virtual int sGetPropOmegaBin(
double p);
88 virtual void pConstructMaxPropensities();
89 virtual void pConstructMinPropensities();
94 string TOR_PARAM_FILE;
99 int amino_count[AminoAcid_CODE_SIZE];
100 vector<vector<vector<vector<vector<vector<int>* >* >* >* >* > propensities;
101 vector<vector<vector<vector<vector<int>* >* >* >* > all_propensities;
103 vector<double> amino_max_propensities;
105 vector<double> amino_min_propensities;
110 #endif// _PHIPSIOMEGACHI1CHI2_H_
class manages the angle qualities and the energy
Definition: PhiPsiOmegaChi1Chi2.h:41
It mplements a simple amino acid.
Definition: AminoAcid.h:43
This class implements a simple torsion potential based on the statistical preference of aminoacid typ...
Definition: TorsionPotential.h:40
Implements a "Spacer" for a protein chain. Includes methods to obtain values from the atoms and its p...
Definition: Spacer.h:42