We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ca807f commit 724d405Copy full SHA for 724d405
1 file changed
test/autompo.jl
@@ -853,16 +853,16 @@ end
853
p011 = productMPS(s, [1, 2, 2, 1, 1])
854
p110 = productMPS(s, [2, 2, 1, 1, 1])
855
856
- @test inner(p110, M1, p011) ≈ -1.0
857
- @test inner(p110, M2, p011) ≈ -1.0
858
- @test inner(p110, M3, p011) ≈ -1.0
+ @test inner(p110', M1, p011) ≈ -1.0
+ @test inner(p110', M2, p011) ≈ -1.0
+ @test inner(p110', M3, p011) ≈ -1.0
859
860
p001 = productMPS(s, [1, 1, 2, 1, 1])
861
p100 = productMPS(s, [2, 1, 1, 1, 1])
862
863
- @test inner(p100, M1, p001) ≈ +1.0
864
- @test inner(p100, M2, p001) ≈ +1.0
865
- @test inner(p100, M3, p001) ≈ 0.0
+ @test inner(p100', M1, p001) ≈ +1.0
+ @test inner(p100', M2, p001) ≈ +1.0
+ @test inner(p100', M3, p001) ≈ 0.0
866
867
#
868
# Repeat similar test but
0 commit comments