From 8d80afcb451952b3b8efe07e7beb02df75e771b4 Mon Sep 17 00:00:00 2001 From: Tennisatw <92752025+Tennisatw@users.noreply.github.com> Date: Sat, 6 Sep 2025 21:13:57 -0600 Subject: [PATCH] Fix typo in DFT+U energy warning messages --- src/dft_plus_u.F | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/dft_plus_u.F b/src/dft_plus_u.F index c5e0159409..777a6b69c5 100644 --- a/src/dft_plus_u.F +++ b/src/dft_plus_u.F @@ -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