mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-28 14:15:19 -04:00
Fix typo in DFT+U energy warning messages
This commit is contained in:
parent
f2130a5a34
commit
8d80afcb45
1 changed files with 3 additions and 3 deletions
|
|
@ -805,7 +805,7 @@ CONTAINS
|
|||
|
||||
IF (energy%dft_plus_u < 0.0_dp) &
|
||||
CALL cp_warn(__LOCATION__, &
|
||||
"DFT+U energy contibution is negative possibly due "// &
|
||||
"DFT+U energy contribution is negative possibly due "// &
|
||||
"to unphysical Lowdin charges!")
|
||||
|
||||
! Release (local) full matrices
|
||||
|
|
@ -1470,7 +1470,7 @@ CONTAINS
|
|||
IF (energy%dft_plus_u < 0.0_dp) THEN
|
||||
IF (.NOT. occupation_enforced) THEN
|
||||
CALL cp_warn(__LOCATION__, &
|
||||
"DFT+U energy contibution is negative possibly due "// &
|
||||
"DFT+U energy contribution is negative possibly due "// &
|
||||
"to unphysical Mulliken charges!")
|
||||
END IF
|
||||
END IF
|
||||
|
|
@ -2020,7 +2020,7 @@ CONTAINS
|
|||
|
||||
IF (energy%dft_plus_u < 0.0_dp) &
|
||||
CALL cp_warn(__LOCATION__, &
|
||||
"DFT+U energy contibution is negative possibly due "// &
|
||||
"DFT+U energy contribution is negative possibly due "// &
|
||||
"to unphysical Mulliken charges!")
|
||||
|
||||
! Release local work storage
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue