qiskit-tutorials icon indicating copy to clipboard operation
qiskit-tutorials copied to clipboard

Add Qiskit Chemistry Tutorial File

Open Abrar2652 opened this issue 4 years ago • 5 comments

Summary

Add New Qiskit Chemistry Tutorial Lab File

Abrar2652 avatar May 27 '21 15:05 Abrar2652

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar May 27 '21 15:05 CLAassistant

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 avatar May 27 '21 16:05 woodsp-ibm

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.

Abrar2652 avatar May 27 '21 16:05 Abrar2652

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.

woodsp-ibm avatar May 27 '21 19:05 woodsp-ibm

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!

Eric-Arellano avatar Jul 11 '23 13:07 Eric-Arellano