Skip to content

Commit

Permalink
clarify units of the Hessian matrix (grimme-lab#1188)
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Müller <marcel.mueller@thch.uni-bonn.de>
  • Loading branch information
marcelmbn authored Feb 9, 2025
1 parent ef197a9 commit 3bb036e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hessian.F90
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ subroutine numhess( &
! non mass weigthed Hessian in hss
hname = 'hessian'
write(env%unit,'(a)')
write(env%unit,'("writing file <",a,">.")') hname
write(env%unit,'("writing file <",a,">, containing the non-mass-weighted Hessian matrix in atomic units (Eₕ/Bohr²).")') hname
call wrhess(n3,hss,hname)

! non mass weigthed biased Hessian in hsb
Expand Down

0 comments on commit 3bb036e

Please sign in to comment.