wham Adam's new constr_dist single chain
[unres.git] / source / wham / src / include_unres / COMMON.SBRIDGE
1       double precision ss_depth,ebr,d0cm,akcm,akth,akct,v1ss,v2ss,v3ss
2       integer ns,nss,nfree,iss
3       common /sbridge/ ss_depth,ebr,d0cm,akcm,akth,akct,v1ss,v2ss,v3ss,
4      & ns,nss,nfree,iss(maxss)
5       double precision dhpb,dhpb1,forcon,fordepth,xlscore,wboltzd
6       integer ihpb,jhpb,nhpb,idssb,jdssb,ibecarb,irestr_type
7       common /links/ dhpb(maxdim),dhpb1(maxdim),forcon(maxdim),
8      & fordepth(maxdim),xlscore(maxdim),wboltzd,
9      & ihpb(maxdim),jhpb(maxdim),ibecarb(maxdim),irestr_type(maxdim),
10      & nhpb
11       double precision weidis
12       common /restraints/ weidis
13       integer link_start,link_end
14       common /links_split/ link_start,link_end
15       double precision Ht,dyn_ssbond_ij,dtriss,atriss,btriss,ctriss
16       logical dyn_ss,dyn_ss_mask
17       common /dyn_ssbond/ dtriss,atriss,btriss,ctriss,Ht,
18      &  dyn_ssbond_ij(maxres,maxres),
19      &  idssb(maxdim),jdssb(maxdim)
20       common /dyn_ss_logic/
21      &  dyn_ss,dyn_ss_mask(maxres)