Skip to content

Commit

Permalink
Update qiskit/circuit/library/quantum_volume.py
Browse files Browse the repository at this point in the history
Co-authored-by: Julien Gacon <gaconju@gmail.com>
  • Loading branch information
mtreinish and Cryoris authored Oct 2, 2024
1 parent 42d539d commit 43510e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qiskit/circuit/library/quantum_volume.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ def quantum_volume(
[1] A. Cross et al. Validating quantum computers using
randomized model circuits, Phys. Rev. A 100, 032328 (2019).
[`arXiv:1811.12926 <https://arxiv.org/abs/1811.12926>`_]
`arXiv:1811.12926 <https://arxiv.org/abs/1811.12926>`__
"""
if isinstance(seed, np.random.Generator):
seed = seed.integers(0, dtype=np.uint64)
Expand Down

0 comments on commit 43510e1

Please sign in to comment.