Skip to content

Commit 94eaf43

Browse files
committed
fix doctest
1 parent 2dd7815 commit 94eaf43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/qobj/functions.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ julia> expect(Hermitian(a' * a), ψ1) |> round
4747
4848
julia> round.(expect([a' * a, a' + a, a], [ψ1, ψ2]), digits = 1)
4949
3×2 Matrix{ComplexF64}:
50-
3.0+0.0im 1.0-0.0im
50+
3.0+0.0im 1.0+0.0im
5151
0.0+0.0im 1.2-0.0im
5252
0.0+0.0im 0.6+0.8im
5353
```

0 commit comments

Comments
 (0)