X-Git-Url: http://mmka.chem.univ.gda.pl/gitweb/?a=blobdiff_plain;f=source%2Funres%2Fsrc_MD-M%2FCOMMON.MD;h=66cb890402b50c482368eb9b1a4cdf33dff182b0;hb=bde71ffff7527add147c1bee4bad23f02b4d1ab7;hp=b17c722b84eb05bb8156bc2bde74f5d28be7ed17;hpb=0ac1bcd8b990ecd894389f050d7a1740558f7960;p=unres.git diff --git a/source/unres/src_MD-M/COMMON.MD b/source/unres/src_MD-M/COMMON.MD index b17c722..66cb890 100644 --- a/source/unres/src_MD-M/COMMON.MD +++ b/source/unres/src_MD-M/COMMON.MD @@ -30,7 +30,9 @@ & ifrag_back(3,maxfrag_back,maxprocs/20),ntime_split,ntime_split0, & maxtime_split logical large,print_compon,tbf,rest,reset_moment,reset_vel, - & surfarea,rattle,usampl,mdpdb,RESPA + & surfarea,rattle,usampl,mdpdb,RESPA,tnp,tnp1,tnh,xiresp + integer nresn,nyosh,nnos + double precision glogs,qmass,vlogs,xlogs integer igmult_start,igmult_end,my_ng_count,ng_start,ng_counts, & nginv_start,nginv_counts,myginv_ng_count common /back_constr/ uconst_back,utheta,ugamma,uscdiff, @@ -42,7 +44,7 @@ common /mdpar/ v_ini,d_time,d_time0,scal_fric, & t_bath,tau_bath,dvmax,damax,n_timestep,mdpdb, & ntime_split,ntime_split0,maxtime_split, - & ntwx,ntwe,large,print_compon,tbf,rest + & ntwx,ntwe,large,print_compon,tbf,rest,tnp,tnp1,tnh common /MDcalc/ totT,totE,potE,potEcomp,EK,amax,edriftmax, & kinetic_T common /lagrange/ d_t,d_t_old,d_t_new,d_t_work, @@ -63,3 +65,11 @@ & myginv_ng_count, & ng_start(0:MaxProcs-1),ng_counts(0:MaxProcs-1), & nginv_start(0:MaxProcs),nginv_counts(0:MaxProcs-1) + double precision pi_np,pistar,s_np,s12_np,Q_np,E_old,H0,E_long, + & sold_np,d_t_half,Csplit,hhh + common /nosepoincare/ pi_np,pistar,s_np,s12_np,Q_np,E_old,H0, + & E_long,sold_np,d_t_half(3,0:MAXRES2),Csplit,hhh + common /nosehoover/ glogs(maxmnh),qmass(maxmnh), + & vlogs(maxmnh),xlogs(maxmnh), + & nresn,nyosh,nnos,xiresp +