From 2d46dfd143d8e5a23015dcb7691e218d94b1b8cd Mon Sep 17 00:00:00 2001 From: Andrew Rosen Date: Sat, 3 Jun 2023 18:29:26 -0700 Subject: [PATCH] Fix comment --- src/atomate2/vasp/sets/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/atomate2/vasp/sets/base.py b/src/atomate2/vasp/sets/base.py index de87b9fca3..bf9c119948 100644 --- a/src/atomate2/vasp/sets/base.py +++ b/src/atomate2/vasp/sets/base.py @@ -932,7 +932,7 @@ def _set_u_params(incar, incar_settings, structure): def _set_lmaxtau(incar, incar_settings, structure): """Modify LMAXTAU for use with LASPH.""" # Set LMAXTAU = 8 if LASPH = True and there are f-electrons present. - # Note that if the user explicitly sets LMAXMIX in settings it will override this logic. + # Note that if the user explicitly sets LMAXTAU in settings it will override this logic. # See VASP manual for more details. blocks = [site.specie.block for site in structure] if (