Level 2
Quantum Gates
Quantum gates are reversible operations that rotate, flip, phase, or connect qubits.
Visualize
Read circuits left to right: each box changes the state before the next box acts.
Level 2
Quantum gates are reversible operations that rotate, flip, phase, or connect qubits.
Read circuits left to right: each box changes the state before the next box acts.
H spreads amplitude, X flips, Z/S/T change phase, and CX links qubits.
Algorithms are built by arranging gates so useful amplitudes grow.
A gate is not a measurement unless the circuit explicitly says MEASURE.
Try S and T between two H gates and watch probabilities shift.
# Phase kick with S and T qubits 1 H 0 S 0 T 0 H 0 MEASURE 0
Which statement is true?