Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve integer-based Clifford operations for 1Q/2Q RB (qiskit-commun…
…ity#940) * Improve integer-based Clifford operations for 1Q/2Q RB Co-authored-by: merav-aharoni <[email protected]> Including following features: * Simplify clifford_utils API * Clean up script file for clifford data generation * Change clifford data files to npz formant and add them to package * Simplify data handling for 2q clifford compose with sparse matrix * Fix a too restrictive test * Fix performance regression in transpiled 2Q Clifford circuit generation * Fix bugs in two methods for random Clifford generation in CliffordUtils * Minor improvement of interface * Fix a bug in Backend V1 to V2 conversion that caused a failure in interleaving circuit with delay using BackendV1 * Fix a bug that interleaved circuit is not always decomposed in transpiled circuit * Exclude a data generation script file from package * Simplify MANIFEST.ini * Updates following reviewers suggestions * Improve docs and a few lines of code following reviewers suggestions
- Loading branch information