-
Notifications
You must be signed in to change notification settings - Fork 34
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
DeprecationWarning from SamplerV2(backend=backend)
#632
Milestone
Comments
https://cloud.ibm.com/docs/quantum-computing?topic=quantum-computing-get-started#test-setup currently uses |
It looks like (from the docstring) we are supposed to now say |
garrison
added a commit
that referenced
this issue
Jul 8, 2024
This fixes a deprecation warning. Fixes #632.
garrison
added a commit
that referenced
this issue
Jul 8, 2024
…) (#634) * Pass `backend` as positional argument to `SamplerV2` for job mode This fixes a deprecation warning. Fixes #632. * black (cherry picked from commit 1ca5b0c) Co-authored-by: Jim Garrison <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is a DeprecationWarning in this cell of the second tutorial:
that says the following
We should fix this before releasing CKT 0.7.3. I'm not sure what the recommended way is, now, to submit a single job to a backend.
We should also check for this pattern in the tests.
The text was updated successfully, but these errors were encountered: