Understanding Quantum Circuits with Qiskit

On this sunday, we plan to gain a basic understanding of how quantum circuits work by making the world’s most glorified not gate. The original video can be found here. The x operation (i.e not) The x operation simply flips a state. x|0> = 1and x|1> = 0 Jargon alert: x|0> means “x gate applied to 0”. In fact, we can also represent this gate with matrices! In this matrix world, 0 is represented by [[1], [0]] and 1 is represented by [[0], [1]] (one-hot vectors)....

October 9, 2022 · Mayukh Deb