Skip to content

Commit

Permalink
Update random_ensembles.py
Browse files Browse the repository at this point in the history
  • Loading branch information
MatteoRobbiati authored Feb 15, 2024
1 parent 4722f50 commit f73be7c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/qibo/quantum_info/random_ensembles.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ def _ppf(self, theta: float):


def uniform_sampling_U3(ngates: int, seed=None, backend=None):
"""
Samples parameters for Haar-random :math:`U_{3}` (``qibo.gates.U3``).
"""Samples parameters for Haar-random :math:`U_{3}` (``qibo.gates.U3``).
Args:
ngates (int): Total number of :math:`U_{3}`s to be sampled.
Expand Down

0 comments on commit f73be7c

Please sign in to comment.