Introduction of SS to newcorr and SSS to src_MD-M
[unres.git] / source / unres / src_MD-M-newcorr / 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
6       integer ihpb,jhpb,nhpb,idssb,jdssb
7       common /links/ dhpb(maxdim),dhpb1(maxdim),forcon(maxdim),
8      & ihpb(maxdim),jhpb(maxdim),ibecarb(maxdim),nhpb
9       double precision weidis
10       common /restraints/ weidis
11       integer link_start,link_end
12       common /links_split/ link_start,link_end
13       double precision Ht,dyn_ssbond_ij
14       logical dyn_ss,dyn_ss_mask
15       common /dyn_ssbond/ dyn_ssbond_ij(maxres,maxres),
16      &  idssb(maxdim),jdssb(maxdim),
17      &  Ht,dyn_ss,dyn_ss_mask(maxres)