Skip to content

Commit

Permalink
Add release note
Browse files Browse the repository at this point in the history
  • Loading branch information
itoko committed Nov 28, 2023
1 parent 4949853 commit 23277cb
Showing 1 changed file with 20 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
features:
- |
Added a new experiment option ``clifford_synthesis_method`` to RB experiemnts,
e.g. :class:`~.StandardRB`, :class:`~.InterleavedRB` so that users can
plug in a custom Clifford synsthesis algorithm used for generating RB circuits.
Such a plugin should be implemented as a ``HighLevelSynthesisPlugin``
(see :class:`~.RBDefaultCliffordSynthesis` for example).
upgrade:
- |
Updated :class:`~.InterleavedRB` so that it only accepts ``interleaved_element``
consisting only of instructions supported by the backend of interest.
fixes:
- |
Fixed a bug in circuit generation for three or more qubit RB where
sampled Cliffords may be changed during their circuits synthesis
(in the worst case, the resulting circuits may use qubits not in
``physical_qubits``). See issue
`#1279 <https://github.com/Qiskit-Extensions/qiskit-experiments/issues/1279>`_
for additional details.

0 comments on commit 23277cb

Please sign in to comment.