Skip to content

Commit 40430f9

Browse files
authored
Update VUMPS environments calling syntax (#167)
1 parent 99b2ea0 commit 40430f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/environments/vumps_environments.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ using MPSKit: InfiniteEnvironments
55

66
function MPSKit.issamespace(
77
env::InfiniteEnvironments,
8-
above::InfiniteMPS,
9-
operator::InfiniteTransferMatrix,
108
below::InfiniteMPS,
9+
operator::InfiniteTransferMatrix,
10+
above::InfiniteMPS,
1111
)
1212
L = MPSKit.check_length(above, operator, below)
1313
for i in 1:L

0 commit comments

Comments
 (0)