Skip to content

Commit

Permalink
Add an LMAXTAU fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew-S-Rosen committed Jun 5, 2023
1 parent a793115 commit 6f66544
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/atomate2/vasp/sets/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -938,6 +938,7 @@ def _set_lmaxtau(incar, incar_settings, structure):
if (
"LMAXTAU" not in incar_settings
and incar_settings.get("LASPH", False)
and incar_settings.get("METAGGA")
and "f" in blocks
):
incar["LMAXTAU"] = 8
Expand Down

0 comments on commit 6f66544

Please sign in to comment.