X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=source%2Funres%2Fdata%2Fenergy_data.f90;h=a26a0aa352549df91465e9894a7ee179ed502d9a;hb=4baa9e481f53d4c89b076f3aece756fc47282649;hp=89d46823018a04af4af8bef4da3fd2267122febd;hpb=d62d8388175880fb6700daba86794663aeb3a78d;p=unres4.git diff --git a/source/unres/data/energy_data.f90 b/source/unres/data/energy_data.f90 index 89d4682..a26a0aa 100644 --- a/source/unres/data/energy_data.f90 +++ b/source/unres/data/energy_data.f90 @@ -3,7 +3,7 @@ use names !----------------------------------------------------------------------------- ! Max. number of energy intervals - integer,parameter :: max_ene=21 !10 + integer,parameter :: max_ene=49 !10 !----------------------------------------------------------------------------- ! Maximum number of terms in SC bond-stretching potential integer,parameter :: maxbondterm=3 @@ -67,7 +67,7 @@ wturn6,wvdwpp,wliptran,wshield,lipscale,wtube, & wbond_nucl,wang_nucl,wcorr_nucl,wcorr3_nucl,welpp,wtor_nucl,& wtor_d_nucl,welsb,wsbloc,wvdwsb,welpsb,wvdwpp_nucl,wvdwpsb,wcatprot,& - wcatcat,wscbase,wpepbase + wcatcat,wscbase,wpepbase,wscpho,wpeppho #ifdef CLUSTER real(kind=8) :: scalscp #endif @@ -274,9 +274,9 @@ integer,dimension(:),allocatable :: idih_constr,idih_nconstr,itheta_constr !(maxdih_constr) integer :: idihconstr_start,idihconstr_end, & ithetaconstr_start,ithetaconstr_end - real(kind=8) :: ftors +! real(kind=8) :: ftors real(kind=8),dimension(:),allocatable :: drange,theta_constr0,theta_drange !(maxdih_constr) - real(kind=8),dimension(:),allocatable :: phi0 !(maxdih_constr) + real(kind=8),dimension(:),allocatable :: phi0,ftors !(maxdih_constr) real(kind=8),dimension(:),allocatable :: for_thet_constr !(maxdih_constr) !----------------------------------------------------------------------------- @@ -356,4 +356,17 @@ real(kind=8),dimension(:,:), allocatable :: alphasur_pepbase, & wdipdip_pepbase,chi_pepbase,chipp_pepbase,chis_pepbase + real(kind=8),dimension(:), allocatable :: eps_scpho, & + sigma_scpho, & + sigmap1_scpho,sigmap2_scpho,& + aa_scpho,bb_scpho,wqq_scpho,epsintab_scpho,alphapol_scpho,& + rborn_scphoi,rborn_scphoj,dhead_scphoi,alphi_scpho + + real(kind=8),dimension(:,:), allocatable :: alphasur_scpho, & + chi_scpho,chipp_scpho,chis_scpho, & + wqdip_scpho + real(kind=8) ,dimension(4) :: alphasur_peppho + real(kind=8) ,dimension(2) :: wqdip_peppho + real(kind=8) :: eps_peppho,sigma_peppho,sigmap1_peppho,sigmap2_peppho, & + aa_peppho,bb_peppho end module energy_data