Skip to content

Commit

Permalink
deleted some unnecessary printouts
Browse files Browse the repository at this point in the history
  • Loading branch information
gorges97 committed Nov 21, 2023
1 parent cf041dd commit 4dcbbb9
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/main.F90
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down Expand Up @@ -1353,7 +1351,6 @@ program QCxMS
if(fragstate == 2) nmax = nmax0 * 0.75
endif

write(*,*) "nmax is!!!!!!!!!!!!!!!!!!!!!!!!!!!", nmax
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! Pre-CID MD Loop => ESI MD
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Expand Down Expand Up @@ -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
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Expand Down Expand Up @@ -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, &
Expand Down

0 comments on commit 4dcbbb9

Please sign in to comment.