Skip to content

Commit

Permalink
Merge branch 'ase_version_qe' of ssh://github.com/libAtoms/workflow i…
Browse files Browse the repository at this point in the history
…nto ase_version_qe
  • Loading branch information
bernstei committed Jul 22, 2024
2 parents 6eb4161 + ab53d8a commit c71e03a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions wfl/calculators/espresso.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,6 @@ def calculate(self, atoms=None, properties=_default_properties, system_changes=a
calculation_succeeded = True
if 'DFT_FAILED_ESPRESSO' in atoms.info:
del atoms.info['DFT_FAILED_ESPRESSO']
if "__calculator_output_prefix" in atoms.info:
save_calc_results(atoms, prefix=atoms.info["__calculator_output_prefix"], properties=properties)
atoms.info["__calculator_results_saved"] = True
except Exception as exc:
atoms.info['DFT_FAILED_ESPRESSO'] = True
calculation_succeeded = False
Expand Down

0 comments on commit c71e03a

Please sign in to comment.