Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
renatomello committed Feb 9, 2024
1 parent 45e4e22 commit 16c8ea9
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 16c8ea9

Please sign in to comment.