Improve integer-based Clifford operations for 1Q/2Q RB#2
Closed
itoko wants to merge 3 commits into
Closed
Conversation
* Improve custom transpilation for faster 1Q/2Q RB with simplifying code structure * Avoid using general Gate objects * Fix handling of interleaved delays * Add custom calibrations support in transpiling circuits * Add more comments * Small cleanups * More precise retrieve of basis gates * Update qiskit_experiments/library/randomized_benchmarking/rb_experiment.py Co-authored-by: Naoki Kanazawa <nkanazawa1989@gmail.com> * Renames and updates following review comments * Remove experiment_type from circuit metadata * Add backend V1 to V2 conversion * Fix docs following review comments * Separate a code block as a private method * Change to create BackendTiming object outside loop Co-authored-by: Naoki Kanazawa <nkanazawa1989@gmail.com>
Co-authored-by: merav-aharoni <46567124+merav-aharoni@users.noreply.github.com> 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
b653620 to
a9c1760
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR is a follow-up of qiskit-community#892, qiskit-community#922 for improving implementation of
clifford_utilsmodule.Details and comments
This PR improves the implementation of
clifford_utilsmodule without changing the original algorithms for integer-based Clifford operations. It includesCliffordUtils.*to functionsclifford_utils.*CliffordUtilsobjects (ChangeCliffordUtilsback to a library class)It preserves great ideas introduced in qiskit-community#892 such as:
composeandadjoint)