Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-S-Rosen committed Jun 4, 2023
1 parent 6d69c76 commit 2d46dfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/atomate2/vasp/sets/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down

0 comments on commit 2d46dfd

Please sign in to comment.