Skip to content

Commit

Permalink
Added function get_geometry_steps_of_optimisation
Browse files Browse the repository at this point in the history
  • Loading branch information
lukashoermann200 committed Oct 29, 2024
1 parent 71fe4dd commit 222ed47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dfttools/geometry.py
Original file line number Diff line number Diff line change
Expand Up @@ -921,6 +921,7 @@ def center_coordinates(
def move_all_atoms(self, shift):
"""
Translates the whole geometry by vector 'shift'
"""
self.coords += shift

Expand Down

0 comments on commit 222ed47

Please sign in to comment.