Skip to content

Commit

Permalink
Merge pull request dftbplus#1376 from bhourahine/ionDynamicsErrMsg
Browse files Browse the repository at this point in the history
Clarify error message a bit for users
  • Loading branch information
bhourahine authored Jan 30, 2024
2 parents 73f1bd3 + 9eaaff3 commit 13588bb
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 13588bb

Please sign in to comment.