Pauli-Y Gate
Track: Quantum Gates & Circuits · Difficulty: Beginner · Est: 12 min
Pauli-Y Gate
Overview
You’ve met two Pauli gates:
- X swaps and (bit-flip-like).
- Z keeps and flips the sign of (phase-flip-like).
The Pauli-Y gate (Y) completes the trio. It’s important because it shows how amplitude swapping and phase naturally combine into a single operation. Geometrically, it gives us the missing axis: a clean rotation about the -axis on the Bloch sphere.
Intuition
On the Bloch sphere:
- X corresponds to a 180° rotation about the axis.
- Z corresponds to a 180° rotation about the axis.
- Y corresponds to a 180° rotation about the axis.
So Y is not “new randomness.” It’s a different kind of flip: it changes the Bloch vector by rotating around a different axis.
Why do we need Y in addition to X and Z?
- With only X and Z, you can talk about flips about the and axes.
- But the Bloch sphere is 3D. To describe rotations naturally, you want all three axes.
Another key intuition: Y includes a built-in phase factor. Compared to X (which swaps amplitudes), Y swaps amplitudes and introduces a phase. That phase is not cosmetic—it changes interference behavior in later steps.
Formal Description
Action on basis states
The defining action of Y is
Let’s unpack what that means:
- Like X, Y swaps the roles of and .
- Unlike X, it multiplies the swapped component by (a 90° phase shift in the complex plane).
Matrix form (introduced carefully)
In the computational basis, Y is represented by the 2×2 matrix
Every symbol here has a purpose:
- is the imaginary unit, with .
- The off-diagonal entries mean “swap components” (like X).
- The factors mean “add a phase while swapping.”
Now apply it to a general single-qubit state
Using the basis-state actions above (and linearity),
So:
- the amplitude becomes ,
- the amplitude becomes .
That is “swap + phase.”
Worked Example
Start with the state
Apply Y:
Up to an overall (global) phase factor , this is
Geometric interpretation:
- points along + on the Bloch sphere.
- points along −.
- Y rotates the Bloch vector by 180° about the axis, taking + to −.
Turtle Tip
If X is “swap amplitudes” and Z is “flip a sign,” then Y is “swap amplitudes with a quarter-turn of phase.” Think of Y as the missing axis that completes the Bloch-sphere picture.
Common Pitfalls
- Don’t treat the in Y as “just a weird constant.” Those phase factors affect interference.
- Don’t confuse global phase with relative phase. In the worked example, the overall factor is global (unobservable by itself), but Y can also introduce relative phase changes depending on the input.
Quick Check
- What axis does Y rotate around on the Bloch sphere?
- Compared to X, what extra feature does Y include?
What’s Next
Now we have the three Pauli gates X, Y, and Z. Next we introduce a gate that’s central for basis changes: the Hadamard (H) gate, which connects the Z-basis to the X-basis and makes interference extremely visible.
