Pauli Error Model

qc/noise

A more structured alternative to Depolarizing Noise: instead of randomizing uniformly, apply one specific Pauli operator (, , , or ) with some probability after each gate.

If (uniform), this reduces exactly to the depolarizing model. The key extra power here is directionality — noise can be stronger along one axis than another, which is physically realistic (real hardware noise is rarely isotropic).

This directionality is exactly what Bit-flip and Phase-flip Sensitivity exploits: by choosing which basis you measure in, you can selectively reveal or hide different Pauli components of the error.

ErrorBit-flip sensitive (Z-basis)Phase-flip sensitive (X-basis)
NoNo
YesNo
YesYes
NoYes

Quick mnemonic: bit-flip sensitivity ↔ “does this error contain an ?”; phase-flip sensitivity ↔ “does this error contain a ?” — reading straight off the identity explains why trips both.

Self-Check

  • What extra realism does the Pauli error model add over depolarizing noise?
  • Using the mnemonic, could you explain why a error trips both bit-flip and phase-flip sensitivity?
  • Under what condition does the Pauli error model reduce exactly to the depolarizing model?