Skip to content

Commit

Permalink
oversight - this should've always been a Structure
Browse files Browse the repository at this point in the history
  • Loading branch information
benrich37 committed Dec 9, 2024
1 parent 44e7ae2 commit c532f39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pymatgen/io/jdftx/jdftxoutfileslice.py
Original file line number Diff line number Diff line change
Expand Up @@ -842,7 +842,7 @@ def _set_jstrucs(self, text: list[str]) -> None:
if self.jstrucs is not None:
self._set_trajectory()
self.mu = self._get_mu()
self.structure = self.jstrucs[-1]
self.structure = self.jstrucs[-1].structure
self.eopt_type = self.jstrucs.eopt_type
self.elecmindata = self.jstrucs.elecmindata
self.stress = self.jstrucs.stress
Expand Down

0 comments on commit c532f39

Please sign in to comment.