-
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
Add how-to guides about primitives (backport #9716) #10261
Conversation
* Added how-to section * added how to compose circuits guide * added how to visualize circuit guide * add how to create parameterized circuit guide * add guides * removed latex circuit visualization * fixed title underlines * Fix typo * explicitly set cregbundle to False when appending circuit with classical register * Fix typo * Added explanation about needed latex distribution * added link to qiskit.visualization module * Simplified references * Change 'we' to 'you' * Changed how_to.rst to how_to/index.rst * Removed jupyter-execute from create_a_quantum_circuit * Removed jupyter-execute from create_a_parameterized_circuit * Removed jupyter-execute from compose_quantum_circuits * Removed jupyter-execute from visualize_a_quantum_circuit * Add sphinx.ext.doctest to conf.py * Change header symbol for index and visualization guide * Added guides for sampler and estimator and simplified toctree * Fixed underline * Add links to how-to create circuit * Added section about parameterized circuits to primitives how-tos * Remove other how-tos * Remove links * Added reference to other implementations of primitives * Update docs/how_to/use_estimator.rst Co-authored-by: Steve Wood <[email protected]> * Improved titles * set global doctest flags and disable automatic doctests * Added part about changing options * Add new aer docs page to intersphinx * Added notes about circuit measurements * Improved notes about circuit measurements * Update docs/how_to/use_estimator.rst Co-authored-by: Junye Huang <[email protected]> * Update docs/how_to/use_sampler.rst Co-authored-by: Junye Huang <[email protected]> * Update docs/how_to/use_sampler.rst Co-authored-by: Junye Huang <[email protected]> * Update docs/how_to/use_sampler.rst Co-authored-by: Junye Huang <[email protected]> * Added numpy to intersphinx and note about doctest and plot directive * Added note about quasi-probabilities * rename how to to How-to Guides * Update docs/how_to/use_estimator.rst Co-authored-by: Elena Peña Tapia <[email protected]> * Update docs/how_to/use_estimator.rst Co-authored-by: Elena Peña Tapia <[email protected]> * Update docs/how_to/use_estimator.rst Co-authored-by: Elena Peña Tapia <[email protected]> * Update docs/how_to/use_estimator.rst Co-authored-by: Elena Peña Tapia <[email protected]> * Update docs/how_to/use_estimator.rst Co-authored-by: Elena Peña Tapia <[email protected]> * Update docs/how_to/use_estimator.rst Co-authored-by: Elena Peña Tapia <[email protected]> * Update docs/how_to/use_sampler.rst Co-authored-by: Elena Peña Tapia <[email protected]> * Update docs/how_to/use_estimator.rst Co-authored-by: Elena Peña Tapia <[email protected]> * Update docs/how_to/use_sampler.rst Co-authored-by: Elena Peña Tapia <[email protected]> * Update docs/how_to/use_sampler.rst Co-authored-by: Elena Peña Tapia <[email protected]> * Update docs/how_to/use_estimator.rst Co-authored-by: Elena Peña Tapia <[email protected]> * Update docs/how_to/use_estimator.rst Co-authored-by: Elena Peña Tapia <[email protected]> * Update docs/how_to/use_estimator.rst Co-authored-by: Elena Peña Tapia <[email protected]> * Update docs/how_to/use_sampler.rst Co-authored-by: Elena Peña Tapia <[email protected]> * Update docs/how_to/use_estimator.rst Co-authored-by: Elena Peña Tapia <[email protected]> * Update docs/how_to/use_estimator.rst Co-authored-by: Elena Peña Tapia <[email protected]> * Update docs/how_to/use_estimator.rst Co-authored-by: Elena Peña Tapia <[email protected]> * Update docs/how_to/use_sampler.rst Co-authored-by: Elena Peña Tapia <[email protected]> * Update docs/how_to/use_sampler.rst Co-authored-by: Elena Peña Tapia <[email protected]> * Update docs/how_to/use_sampler.rst Co-authored-by: Elena Peña Tapia <[email protected]> * Update docs/how_to/use_sampler.rst Co-authored-by: Elena Peña Tapia <[email protected]> * Update docs/how_to/use_sampler.rst Co-authored-by: Elena Peña Tapia <[email protected]> * Update docs/how_to/use_sampler.rst Co-authored-by: Elena Peña Tapia <[email protected]> * Update docs/how_to/use_sampler.rst Co-authored-by: Elena Peña Tapia <[email protected]> * Remove generally * Changed sampler initial note to mention BackendSampler * Update docs/how_to/use_sampler.rst Co-authored-by: Luciano Bello <[email protected]> * Added code example for backend primitives and link to providers page * Update intersphinx mapping to ecosystem for aer and runtime * Change rustworkx link * Add "primitive" to estimator how-to title Co-authored-by: Luciano Bello <[email protected]> * Change hypothetical import to avoid confusion Co-authored-by: Luciano Bello <[email protected]> * Update docs/how_to/use_estimator.rst Co-authored-by: Luciano Bello <[email protected]> * Include "primitive" word in sampler how-to title Co-authored-by: Luciano Bello <[email protected]> * Improve phrasing Co-authored-by: Luciano Bello <[email protected]> * Include notice about doctest and plot directive incompatibility in sampler guide * change->modify sampler options * change qiskit_provider to <some_qiskit_provider> * shots->amount of shots in estimator how-to * Add quick explanation about using multiple circuits and observables and adjust plurals * singular * singular --------- Co-authored-by: Steve Wood <[email protected]> Co-authored-by: Junye Huang <[email protected]> Co-authored-by: Elena Peña Tapia <[email protected]> Co-authored-by: Luciano Bello <[email protected]> (cherry picked from commit 591116f)
Thank you for opening a new pull request. Before your PR can be merged it will first need to pass continuous integration tests and be reviewed. Sometimes the review process can be slow, so please be patient. While you're waiting, please feel free to review other open PRs. While only a subset of people are authorized to approve pull requests for merging, everyone is encouraged to review open pull requests. Doing reviews helps reduce the burden on the core team and helps make the project's code better for everyone. One or more of the the following people are requested to review this:
|
This is out-of-date and would have been folded into the 0.25 release anyway. Not sure why it didn't get merged at the time. |
This is an automatic backport of pull request #9716 done by Mergify.
Mergify commands and options
More conditions and actions can be found in the documentation.
You can also trigger Mergify actions by commenting on this pull request:
@Mergifyio refresh
will re-evaluate the rules@Mergifyio rebase
will rebase this PR on its base branch@Mergifyio update
will merge the base branch into this PR@Mergifyio backport <destination>
will backport this PR on<destination>
branchAdditionally, on Mergify dashboard you can:
Finally, you can contact us on https://mergify.com