Skip to content

Commit

Permalink
Update Ryy test
Browse files Browse the repository at this point in the history
  • Loading branch information
jofrevalles committed Sep 26, 2024
1 parent 8029f15 commit e11f232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Array_test.jl
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@
@test begin
op = Ryy(; θ = π)
y = Matrix(Y())
Matrix(op) 1im * reshape(permutedims(reshape(kron(vec(y), vec(y)), 2, 2, 2, 2), (1, 3, 2, 4)), 4, 4)
Matrix(op) -1im * kron(y, y)
end
end

Expand Down

0 comments on commit e11f232

Please sign in to comment.