Added homology restraints modified from Pawel and Magda's code
[unres.git] / source / cluster / wham / src-restraint-MP / COMMON.CHAIN
1       integer nres,nres0,nsup,nstart_sup,nend_sup,nstart_seq,
2      & lim_odl, lim_dih
3       double precision c,cref,dc,xloc,xrot,dc_norm,t,r,prod,rt
4
5        real*8 sigma_dih(499,19), odl(499,499,19), dih(499,19),
6      &        sigma_odl(499,499,19), ehomology_constr
7
8       common /chain/ c(3,maxres2+2),dc(3,maxres2),xloc(3,maxres),
9      & xrot(3,maxres),dc_norm(3,maxres2),nres,nres0
10       common /rotmat/ t(3,3,maxres),r(3,3,maxres),prod(3,3,maxres),
11      &                rt(3,3,maxres) 
12       common /refstruct/ cref(3,maxres2+2),nsup,nstart_sup,nstart_seq,
13      &  nend_sup
14
15       common /hommol/ odl,dih,sigma_dih,sigma_odl,lim_odl, lim_dih
16