forked from qiskit-community/qiskit-ignis
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor RB code to allow cnot-dihedral RB on more than 2 qubits (qis…
- Loading branch information
1 parent
6ca11ad
commit 9b93389
Showing
3 changed files
with
61 additions
and
74 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
upgrade: | ||
- | | ||
The :func:`qiskit.ignis.verification.randomized_benchmarking.randomized_benchmarking_seq` | ||
function is now using the upgraded CNOTDihedral class | ||
:class:`qiskit.ignis.verification.randomized_benchmarking.CNOTDihedral` | ||
to allow CNOT-Dihedral Randomized Benchmarking on more than two qubits. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters