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 9, 2023
1 parent a80e9cd commit 1d822f4
Showing 1 changed file with 18 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
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``).

0 comments on commit 1d822f4

Please sign in to comment.