Skip to content

Commit e8043bc

Browse files
committed
Fix missing function
1 parent bcc9ee0 commit e8043bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/algorithms.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -786,7 +786,7 @@ module TestAlgorithms
786786
ψ₁ = FiniteMPS(L, ℂ^2, ℂ^20)
787787
ψ₂ = FiniteMPS(L, ℂ^2, ℂ^10)
788788

789-
O = finite_classical_ising(L)
789+
O = classical_ising(; L)
790790
ψ₂, = approximate(ψ₂, (O, ψ₁), alg)
791791

792792
@test norm(O * ψ₁ - ψ₂) 0 atol = 0.001

0 commit comments

Comments
 (0)