We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6208d5b commit 971bca8Copy full SHA for 971bca8
test/Product_test.jl
@@ -29,5 +29,5 @@
29
norm(qtn) ≈ 1
30
end
31
@test adjoint(qtn) isa Product
32
- @test socket(adjoint(qtn)) == State(; dual=true)
+ @test socket(adjoint(qtn)) == Operator()
33
0 commit comments