Add Qiskit Chemistry Tutorial File
Summary
Add New Qiskit Chemistry Tutorial Lab File
Check out this pull request on ![]()
See visual diffs & provide feedback on Jupyter Notebooks.
Powered by ReviewNB
The chemistry tutorials are part of qiskit-nature and that tutorial is already published out on qiskit.org at https://qiskit.org/documentation/nature/tutorials/07_leveraging_qiskit_runtime.html - now the applications and their tutorials may not be so easy/intuitive to find, if you are used to only using the navigation pane on the left, but the above is accessed from the Applications menu at the top of the page and choosing Nature. From there you can see the API ref for it, Tutorials etc.
Chemistry as it was here was part of Aqua which is now deprecated and never contained the runtime. What was the rationale of this PR as I do not see any real need for this?
The chemistry tutorials are part of qiskit-nature and that tutorial is already published out on qiskit.org at https://qiskit.org/documentation/nature/tutorials/07_leveraging_qiskit_runtime.html - now the applications and their tutorials may not be so easy/intuitive to find, if you are used to only using the navigation pane on the left, but the above is accessed from the Applications menu at the top of the page and choosing Nature. From there you can see the API ref for it, Tutorials etc.
Chemistry as it was here was part of Aqua which is now deprecated and never contained the runtime. What was the rationale of this PR as I do not see any real need for this?
@woodsp-ibm Sir, since I was walking through the Qiskit Lab Tutorials, I found this file to be missing on the Github Tutorial Repo. Then I took the initiative to make a pull request.
Ah, since Aqua has been deprecated, and its function relocated, the application domain logic it contained for chemsitry, ml, optimization and finance are now in their own repos and optional (extra-requires) for a qiskit install. The qiskit-tutorials repo now contains just the tutorials for core qiskit - there are still some Aqua ones there but will shortly be removed by PR #1162 here - the tutorials for the applications are in the docs\tutorials folders in the applications repos; so chemistry is part of the new Nature reop and the tutorials are here https://github.com/Qiskit/qiskit-nature/tree/main/docs/tutorials where you will see the tutorial you are referring to. It gets published as part of documentation - I linked that in a prior comment. Hope that explains things for you.
Closing per Steve's explanation above that this repository now only has tutorials for Qiskit itself, and not applications like Nature.
Thank you for making Qiskit better!