Skip to content

Commit

Permalink
bug fixed, parse run type ENERGY for cp2k
Browse files Browse the repository at this point in the history
  • Loading branch information
robinzyb committed Oct 16, 2023
1 parent fe55a53 commit c35faa0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cp2kdata/output.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ def __init__(self, output_file=None, run_type: str=None, path_prefix=".", **kwar
self.check_run_type(run_type=self.global_info.run_type)

run_type_parser_candidates = {
"ENERGY": self.parse_energy_force,
"ENERGY_FORCE": self.parse_energy_force,
"GEO_OPT": self.parse_geo_opt,
"CELL_OPT": self.parse_cell_opt,
Expand Down

0 comments on commit c35faa0

Please sign in to comment.