-
Notifications
You must be signed in to change notification settings - Fork 163
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove backend cache from QiskitRuntimeService (#1732)
* wip, remove cache * fix test failure * add release note * remove early return * remove discover_backends * cache configuration * remove upgrade note * mypy * add release note --------- Co-authored-by: Jessie Yu <[email protected]>
- Loading branch information
1 parent
00d14da
commit e0aed70
Showing
5 changed files
with
119 additions
and
132 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
The :meth:`.QiskitRuntimeService.backends` now always returns | ||
new :class:`IBMBackend` instance even for the same query. | ||
The backend properties and defaults data are retrieved from the server | ||
for every instance when they are accessed for the first time, | ||
while the configuration data is cached internally in the service instance. |
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.