d92ce8e59998df718af79dd8512009e9e71e41c9
[unres.git] / source / cluster / wham / src-M / COMMON.LOCAL
1       double precision a0thet,athet,bthet,polthet,gthet,theta0,sig0,
2      & sigc0,dsc,dsc_inv,bsc,censc,gaussc,dsc0,vbl,vblinv,vblinv2,
3      & vbl_cis,vbl0,vbld_inv
4       integer nlob,loc_start,loc_end,ithet_start,ithet_end,
5      & iphi_start,iphi_end,itau_start,itau_end
6 C Parameters of the virtual-bond-angle probability distribution
7       common /thetas/ a0thet(-ntyp:ntyp),athet(2,-ntyp:ntyp,-1:1,-1:1)
8      &  ,bthet(2,-ntyp:ntyp,-1:1,-1:1),
9      &  polthet(0:3,-ntyp:ntyp),gthet(3,-ntyp:ntyp),theta0(-ntyp:ntyp),
10      &sig0(-ntyp:ntyp),  sigc0(-ntyp:ntyp)
11 C Parameters of ab initio-derived potential of virtual-bond-angle bending
12       integer nthetyp,ntheterm,ntheterm2,ntheterm3,nsingle,ndouble,
13      & ithetyp(-ntyp1:ntyp1),nntheterm
14        double precision aa0thet(-maxthetyp1:maxthetyp1,
15      &-maxthetyp1:maxthetyp1,-maxthetyp1:maxthetyp1,2),
16      & aathet(maxtheterm,-maxthetyp1:maxthetyp1,
17      &-maxthetyp1:maxthetyp1,-maxthetyp1:maxthetyp1,2),
18      & bbthet(maxsingle,maxtheterm2,-maxthetyp1:maxthetyp1,
19      &-maxthetyp1:maxthetyp1,-maxthetyp1:maxthetyp1,2),
20      & ccthet(maxsingle,maxtheterm2,-maxthetyp1:maxthetyp1,
21      &-maxthetyp1:maxthetyp1,-maxthetyp1:maxthetyp1,2),
22      & ddthet(maxsingle,maxtheterm2,-maxthetyp1:maxthetyp1,
23      &-maxthetyp1:maxthetyp1,-maxthetyp1:maxthetyp1,2),
24      & eethet(maxsingle,maxtheterm2,-maxthetyp1:maxthetyp1,
25      &-maxthetyp1:maxthetyp1,-maxthetyp1:maxthetyp1,2),
26      & ffthet(maxdouble,maxdouble,maxtheterm3,-maxthetyp1:maxthetyp1,
27      &-maxthetyp1:maxthetyp1, -maxthetyp1:maxthetyp1,2),
28      & ggthet(maxdouble,maxdouble,maxtheterm3,-maxthetyp1:maxthetyp1,
29      &-maxthetyp1:maxthetyp1,  -maxthetyp1:maxthetyp1,2)
30       common /theta_abinitio/aa0thet,aathet,bbthet,ccthet,ddthet,eethet,
31      &  ffthet,
32      &  ggthet,ithetyp,nthetyp,ntheterm,ntheterm2,ntheterm3,nsingle,
33      &  ndouble,nntheterm
34 C Parameters of the side-chain probability distribution
35       common /sclocal/ dsc(ntyp1),dsc_inv(ntyp1),bsc(maxlob,ntyp),
36      &  censc(3,maxlob,-ntyp:ntyp),gaussc(3,3,maxlob,-ntyp:ntyp),
37      &    dsc0(ntyp1),
38      &    nlob(ntyp1)
39 C Virtual-bond lenghts
40       common /peptbond/ vbl,vblinv,vblinv2,vbl_cis,vbl0
41       common /indices/ loc_start,loc_end,ithet_start,ithet_end,
42      &                 iphi_start,iphi_end,itau_start,itau_end
43 C Inverses of the actual virtual bond lengths
44       common /invlen/ vbld_inv(maxres2)