We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94cfc5b commit 9e224aeCopy full SHA for 9e224ae
atomate/vasp/firetasks/parse_outputs.py
@@ -93,6 +93,8 @@ def run_task(self, fw_spec):
93
parse_dos=self.get("parse_dos", False),
94
bandstructure_mode=self.get("bandstructure_mode", False),
95
parse_chgcar=self.get("parse_chgcar", False),
96
+ parse_aeccar=self.get("parse_aeccar", False))
97
+
98
99
# assimilate (i.e., parse)
100
task_doc = drone.assimilate(calc_dir)
0 commit comments