Skip to content

Commit

Permalink
Add warning for run type utility
Browse files Browse the repository at this point in the history
  • Loading branch information
shyamd committed Jun 24, 2021
1 parent 9109d4a commit 2a95a18
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions emmet-core/emmet/core/vasp/calc_types/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,11 @@ def run_type(parameters: Dict) -> RunType:
Args:
parameters: Dictionary of VASP parameters from Vasprun.xml
*** WARNING ***
VASP mangles the LDAU* fields in the parameters field
If you're not using the TaskDocument.run_type, copy over
LDAU* fields from the incar rather than trust parameters
"""

if parameters.get("LDAU", False):
Expand Down

0 comments on commit 2a95a18

Please sign in to comment.