Skip to content

Commit

Permalink
really fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
araujoms committed Dec 6, 2024
1 parent a5bb06d commit adea0f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/states.jl
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
coeff = [T(3) / 5, T(4) / 5]
@test state_ghz_ket(T; coeff) == (T(3) * ket(1, 8) + T(4) * ket(8, 8)) / 5
@test state_super_singlet(T, 2) state_psiminus(T)
U = foldl(kron, fill(random_unitary(T, 3), 3))
U = foldl(kron, fill(Matrix(random_unitary(T, 3)), 3))
rho = state_super_singlet(T, 3)
@test U * rho * U' rho
end
Expand Down

0 comments on commit adea0f8

Please sign in to comment.