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