Skip to content

Commit

Permalink
Add reno
Browse files Browse the repository at this point in the history
  • Loading branch information
itoko committed Jun 1, 2023
1 parent 9af8062 commit 1f14d9f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions releasenotes/notes/irb-circuit-order-619845a707519c44.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
features:
- |
A new experiment option ``circuit_order`` was added to ``~.InterleavedRB`.
It allows to change the order of the reference and the interleaved circuits
and hence slightly alter the impact of noise on interleaved RB results.
The default value is set to ``"RIRIRI"`` that alternate a reference and
an interleaved circuit.
fixes:
- |
Changed the ordering of circuits generated by ``~.InterleavedRB` back to
RIRIRI (R: Reference, I: Interleaved) order.
It was accidentally changed into RRRIII order in
`#898 <https://github.com/Qiskit/qiskit-experiments/pull/898>`_.
Before that, it had been RIRIRI order.

0 comments on commit 1f14d9f

Please sign in to comment.