qiskit-tutorials
qiskit-tutorials copied to clipboard
Made changes to improve operators tutorial
Summary
Made some changes to the Summary of Quantum Operations tutorial to make it follow more closely our documentation checklist and guidelines.
Details and comments
- Moved imports to where they are strictly needed so the users can better understand what imports are needed for each step.
- Corrected the controlled-$u$ matrix form.
- Added matrices for most significant bit controlled Hadamard, Rz, U, Toffoli and Fredkin gates for more Physics-oriented users and consistency with most sources.
- Explained what phase and Pauli gates meant in terms of rotation on the Bloch sphere.
- Mentioned where each simulator will be used in the introduction.
- Slightly changed the introduction so it's more focused on the user (using "you will do x" instead of "we will show you x")
- Added comments to code.
- Added a brief conclusion about what the user has achieved with this tutorial.
- Run the notebook.
Fixes Qiskit/qiskit#1522
Check out this pull request on ![]()
See visual diffs & provide feedback on Jupyter Notebooks.
Powered by ReviewNB
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.
This is superseded by
- https://github.com/Qiskit/qiskit-terra/pull/8370
- https://github.com/Qiskit/qiskit-terra/pull/8391
- https://github.com/Qiskit/qiskit-terra/pull/8443