Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
renatomello committed Oct 2, 2023
1 parent ac86738 commit 777549a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/qibo/quantum_info/random_ensembles.py
Original file line number Diff line number Diff line change
Expand Up @@ -689,7 +689,14 @@ def random_clifford(
gamma_matrix_prime,
delta_matrix_prime,
density_matrix,
random_pauli(nqubits, depth=1, return_circuit=True, seed=seed, backend=backend),
random_pauli(
nqubits,
depth=1,
return_circuit=True,
density_matrix=density_matrix,
seed=seed,
backend=backend,
),
)

if return_circuit is False:
Expand Down

0 comments on commit 777549a

Please sign in to comment.