-
Notifications
You must be signed in to change notification settings - Fork 368
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
Update documents and tutorials #2114
Comments
Would love to see the update on documentation, especially V2 primitives. A few users didn't know that there is already V2 primitives in aer, probably because they can't see V2 primitives in the documentation. I know updating all tutorials is a lot of work. Is it possible to just build the API reference for EstimatorV2 and SamplerV2 first? |
Hi @HuangJunye and @doichanj, Nice to meet you. I am Rishabh Singh, and I have been learning about quantum computing since 2020.
|
Hey @doichanj @HuangJunye , I can take this up. I had a past experience in improving tutorials before through QAMP, I think I am good to do this. |
I think it is good to merge updated documents in #2160, thank you |
I think this #2162 can be merged in this issue |
Please consider adding API docs for V2 primitives #2163 |
Please assign this issue to me @doichanj before merging my PR |
What is the expected behavior?
Since Qiskit version 1.0 is released, a lot of changes of interfaces has been implemented also in Aer. However there are still older documents and tutorials are remaining.
qiskit_aer.primitives.EstimatorV2
andqiskit_aer.primitives.SamplerV2
) instead of usingAerSimulator.run()
(see README of Aer)Please also refer to migration guide for Qiskit 1.0 for details (https://docs.quantum.ibm.com/api/migration-guides/qiskit-1.0)
This issue will be solved by:
The text was updated successfully, but these errors were encountered: