Skip to content

Commit

Permalink
Merge branch 'main' into 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
andrea-pasquale committed Nov 15, 2024
2 parents 5d236bf + c8cd2a9 commit a91211c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qibocal/protocols/readout_mitigation_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def _acquisition(
for q, bit in enumerate(state):
if bit == "1":
c.add(gates.X(q))
c.add(gates.M(q))
c.add(gates.M(*[i for i in range(len(state))]))
_, results = execute_transpiled_circuit(
c, qubits, backend, nshots=params.nshots, transpiler=transpiler
)
Expand Down

0 comments on commit a91211c

Please sign in to comment.