Skip to content

Commit

Permalink
Merge pull request #1204 from qiboteam/fix_doc
Browse files Browse the repository at this point in the history
Minor fix to `quantum_info.random_ensembles.random_clifford` docstring
  • Loading branch information
renatomello authored Feb 13, 2024
2 parents 5b85221 + 16c8ea9 commit 2e40fc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qibo/quantum_info/random_ensembles.py
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@ def random_clifford(
Args:
nqubits (int): number of qubits.
return_circuit (bool, optional): if ``True``, returns a :class:`qibo.models.Circuit`
object. If ``False``, returns an ``ndarray`` object. Defaults to ``False``.
object. If ``False``, returns an ``ndarray`` object. Defaults to ``True``.
density_matrix (bool, optional): used when ``return_circuit=True``. If `True`,
the circuit would evolve density matrices. Defaults to ``False``.
seed (int or :class:`numpy.random.Generator`, optional): Either a generator of
Expand Down

0 comments on commit 2e40fc3

Please sign in to comment.