Qiskit / qiskit-tutorials

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

Fixed typo for identity gate #1306

Closed ChihHanHuang closed 2 years ago

ChihHanHuang commented 2 years ago

Fixes typo of "The identity gate is $Id = u0(1)$." It should be "The identity gate is $Id = u1(0)$."

Summary

Fixed typo for identity gate

Details and comments

There is a typo of "The identity gate is $Id = u0(1)$." It should be "The identity gate is $Id = u1(0)$."

ref: https://qiskit.org/documentation/stubs/qiskit.circuit.library.U1Gate.html

review-notebook-app[bot] commented 2 years ago

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB