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 2dd7815 commit 94eaf43Copy full SHA for 94eaf43
src/qobj/functions.jl
@@ -47,7 +47,7 @@ julia> expect(Hermitian(a' * a), ψ1) |> round
47
48
julia> round.(expect([a' * a, a' + a, a], [ψ1, ψ2]), digits = 1)
49
3×2 Matrix{ComplexF64}:
50
- 3.0+0.0im 1.0-0.0im
+ 3.0+0.0im 1.0+0.0im
51
0.0+0.0im 1.2-0.0im
52
0.0+0.0im 0.6+0.8im
53
```
0 commit comments