From f68d1b7e099a4e9e1dec3b7d78dbff9236212f44 Mon Sep 17 00:00:00 2001 From: Shyam <85609781+skatnagallu@users.noreply.github.com> Date: Sat, 7 Sep 2024 12:17:38 +0200 Subject: [PATCH] Update pyiron_atomistics/sphinx/base.py Co-authored-by: freyso <63301887+freyso@users.noreply.github.com> (cherry picked from commit 845ae4b0415561ce55a59d20943baab8873121da) --- pyiron_atomistics/sphinx/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyiron_atomistics/sphinx/base.py b/pyiron_atomistics/sphinx/base.py index e00185a2e..9c56b8b78 100644 --- a/pyiron_atomistics/sphinx/base.py +++ b/pyiron_atomistics/sphinx/base.py @@ -1500,7 +1500,7 @@ def convergence_check(self): print( """ scf convergence not reached. Check residue and number of steps. - If residue is low, try increasing number of steps. + If residue goes down systematically, but slowly, try increasing number of steps. If residue is high, decreasing rho mixing might help. """ )