Qiskit / qiskit-tutorials

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

Improves Monitoring VQE convergence #1446

Closed divshacker closed 1 year ago

divshacker commented 1 year ago

Summary

This PR will improve the tutorial 02_vqe_advanced_options

Details and comments

fixes #1403 Part of #1401 I have updated Few old links and references and changed images to SVGs

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

woodsp-ibm commented 1 year ago

I have updated Few old links and references and changed images to SVGs

As far as the output cell image format - these notebooks re-run/converted to html by CI for the published docs.

divshacker commented 1 year ago

I have updated Few old links and references and changed images to SVGs

As far as the output cell image format - these notebooks re-run/converted to html by CI for the published docs.

Yes, I know that the images format will be changed anyway before publishing but like after making changes and rerunning the tutorials locally the images are automatically changed to SVGs due to my local environment. I am not doing it intentionally. Also as these tutorials would also remain in GitHub repo so it's good to change them into SVGs if they are not in that format.

divshacker commented 1 year ago

This PR is ready for review Thanks