da83764006ea58d98cf626e8f408d8d9bd30db3f
[unres.git] / source / unres / src-HCD-5D / COMMON.CHAIN
1       integer nres,nsup,nstart_sup,nz_start,nz_end,iz_sc,
2      &  nres0,nstart_seq,nchain,chain_length,chain_border,iprzes,
3      &  chain_border1,ireschain,tabpermchain,npermchain,afmend,afmbeg,
4      &  nres_chomo,nmodel_start
5       double precision c,dc,dc_old,d_c_work,xloc,xrot,dc_norm,t,r,
6      & prod,rt,dc_work,cref,crefjlee,dc_norm2,velAFMconst,
7      & totTafm,chomo
8       character*256 pdbfiles_chomo(max_template)
9       common /chain/ c(3,maxres2+2),dc(3,0:maxres2),dc_old(3,0:maxres2),
10      & xloc(3,maxres),xrot(3,maxres),dc_norm(3,0:maxres2),
11      & dc_norm2(3,0:maxres2),
12      & dc_work(MAXRES6),nres,nres0
13       common /rotmat/ t(3,3,maxres),r(3,3,maxres),prod(3,3,maxres),
14      &                rt(3,3,maxres) 
15       common /refstruct/ cref(3,maxres2+2),
16      & crefjlee(3,maxres2+2),
17      & nsup,nstart_sup,nstart_seq,iprzes,
18      & chain_length(maxchain),npermchain,ireschain(maxres),
19      & tabpermchain(maxchain,maxperm),
20      & chain_border(2,maxchain),chain_border1(2,maxchain),nchain
21       common /from_zscore/ nz_start,nz_end,iz_sc
22       double precision boxxsize,boxysize,boxzsize,enecut,sscut,
23      & sss,sssgrad,
24      & buflipbot, bufliptop,bordlipbot,bordliptop,lipbufthick,lipthick,
25      & tubecenter,tubeR0,
26      & buftubebot, buftubetop,bordtubebot,bordtubetop,tubebufthick     
27       double precision forceAFMconst, distafminit
28       common /box/  boxxsize,boxysize,boxzsize,enecut,sscut,sss,sssgrad,
29      & buflipbot, bufliptop,bordlipbot,bordliptop,lipbufthick,lipthick
30       common /afm/  forceAFMconst, distafminit,afmend,afmbeg,
31      & velAFMconst,
32      & totTafm
33       common /tube/ tubecenter(3),tubeR0,
34      & buftubebot, buftubetop,bordtubebot,bordtubetop,tubebufthick          
35       common /chomo_models/ chomo(3,maxres2+2,max_template),
36      & nres_chomo(max_template),nmodel_start
37       common /chomo_files/ pdbfiles_chomo