Skip to content

Commit

Permalink
Backport bc4e3c4 to stable/0.6 (#1461)
Browse files Browse the repository at this point in the history
This fixes docs deploy
  • Loading branch information
nkanazawa1989 authored Jun 5, 2024
1 parent 5c6f4b2 commit f2241bc
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 f2241bc

Please sign in to comment.