Skip to content

Commit 9e224ae

Browse files
committed
revert parse_outputs
1 parent 94cfc5b commit 9e224ae

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

atomate/vasp/firetasks/parse_outputs.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ def run_task(self, fw_spec):
9393
parse_dos=self.get("parse_dos", False),
9494
bandstructure_mode=self.get("bandstructure_mode", False),
9595
parse_chgcar=self.get("parse_chgcar", False),
96+
parse_aeccar=self.get("parse_aeccar", False))
97+
9698

9799
# assimilate (i.e., parse)
98100
task_doc = drone.assimilate(calc_dir)

0 commit comments

Comments
 (0)