Skip to content

Commit 52c976f

Browse files
committed
Fix P_left indexing in renormalize_east_edge
1 parent e8bafef commit 52c976f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/algorithms/contractions/ctmrg/renormalize_edge.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ function renormalize_east_edge(
9191
)
9292
return renormalize_east_edge(
9393
env.edges[EAST, row, _next(col, end)],
94-
P_left[EAST, row, col, end],
94+
P_left[EAST, row, col],
9595
P_right[EAST, _prev(row, end), col],
9696
network[row, col],
9797
)

0 commit comments

Comments
 (0)