-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BackendEstimator support BackendV2 without coupling_map (#10956)
* BackendEstimator support BackendV2 without coupling_map * revert unnecessary type * add unittest * lint * refactoring * add release note --------- Co-authored-by: Takashi Imamichi <[email protected]>
- Loading branch information
1 parent
947e175
commit be2cebc
Showing
3 changed files
with
39 additions
and
9 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
5 changes: 5 additions & 0 deletions
5
releasenotes/notes/backend-estimator-v2-support-a698353aeeb5236c.yaml
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
fixes: | ||
- | | ||
Fixed a bug where :class:`.primitives.BackendEstimator` cannot be used with the | ||
:class:`.providers.BackendV2` that does not have coupling_map. |
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