Skip to content

Commit

Permalink
Fix LMAXTAU
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-S-Rosen committed Jun 4, 2023
1 parent 0c5284a commit 6d69c76
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 @@ -936,7 +936,7 @@ def _set_lmaxtau(incar, incar_settings, structure):
# See VASP manual for more details.
blocks = [site.specie.block for site in structure]
if (
"LMAXMIX" not in incar_settings
"LMAXTAU" not in incar_settings
and incar_settings.get("LASPH", False)
and "f" in blocks
):
Expand Down

0 comments on commit 6d69c76

Please sign in to comment.