-
Notifications
You must be signed in to change notification settings - Fork 127
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve custom transpilation for faster 1Q/2Q RB (#922)
* 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 <[email protected]> * 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 <[email protected]>
- Loading branch information
1 parent
d34bc12
commit 7dfdcbb
Showing
4 changed files
with
786 additions
and
864 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
Oops, something went wrong.