Skip to content

Commit

Permalink
try to fix docs CI failure caused by the new Aer release
Browse files Browse the repository at this point in the history
  • Loading branch information
itoko committed May 1, 2024
1 parent fafc233 commit bc4e3c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/manuals/measurement/readout_mitigation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ Mitigation example
.. jupyter-execute::

qc = QuantumCircuit(num_qubits)
qc.h(0)
qc.sx(0)
for i in range(1, num_qubits):
qc.cx(i - 1, i)
qc.measure_all()
Expand Down

0 comments on commit bc4e3c4

Please sign in to comment.