Skip to content

Commit

Permalink
project hubbards key
Browse files Browse the repository at this point in the history
  • Loading branch information
shyamd committed Jun 30, 2021
1 parent 857df9a commit 43d57be
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions emmet-builders/emmet/builders/vasp/task_validator.py
Expand Up @@ -35,12 +35,14 @@ def __init__(
target=task_validation,
projection=[
"orig_inputs",
"input.hubbards",
"output.structure",
"output.bandgap",
"calcs_reversed.input.parameters",
"calcs_reversed.input.incar",
"calcs_reversed.output.ionic_steps.electronic_steps.e_fr_energy",
"tags",
# Need these two for proper run_type determination
"calcs_reversed.input.parameters",
"calcs_reversed.input.incar",
],
query=query,
**kwargs,
Expand Down

0 comments on commit 43d57be

Please sign in to comment.