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 34f47ad commit ef77a28Copy full SHA for ef77a28
test/core-test/quantum_objects.jl
@@ -65,7 +65,7 @@
65
end
66
67
@testset "Operator and SuperOperator" begin
68
- N = 10
+ N = 10
69
A = Qobj(rand(ComplexF64, N, N))
70
B = Qobj(rand(ComplexF64, N, N))
71
ρ = rand_dm(N) # random density matrix
0 commit comments