Skip to content

Commit

Permalink
Save stresses
Browse files Browse the repository at this point in the history
  • Loading branch information
pmrv committed Sep 9, 2021
1 parent 706d5cb commit d1d3ed1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyiron_atomistics/vasp/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -2017,6 +2017,7 @@ def collect(self, directory=os.getcwd(), sorted_indices=None):
raise VaspCollectError("Error in parsing OUTCAR")
log_dict["energy_tot"] = self.outcar.parse_dict["energies"]
log_dict["temperature"] = self.outcar.parse_dict["temperatures"]
log_dict["stresses"] = self.outcar.parse_dict["stresses"]
log_dict["pressures"] = self.outcar.parse_dict["pressures"]
log_dict["forces"] = self.outcar.parse_dict["forces"]
log_dict["positions"] = self.outcar.parse_dict["positions"]
Expand Down

0 comments on commit d1d3ed1

Please sign in to comment.