Skip to content

Commit

Permalink
Merge branch 'master' of github.com:araujoms/Ket.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiendesignolle committed Jun 27, 2024
2 parents 92a14a8 + f0fb746 commit 4b1953b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/random.jl
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export random_unitary
"""
random_povm([T=ComplexF64,] d::Integer, n::Integer, r::Integer)
Produces a random measurement of dimension `d` with `n` outcomes and rank `min(k, d)`.
Produces a random POVM of dimension `d` with `n` outcomes and rank `min(k, d)`.
Reference: Heinosaari et al., [arXiv:1902.04751](https://arxiv.org/abs/1902.04751).
"""
Expand Down

0 comments on commit 4b1953b

Please sign in to comment.