You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 12, 2023. It is now read-only.
What is the expected behavior?
Update the code for the CNOT-Dihedral class in RB:
https://github.com/Qiskit/qiskit-ignis/blob/master/qiskit/ignis/verification/randomized_benchmarking/dihedral.py
in order not to use pre-generated tables (pkl file) for the 2-qubit CNOT-Dihedral group
(this pkl file make the tests fail sometimes).
Use similar API to the Clifford operator class in Terra (as much as possible):
Qiskit/qiskit#3938
The text was updated successfully, but these errors were encountered: