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

Deprecate BackendV1 #12629

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft

Deprecate BackendV1 #12629

wants to merge 3 commits into from

Conversation

1ucian0
Copy link
Member

@1ucian0 1ucian0 commented Jun 21, 2024

Summary

Time to deprecate BackendV1 in favor of Target (for hardware description) and primitives (for execution). We should still keep BackendV2 as a supported alternative.

This requieres:

once this one is merged, the rest of the _assemble code needs to be cleaned. Hopefully, it can be done after the release of this PR.

@1ucian0 1ucian0 requested review from jyu00 and a team as code owners June 21, 2024 10:28
@qiskit-bot
Copy link
Collaborator

One or more of the following people are relevant to this code:

  • @Qiskit/terra-core

@1ucian0 1ucian0 added this to the 1.2.0 milestone Jun 21, 2024
@1ucian0 1ucian0 marked this pull request as draft June 21, 2024 13:02
qiskit/providers/backend.py Outdated Show resolved Hide resolved
@mtreinish
Copy link
Member

What's more important to me than the actual backendv1 abstract class definition is deprecating the things it uses, specifically the models objects in: https://github.com/Qiskit/qiskit/tree/main/qiskit/providers/models and also qobj and assembler modules

@1ucian0
Copy link
Member Author

1ucian0 commented Jun 24, 2024

What's more important to me than the actual backendv1 abstract class definition is deprecating the things it uses, specifically the models objects in: https://github.com/Qiskit/qiskit/tree/main/qiskit/providers/models and also qobj and assembler modules

done in #12649

@wshanks
Copy link
Contributor

wshanks commented Jun 25, 2024

#12649 deprecates qobj and assemble, but what about the models in qiskit/providers?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants