From 4dcbbb9a2eac8ad7ef84bbe767905527af6e0bcc Mon Sep 17 00:00:00 2001 From: gorges <58849467+gorges97@users.noreply.github.com> Date: Tue, 21 Nov 2023 10:42:32 +0100 Subject: [PATCH] deleted some unnecessary printouts --- src/main.F90 | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/main.F90 b/src/main.F90 index 487d67b..9730fd1 100644 --- a/src/main.F90 +++ b/src/main.F90 @@ -266,8 +266,6 @@ program QCxMS & MinPot,ESI,tempESI,No_ESI,NoScale,manual_dist,legacy) !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -write(*,*) "func and basis are", func, bas - call read_struc_commandline(mol, check, prod, noeq, eonly0, eonly1, eonly, inp_fname) @@ -1353,7 +1351,6 @@ program QCxMS if(fragstate == 2) nmax = nmax0 * 0.75 endif -write(*,*) "nmax is!!!!!!!!!!!!!!!!!!!!!!!!!!!", nmax !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! Pre-CID MD Loop => ESI MD !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! @@ -1830,7 +1827,7 @@ program QCxMS !>> not too short/long simulations if ( nmax < 1000 ) nmax = 1000 if ( nmax > 10000 ) nmax = 10000 -write(*,*) "nmax is!!!!!!!!!!!!!!!!!!!!!!!!!!!", nmax + !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! Do Mean-free-path (MFP) MD with nmax timesteps !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! @@ -2257,7 +2254,6 @@ program QCxMS !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !> do production MD run Tdum=0 - write(*,*) "nmax is!!!!!!!!!!!!!!!!!!!!!!!!!!!", nmax call md(itrj,0,isec,nuc,nmax,xyz,iat,mass,imass,mchrg,grad, & & velo,velof,list,tstep,j,nfragexit, & & fragm,fragf,fragat,dumpstep,etemp_in, &