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

Add instance param to localService backend() #1795

Merged
merged 1 commit into from
Jul 9, 2024

Conversation

kt474
Copy link
Member

@kt474 kt474 commented Jul 8, 2024

Summary

Adding on to #1764 so the following code snippet works in local mode

with Batch(backend=backend):
    sampler = SamplerV2()

Details and comments

Fixes #1723

@kt474 kt474 added the Changelog: Bugfix Include in the Fixed section of the changelog label Jul 8, 2024
@kt474 kt474 merged commit bdefc12 into Qiskit:main Jul 9, 2024
18 checks passed
@kt474 kt474 deleted the add-instance-param branch July 9, 2024 15:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Changelog: Bugfix Include in the Fixed section of the changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Sampler Batch pattern works via QiskitRuntimeService but errors on a fake backend in local mode
2 participants