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

Replace fake backend utility methods #2012

Merged
merged 7 commits into from
Nov 7, 2024
Merged

Conversation

kt474
Copy link
Member

@kt474 kt474 commented Nov 1, 2024

Summary

The deprecation warning from the original issue is not from the fake backend utility methods. A couple V1 fake backends were missed in #1946 and those were causing this deprecation warning. The remaining V1 fake backends have also been removed in this PR.

Details and comments

Fixes #2010

@kt474 kt474 marked this pull request as ready for review November 1, 2024 16:57
@kt474 kt474 requested review from ptristan3 and jyu00 November 1, 2024 18:05
Copy link
Collaborator

@jyu00 jyu00 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you also add a release note for the deleted backends? We previously got complaints about that 😅.

qiskit_ibm_runtime/utils/backend_converter.py Outdated Show resolved Hide resolved
qiskit_ibm_runtime/fake_provider/fake_backend.py Outdated Show resolved Hide resolved
@kt474 kt474 added the Changelog: Removal Include in the Removed section of the changelog label Nov 2, 2024
@kt474 kt474 requested a review from jyu00 November 6, 2024 14:26
@kt474 kt474 merged commit 1f2d343 into Qiskit:main Nov 7, 2024
19 checks passed
@kt474 kt474 deleted the fake-backend-utility branch November 7, 2024 17:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Changelog: Removal Include in the Removed section of the changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Don't use fake backend utility functions from Qiskit
3 participants