Qiskit / qiskit-tutorials

A collection of Jupyter notebooks showing how to use the Qiskit SDK
Apache License 2.0
2.28k stars 1.28k forks source link

Improving 04_vqd.ipynb #1471

Closed TannerTorrey3 closed 1 year ago

TannerTorrey3 commented 1 year ago

Summary

Closes https://github.com/Qiskit/qiskit-tutorials/issues/1405

Replaced deprecated Classes with supported Classes SumPauliOP -> SparsePauliOp eigen_solvers.eigen_solver.Eigensolver -> eigensolvers.Eigensolver

Details and comments

-Deprecated qiskit.opflow.primitive_ops.pauli_sum_op.PauliSumOp Class replaced with qiskit.quantum_info.SparsePauliOp Class -Deprecated qiskit.algorithms.eigen_solvers.eigen_solver.Eigensolver Class replaced with qiskit.algorithms.eigensolvers.Eigensolver Class

review-notebook-app[bot] commented 1 year ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

CLAassistant commented 1 year ago

CLA assistant check
All committers have signed the CLA.

CLAassistant commented 1 year ago

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

TannerTorrey3 commented 1 year ago

@woodsp-ibm Thank you for the help! Can I email you some questions regarding a Quantum Computing club I'm founding? I promise to keep it short out of respect for your time.

@ElePT Let me know if you would like additional assistance with optimal_values. I have some time constraints but would love the challenge.

woodsp-ibm commented 1 year ago

Can I email you some questions regarding a Quantum Computing club I'm founding? I promise to keep it short out of respect for your time.

I am not sure what sort of questions you have in mind. I am a maintainer for algorithms and applications so I look after technical matters in that area. If you looking to promote this club or perhaps gain ideas from others who have done similar I would look to Qiskit Slack - if you did not already join there is a link to join on the qiskit.org home page - scroll to the bottom and its under Stay Connected on the right hand side. There is even a #meetups channel there. If you feel its something technical, that I may be able to more directly answer for you, then sure.

ElePT commented 1 year ago

@TannerTorrey3 optimal_values should be fixed by https://github.com/Qiskit/qiskit-terra/pull/10279 :)

divshacker commented 1 year ago

fixes #1405