Skip to content

Commit

Permalink
ensure important fields present in projection
Browse files Browse the repository at this point in the history
  • Loading branch information
shyamd committed Jul 1, 2021
1 parent ab82d75 commit c04074c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions emmet-builders/emmet/builders/vasp/materials.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,14 +176,18 @@ def get_items(self) -> Iterator[List[Dict]]:
"task_id",
"formula_pretty",
"output.energy_per_atom",
"output.energy",
"output.structure",
"input.parameters",
# needed for run_type and task_type
"calcs_reversed.input.parameters",
"calcs_reversed.input.incar",
"orig_inputs",
# needed for entry from task_doc
"output.energy",
"input.is_hubbard",
"input.hubbards",
"input.potcar_spec",
"orig_inputs",
# misc info for materials doc
"input.structure",
"tags",
]
Expand Down

0 comments on commit c04074c

Please sign in to comment.