update new files
[unres.git] / source / maxlik / src_MD_T_maxlik-NEWCORR-PMF-5 / include_unres / 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,aa0thet,aathet,bbthet,ccthet,ddthet,
4      & eethet,ffthet,ggthet
5       integer nlob,loc_start,loc_end,ithet_start,ithet_end,
6      & iphi_start,iphi_end,iphid_end,ibond_start,ibond_end,
7      & ibondp_start,ibondp_end,ivec_start,ivec_end,iset_start,iset_end,
8      & iturn3_start,iturn3_end,iturn4_start,iturn4_end,iint_start,
9      & iint_end,iphi1_start,iphi1_end,itau_start,itau_end
10 C Parameters of the virtual-bond-angle probability distribution
11       common /thetas/ a0thet(-ntyp:ntyp),athet(2,-ntyp:ntyp,-1:1,-1:1),
12      &  bthet(2,-ntyp:ntyp,-1:1,-1:1),polthet(0:3,-ntyp:ntyp),
13      & gthet(3,-ntyp:ntyp),theta0(-ntyp:ntyp),sig0(-ntyp:ntyp),
14      &  sigc0(-ntyp:ntyp)
15 C Parameters of ab initio-derived potential of virtual-bond-angle bending
16       integer nthetyp,ntheterm,ntheterm2,ntheterm3,nsingle,ndouble,
17      & ithetyp(-ntyp1:ntyp1),nntheterm
18       common /theta_abinitio/ aa0thet(-maxthetyp1:maxthetyp1,
19      &-maxthetyp1:maxthetyp1,-maxthetyp1:maxthetyp1,2),
20      & aathet(maxtheterm,-maxthetyp1:maxthetyp1,
21      &-maxthetyp1:maxthetyp1,-maxthetyp1:maxthetyp1,2),
22      & bbthet(maxsingle,maxtheterm2,-maxthetyp1:maxthetyp1,
23      &-maxthetyp1:maxthetyp1,-maxthetyp1:maxthetyp1,2),
24      & ccthet(maxsingle,maxtheterm2,-maxthetyp1:maxthetyp1,
25      &-maxthetyp1:maxthetyp1,-maxthetyp1:maxthetyp1,2),
26      & ddthet(maxsingle,maxtheterm2,-maxthetyp1:maxthetyp1,
27      &-maxthetyp1:maxthetyp1,-maxthetyp1:maxthetyp1,2),
28      & eethet(maxsingle,maxtheterm2,-maxthetyp1:maxthetyp1,
29      &-maxthetyp1:maxthetyp1,-maxthetyp1:maxthetyp1,2),
30      & ffthet(maxdouble,maxdouble,maxtheterm3,-maxthetyp1:maxthetyp1,
31      &-maxthetyp1:maxthetyp1, -maxthetyp1:maxthetyp1,2),
32      & ggthet(maxdouble,maxdouble,maxtheterm3,-maxthetyp1:maxthetyp1,
33      &-maxthetyp1:maxthetyp1,  -maxthetyp1:maxthetyp1,2),
34      &  ithetyp,nthetyp,ntheterm,ntheterm2,ntheterm3,nsingle,
35      &  ndouble,nntheterm
36 C Parameters of the side-chain probability distribution
37       common /sclocal/ dsc(ntyp1),dsc_inv(ntyp1),bsc(maxlob,ntyp),
38      &  censc(3,maxlob,ntyp),gaussc(3,3,maxlob,ntyp),dsc0(ntyp1),
39      &    nlob(ntyp1)
40 C Virtual-bond lenghts
41       common /peptbond/ vbl,vblinv,vblinv2,vbl_cis,vbl0
42       common /indices/ loc_start,loc_end,ithet_start,ithet_end,
43      & iphi_start,iphi_end,iphid_end,ibond_start,ibond_end,
44      & ibondp_start,ibondp_end,ivec_start,ivec_end,iset_start,iset_end,
45      & iturn3_start,iturn3_end,iturn4_start,iturn4_end,iint_start,
46      & iint_end,iphi1_start,iphi1_end,itau_start,itau_end
47 C Inverses of the actual virtual bond lengths
48       common /invlen/ vbld_inv(maxres2)