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 33878e8 commit d05f5c5Copy full SHA for d05f5c5
test/core-test/brmesolve.jl
@@ -43,7 +43,7 @@ end
43
@test isa(R, QuantumObject)
44
@test isa(R_eig, QuantumObject)
45
@test isa(evecs, QuantumObject)
46
-
+
47
state = rand_dm(N) |> mat2vec
48
fock_computed = R * state
49
eig_computed = (sprepost(evecs, evecs') * R_eig * sprepost(evecs', evecs)) * state
@@ -81,7 +81,7 @@ end
81
82
83
84
85
86
87
0 commit comments