← Quantum Computing
Quantum Computing

Pauli-Y Gate

The Pauli-Y gate does a combined bit-flip and phase-flip via imaginary matrix entries, rotating 180 degrees around Y

Source: mortalapps.com
TL;DR
  • The Pauli-Y gate is a fundamental single-qubit gate that performs a state-flip with a phase shift.
  • Its matrix representation is [[0, -i], [i, 0]].
  • It maps |0⟩ to i|1⟩ and |1⟩ to -i|0⟩.
  • Geometrically, it is a 180-degree rotation around the Y-axis of the Bloch sphere.
  • The eigenstates of the Y gate are |+i⟩ and |-i⟩.
  • Like all Pauli gates, it is self-inverse (Y^2 = I).

Why This Matters

The Pauli-Y Gate, or Y gate, is the second of the three fundamental Pauli operators. Like the X gate, the Y gate performs a state-flip operation, but it does so while introducing complex phase factors. This gate is essential for performing rotations that involve the imaginary axis of the quantum state space, allowing us to navigate the full three-dimensional surface of the Bloch sphere. Understanding the Y gate is key to working with complex quantum amplitudes and understanding the full suite of single-qubit operations.

Core Intuition

Imagine you are holding a globe. If the X gate is like spinning the globe upside down by rotating it around the front-to-back axis, the Y gate is like spinning it upside down by rotating it around the left-to-right axis. Both actions put the North Pole at the South Pole, but they do so through different paths and leave the intermediate points in different orientations. The Y gate is a 'flip with a twist', it swaps the states but adds a complex phase shift (the twist) that reflects the path taken through the complex plane.

Visualization

Open interactive version ↗

Pauli-Y Gate Bloch Sphere Rotation Shows that Y gate is a 180° rotation around the Y-axis of the Bloch sphere.

Technical Explanation

The Pauli-Y Gate is represented by the unitary matrix: $Y = \begin{pmatrix} 0 & -i \\ i & 0 \end{pmatrix}$, where $i$ is the imaginary unit ($i^2 = -1$). When applied to the basis states, we get: $Y|0\rangle = \begin{pmatrix} 0 & -i \\ i & 0 \end{pmatrix} \begin{pmatrix} 1 \\ 0 \end{pmatrix} = \begin{pmatrix} 0 \\ i \end{pmatrix} = i|1\rangle$, and $Y|1\rangle = \begin{pmatrix} 0 & -i \\ i & 0 \end{pmatrix} \begin{pmatrix} 0 \\ 1 \end{pmatrix} = \begin{pmatrix} -i \\ 0 \end{pmatrix} = -i|0\rangle$. For an arbitrary state $|\psi\rangle = \alpha|0\rangle + \beta|1\rangle$, the Y gate yields: $Y|\psi\rangle = -i\beta|0\rangle + i\alpha|1\rangle$. Geometrically, the Y gate corresponds to a rotation of $\pi$ radians (180 degrees) around the Y-axis of the Bloch sphere. Its eigenvalues are $\lambda = \pm 1$, with corresponding eigenstates $|+i\rangle = \frac{|0\rangle + i|1\rangle}{\sqrt{2}}$ (eigenvalue +1) and $|-i\rangle = \frac{|0\rangle - i|1\rangle}{\sqrt{2}}$ (eigenvalue -1). Like all Pauli matrices, $Y$ is self-inverse, meaning $Y^2 = I$.

Key Takeaways

The Pauli-Y gate is a fundamental single-qubit gate that performs a state-flip with a phase shift.
Its matrix representation is [[0, -i], [i, 0]].
It maps |0⟩ to i|1⟩ and |1⟩ to -i|0⟩.
Geometrically, it is a 180-degree rotation around the Y-axis of the Bloch sphere.
The eigenstates of the Y gate are |+i⟩ and |-i⟩.
Like all Pauli gates, it is self-inverse (Y^2 = I).