Skip to content

Commit

Permalink
Clarify error message a bit for users
Browse files Browse the repository at this point in the history
  • Loading branch information
bhourahine committed Jan 25, 2024
1 parent 91794c2 commit 9eaaff3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/dftbp/timedep/timeprop.F90
Original file line number Diff line number Diff line change
Expand Up @@ -883,8 +883,8 @@ subroutine TElecDynamics_init(this, inp, species, speciesName, tWriteAutotest, a

if (this%tIons) then
if (.not. this%tRealHS) then
@:RAISE_ERROR(errStatus, -1, "Ion dynamics is not implemented yet for imaginary&
& Hamiltonians.")
@:RAISE_ERROR(errStatus, -1, "Ion dynamics is not implemented yet for complex&
& hamiltonians (k-points, spin-orbit, ...).")
end if
this%tForces = .true.
this%indMovedAtom = inp%indMovedAtom
Expand Down

0 comments on commit 9eaaff3

Please sign in to comment.