Skip to content

Commit

Permalink
MAINT: Lower max number of periodic iterations
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-rocke committed Jan 31, 2024
1 parent e21cbb8 commit daba5e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion matscipy/dislocation.py
Original file line number Diff line number Diff line change
Expand Up @@ -3480,7 +3480,7 @@ def glide_distance_dimensionless(self):
return self.left_dislocation.glide_distance_dimensionless


def periodic_displacements(self, positions, v1, v2, core_positions, disp_tol=1e-3, max_neighs=60,
def periodic_displacements(self, positions, v1, v2, core_positions, disp_tol=1e-3, max_neighs=15,
verbose="periodic", **kwargs):
'''
Calculate the stroh displacements for the periodic structure defined by 2D lattice vectors v1 & v2
Expand Down

0 comments on commit daba5e9

Please sign in to comment.