- Error Correction
Depolarizing Channel
A noise model where a qubit experiences an X, Y, or Z Pauli error each with probability p/3, making it the most common symmetric noise model used for benchmarking quantum devices.
The depolarizing channel is the quantum analogue of the binary symmetric channel in classical information theory. It describes a process in which a qubit remains unchanged with probability 1 - p, or is hit by one of the three Pauli errors X, Y, or Z each with equal probability p/3. The overall effect is that the qubit’s state is partially replaced by the maximally mixed state: the qubit “forgets” its quantum information at a rate proportional to p. This symmetric treatment of all error types makes the depolarizing channel a clean, tractable model that captures the essential physics of many real noise sources.
Mathematically, the channel is written as a completely positive trace-preserving (CPTP) map: the output density matrix is (1 - p) times the input plus (p/3) times the sum of X, Y, and Z applied to the input. Equivalently, it maps a qubit to the maximally mixed state with probability p and leaves it untouched otherwise. The single-qubit version extends naturally to n qubits by applying independent depolarizing noise to each qubit, or to an n-qubit depolarizing channel that replaces the state with the maximally mixed n-qubit state with some probability.
The depolarizing channel is the workhorse of quantum benchmarking because of its symmetry and its close relationship to randomized benchmarking protocols. When a circuit is compiled using random Clifford twirling, arbitrary noise is converted into an effective depolarizing channel, making the error rate extractable from a simple exponential decay curve. This is why reported gate fidelities are typically quoted as effective depolarizing error rates. The parameter p directly connects to gate fidelity F through the relation F = 1 - p (for a single qubit), giving hardware teams a single figure of merit to optimize.
In the context of error correction, the depolarizing channel sets the benchmark threshold: codes like the surface code can tolerate a depolarizing error rate of roughly 1% per gate cycle. Real devices experience noise that is not perfectly depolarizing, often with biased X vs. Z rates or correlated errors, so the depolarizing model is an idealization. Nevertheless, it provides the clearest theoretical predictions for code performance and remains the standard against which more realistic noise models are compared.