X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=source%2Fwham%2Fsrc-NEWSC-NEWCORR%2Finclude_unres%2FCOMMON.TORSION;fp=source%2Fwham%2Fsrc-NEWSC-NEWCORR%2Finclude_unres%2FCOMMON.TORSION;h=f4ba10bbebfc0dd4375b6d3c0bd903616bff1979;hb=7308760ff07636ef6b1ee28d8c3a67a23c14b34b;hp=0000000000000000000000000000000000000000;hpb=9a54ab407f6d0d9d564d52763b3e2136450b9ffc;p=unres.git diff --git a/source/wham/src-NEWSC-NEWCORR/include_unres/COMMON.TORSION b/source/wham/src-NEWSC-NEWCORR/include_unres/COMMON.TORSION new file mode 100644 index 0000000..f4ba10b --- /dev/null +++ b/source/wham/src-NEWSC-NEWCORR/include_unres/COMMON.TORSION @@ -0,0 +1,29 @@ +C Torsional constants of the rotation about virtual-bond dihedral angles + double precision v1,v2,vlor1,vlor2,vlor3,v0 + integer itortyp,ntortyp,nterm,nlor,nterm_old + common/torsion/v0(maxtor,maxtor),v1(maxterm,maxtor,maxtor), + & v2(maxterm,maxtor,maxtor),vlor1(maxlor,maxtor,maxtor), + & vlor2(maxlor,maxtor,maxtor),vlor3(maxlor,maxtor,maxtor), + & itortyp(ntyp),ntortyp,nterm(maxtor,maxtor),nlor(maxtor,maxtor) + & ,nterm_old +C 6/23/01 - constants for double torsionals + double precision v1c,v1s,v2c,v2s + integer ntermd_1,ntermd_2 + common /torsiond/ v1c(2,maxtermd_1,maxtor,maxtor,maxtor), + & v1s(2,maxtermd_1,maxtor,maxtor,maxtor), + & v2c(maxtermd_2,maxtermd_2,maxtor,maxtor,maxtor), + & v2s(maxtermd_2,maxtermd_2,maxtor,maxtor,maxtor), + & ntermd_1(maxtor,maxtor,maxtor),ntermd_2(maxtor,maxtor,maxtor) +C 9/18/99 - added Fourier coeffficients of the expansion of local energy +C surface + double precision b1,b2,cc,dd,ee,ctilde,dtilde,b1tilde, + & bnew1,bnew2,eenew,eeold + integer nloctyp + common/fourier/ b1(2,maxtor),b2(2,maxtor), + & bnew1(3,2,maxtor),bnew2(3,2,maxtor), + & cc(2,2,maxtor), + & dd(2,2,maxtor),eeold(2,2,maxtor),eenew(2,maxtor), + & ee(2,2,maxtor),ctilde(2,2,maxtor),dtilde(2,2,maxtor), + & b1tilde(2,maxtor),nloctyp + double precision b + common /fourier1/ b(13,maxtor)