Skip to content

Commit

Permalink
Correct typo in shifts
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulaGarciaMolina authored Jun 5, 2024
1 parent 8b293ea commit e1d530f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/seemps/analysis/finite_differences.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def smooth_finite_differences_mpo(
i = 1
while dx < tol:
dx = 2 * dx
i += 1
i *= 2
return mpo_weighted_shifts(
L,
np.asarray(weights) / (dx**order),
Expand Down

0 comments on commit e1d530f

Please sign in to comment.