-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Primitive V1 deprecation follow-up #12824
Conversation
One or more of the following people are relevant to this code:
|
Pull Request Test Coverage Report for Build 10140985638Warning: This coverage report may be inaccurate.This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
Details
💛 - Coveralls |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great explanations! Thank you! Some few small non-blocking comments
Thank you for following up #12575. It looks good overall and Luciano's suggestions make sense to me too. |
Co-authored-by: Luciano Bello <[email protected]>
Co-authored-by: Luciano Bello <[email protected]>
Co-authored-by: Luciano Bello <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added a few minor comments.
Co-authored-by: Takashi Imamichi <[email protected]>
Co-authored-by: Takashi Imamichi <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
* Apply tweaks to deprecation messages, docstrings and release notes. * Fix missing backtick * Apply suggestions from Luciano's code review Co-authored-by: Luciano Bello <[email protected]> * Update qiskit/primitives/statevector_sampler.py Co-authored-by: Luciano Bello <[email protected]> * Update qiskit/primitives/backend_sampler.py Co-authored-by: Luciano Bello <[email protected]> * Update qiskit/primitives/primitive_job.py Co-authored-by: Takashi Imamichi <[email protected]> * Update qiskit/primitives/base/base_estimator.py Co-authored-by: Takashi Imamichi <[email protected]> --------- Co-authored-by: Luciano Bello <[email protected]> Co-authored-by: Takashi Imamichi <[email protected]> (cherry picked from commit b7d0a97)
* Apply tweaks to deprecation messages, docstrings and release notes. * Fix missing backtick * Apply suggestions from Luciano's code review Co-authored-by: Luciano Bello <[email protected]> * Update qiskit/primitives/statevector_sampler.py Co-authored-by: Luciano Bello <[email protected]> * Update qiskit/primitives/backend_sampler.py Co-authored-by: Luciano Bello <[email protected]> * Update qiskit/primitives/primitive_job.py Co-authored-by: Takashi Imamichi <[email protected]> * Update qiskit/primitives/base/base_estimator.py Co-authored-by: Takashi Imamichi <[email protected]> --------- Co-authored-by: Luciano Bello <[email protected]> Co-authored-by: Takashi Imamichi <[email protected]> (cherry picked from commit b7d0a97) Co-authored-by: Elena Peña Tapia <[email protected]>
* Apply tweaks to deprecation messages, docstrings and release notes. * Fix missing backtick * Apply suggestions from Luciano's code review Co-authored-by: Luciano Bello <[email protected]> * Update qiskit/primitives/statevector_sampler.py Co-authored-by: Luciano Bello <[email protected]> * Update qiskit/primitives/backend_sampler.py Co-authored-by: Luciano Bello <[email protected]> * Update qiskit/primitives/primitive_job.py Co-authored-by: Takashi Imamichi <[email protected]> * Update qiskit/primitives/base/base_estimator.py Co-authored-by: Takashi Imamichi <[email protected]> --------- Co-authored-by: Luciano Bello <[email protected]> Co-authored-by: Takashi Imamichi <[email protected]>
README.md is still suggesting to use |
Summary
This PR applies a series of fixes to the messaging introduced in #11490 to further clarify:
It supersedes #12818 after an offline discussion with @1ucian0.
Details and comments
I am open to suggestions, this is a bit of an intricate message to convey to users.