Skip to content

Commit

Permalink
updated contributor list and some formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Johannes Gorges <58849467+gorges97@users.noreply.github.com>
  • Loading branch information
gorges97 committed Mar 25, 2024
1 parent 0ab2bad commit 02d9103
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ features reality:
- S. Ehlert ([@awvwgk](https://github.com/awvwgk))
- S. Ehrlich
- I. Gerasimov ([@FulgurIgor](https://github.com/fulgurigor))
- J. Gorges ([@gorges97](https://github.com/gorges97))
- [S. Grimme](https://www.chemie.uni-bonn.de/pctc/mulliken-center/grimme/) ([@stefangrimme](https://github.com/stefangrimme))
- C. Hölzer ([@hoelzerC](https://github.com/hoelzerc))
- A. Katbashev ([@Albkat](https://github.com/albkat))
Expand Down
6 changes: 2 additions & 4 deletions src/prog/thermo.f90
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,6 @@ subroutine xtbThermo(env, argParser)
call readHessian(env, mol, hessian, reader, format=hFormat)
call reader%close



if (bhess) then
call rescale_freq(env,argParser,mol,hessian,freq) ! frequencies have to be rescaled
else
Expand All @@ -128,9 +126,9 @@ subroutine xtbThermo(env, argParser)
call diagHessian(env, hessian, freq)

call preigf(env%unit, freq, autorcm)

call env%checkpoint("Could not read hessian from '"//file//"'")
end if

!call env%checkpoint("Could not read hessian from '"//file//"'")
else
freq(:) = -1.0_wp
end if
Expand Down

0 comments on commit 02d9103

Please sign in to comment.