Skip to content

Commit

Permalink
Return final geometry when parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
smcolby committed Apr 19, 2024
1 parent 2a84f72 commit b49c201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion isicle/parse.py
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ def _parse_geometry(self):
Add docstring
"""

return self.data['xyz']
return self.data['xyz']['final']

def _parse_energy(self):
"""
Expand Down

0 comments on commit b49c201

Please sign in to comment.