1) debug of Lorentzian like constrains in cluster 2) introduction of constrains on...
[unres.git] / source / unres / src_MD-M / COMMON.TORCNSTR
1       integer ndih_constr,idih_constr(maxdih_constr),ntheta_constr,
2      & itheta_constr(maxdih_constr)
3       integer ndih_nconstr,idih_nconstr(maxdih_constr)
4       integer idihconstr_start,idihconstr_end,ithetaconstr_start,
5      & ithetaconstr_end
6       double precision phi0(maxdih_constr),drange(maxdih_constr),
7      & ftors(maxdih_constr),theta_constr0(maxdih_constr),
8      & theta_drange(maxdih_constr),for_thet_constr(maxdih_constr)
9       common /torcnstr/ phi0,drange,ftors,theta_constr0,theta_drange,
10      & for_thet_constr,
11      &  ndih_constr,idih_constr,
12      &  ndih_nconstr,idih_nconstr,idihconstr_start,idihconstr_end,
13      & ntheta_constr,itheta_constr,ithetaconstr_start,
14      & ithetaconstr_end