Skip to content

Commit

Permalink
fix broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
tangwei94 committed Jun 13, 2024
1 parent 2128005 commit 286a1db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_vumps.jl
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ end
AL, AR = vumps(T; A=A, verbosity=0)
ϕ = InfiniteMPS([AL])

AC, C = vumps_update(AL, AR)
AL, AR, conv_meas = mps_update(AC, C)
@test conv_meas < 1e-12

Expand Down

0 comments on commit 286a1db

Please sign in to comment.