Skip to content

Commit

Permalink
minor changes and bugfixes (#82)
Browse files Browse the repository at this point in the history
* fixed bug, which overwrites tinit by the value of etemp given in the input
  • Loading branch information
gorges97 authored Nov 21, 2023
1 parent 7580196 commit 65fa674
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
8 changes: 1 addition & 7 deletions src/input.f90
Original file line number Diff line number Diff line change
Expand Up @@ -468,8 +468,7 @@ subroutine input(tstep,tmax,ntraj,etemp_in,Tinit, mchrg_prod, &
if ( line == 'TPSS') func=12
if ( line == 'REVPBE') func=13
if ( line == 'PBEH3C') func=14
if ( line == 'BHLYP') func=15

if ( line == 'BHLYP') func=15
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
! DFTB3
if( line == 'NO-HHMOD') hhmod=.False.
Expand Down Expand Up @@ -594,11 +593,6 @@ subroutine input(tstep,tmax,ntraj,etemp_in,Tinit, mchrg_prod, &
call readl(line,xx,nn)
Tinit=xx(1)
endif
! GS eTEMP
if(index(line,'ETEMP') /= 0)then
call readl(line,xx,nn)
Tinit=xx(1)
endif
! NUMBER OF TRAJ.
if(index(line,'NTRAJ') /= 0)then
call readl(line,xx,nn)
Expand Down
1 change: 0 additions & 1 deletion src/main.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1351,7 +1351,6 @@ program QCxMS
if(fragstate == 2) nmax = nmax0 * 0.75
endif


!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
!! Pre-CID MD Loop => ESI MD
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Expand Down

0 comments on commit 65fa674

Please sign in to comment.