Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove remaining references to Provider classes #1491

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

wshanks
Copy link
Collaborator

@wshanks wshanks commented Nov 15, 2024

This change is a follow up to 519bb53 to remove remaining references to the Provider base classes which were deprecated in Qiskit 1.1. Providers are now unspecified objects that generate backends. As a follow up, work is needed on the ExperimentData class to tighten up how it works with providers, especially since the main provider now is QiskitRuntimeService from qiskit-ibm-runtime, which already was not actually a Provider.

@wshanks wshanks added the backport stable potential The issue or PR might be minimal and/or import enough to backport to stable label Nov 15, 2024
This chane is a follow up to 519bb53 to
remove remaining references to the Provider base classes which were
deprecated in Qiskit 1.1. Providers are now unspecified objects that
generate backends. As a follow up, work is needed on the
`ExperimentData` class to tighten up how it works with providers,
especially since the main provider now is `QiskitRuntimeService` from
qiskit-ibm-runtime, which already was not actually a `Provider`.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport stable potential The issue or PR might be minimal and/or import enough to backport to stable
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant