-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove calibrations APIs and related functionality (#13861)
* Handle ScheduleBlock and pulse gates loading * Add documentation and remove redundant code * Limit QPY version when generating circuits for compatibility test Fix some doc issues * Handle QPY compatibility testing. Misc other fixes * Update qiskit/qpy/binary_io/circuits.py Co-authored-by: Raynel Sanchez <87539502+raynelfss@users.noreply.github.com> * Remove pulse from GenericBackendV2 This commit removes pulse-related functionality from GenericBackendV2, as part of Pulse removal in Qiskit 2.0. This includes the ability to initialize the backend with custom calibrations and query it for channel information. Also, various clean ups where made to accommodate for the updated API of GenericBackendV2. * First pass * Avoid generating pulse circuits in load_qpy & version >= 2.0 * Remove more stuff * Add reno and some misc fixes * Add recent changes from remove-pulse-qpy branch * Raise QpyError when loading ScheduleBlock payloads * Clean up TODOs * Unify transpiler renos w.r.t pulse removal * Remove inst_map from transpile() docstring * Small cleanup and reno update * Fix lint * Applying comments from Elena's review --------- Co-authored-by: Raynel Sanchez <87539502+raynelfss@users.noreply.github.com>
- Loading branch information
Showing
80 changed files
with
176 additions
and
3,308 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
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
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
Oops, something went wrong.