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 eb3ef12 commit deb2605Copy full SHA for deb2605
test/core-test/quantum_objects_evo.jl
@@ -81,6 +81,7 @@
81
@test adjoint(a2).data == adjoint(a2.data)
82
83
N = 10
84
+ # We use MatrixOperator instead of directly using a Qobj to increase coverage
85
a = QobjEvo(MatrixOperator(sprand(ComplexF64, N, N, 5 / N)), Operator, N)
86
a_d = a'
87
X = a + a_d
0 commit comments