X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=source%2Fwham%2Fsrc-HCD%2FDIMENSIONS;h=fb93081d285216053eb890d387721b3bc2293590;hb=ba90a41f4674924a0bdc00452b59506a2acfa54a;hp=4bc527fda74b7e4e4ede6989b3607839f8ac49c0;hpb=df61eb1a0ad598d7c6c5b4037dee4bec200d5bc2;p=unres.git diff --git a/source/wham/src-HCD/DIMENSIONS b/source/wham/src-HCD/DIMENSIONS index 4bc527f..fb93081 100644 --- a/source/wham/src-HCD/DIMENSIONS +++ b/source/wham/src-HCD/DIMENSIONS @@ -15,16 +15,19 @@ C Max. number of AA residues integer maxres c parameter (maxres=250) c parameter (maxres=1200) - parameter (maxres=5000) + parameter (maxres=10000) +C Max. number of cysteines and other bridging residues + integer max_cyst + parameter (max_cyst=100) C Appr. max. number of interaction sites integer maxres2 parameter (maxres2=2*maxres) c Max. number of chains integer maxchain - parameter (maxchain=6) + parameter (maxchain=50) C Max number of symetries integer maxsym,maxperm - parameter (maxsym=maxchain,maxperm=1200) + parameter (maxsym=maxchain,maxperm=5040) C Max. number of variables integer maxvar parameter (maxvar=4*maxres) @@ -42,6 +45,17 @@ C Max. number of SC contacts C Max. number of contacts per residue integer maxconts parameter (maxconts=maxres) +C Max. number of interactions within cutoff per residue + integer maxint_res + parameter (maxint_res=200) +C Max. number od residues within distance cufoff from a given residue to +C include in template-based/contact distance restraints. + integer maxcont_res + parameter (maxcont_res=200) +C Max. number of distance/contact-distance restraints + integer maxdim_cont +c parameter (maxdim_cont=maxres*maxcont_res) + parameter (maxdim_cont=maxres*1000) C Number of AA types (at present only natural AA's will be handled integer ntyp,ntyp1 parameter (ntyp=24,ntyp1=ntyp+1) @@ -71,7 +85,7 @@ C Max. number of lobes in SC distribution parameter (maxlob=4) C Max. number of S-S bridges integer maxss - parameter (maxss=20) + parameter (maxss=max_cyst*(max_cyst-1)/2) C Max. number of dihedral angle constraints integer maxdih_constr parameter (maxdih_constr=maxres)