6.3.3 Quantum Channels#

Prompts

  • What is a quantum channel? Why must physical evolution of density matrices be completely positive and trace-preserving (CPTP)?

  • State the Kraus representation theorem. How does the completeness relation \(\sum_k K_k^\dagger K_k = I\) ensure trace preservation?

  • Compare the depolarizing, amplitude damping, and dephasing channels: what physical noise does each model, and what are their Kraus operators?

  • How are unitary evolution and projective measurement special cases of quantum channels?

Lecture Notes#

Overview#

A quantum channel is a linear map describing the most general physical evolution of a quantum system. Unlike unitary evolution (which is reversible), quantum channels include irreversible processes: measurement, decoherence, noise. The key insight is that any physical process must satisfy two fundamental requirements: trace preservation (probability is conserved) and complete positivity (the map makes physical sense even when the system is entangled with other systems we don’t measure).

Consider a concrete example: a qubit coupled to a thermal bath. As time evolves, superpositions decay and populations relax toward thermal equilibrium. The mathematical framework describing such evolution is a quantum channel. In this section, we define channels rigorously, derive their universal form (the Kraus representation), examine canonical examples (depolarizing, dephasing, amplitude damping), and show why these properties are both necessary and sufficient.

Kraus Representation: The Universal Form of Quantum Channels#

Theorem (Kraus): Any linear map \(\mathcal{E}\) on density matrices is completely positive and trace-preserving if and only if it can be written as:

(243)#\[ \mathcal{E}(\hat{\rho}) = \sum_{k=1}^r K_k \hat{\rho} K_k^\dagger \]

where the Kraus operators \(\{K_k\}\) satisfy the completeness relation:

(244)#\[ \sum_k K_k^\dagger K_k = I \]

This is the universal form: every physical channel on density matrices has this representation.

Why this form ensures the right properties:

Non-Uniqueness of Kraus Operators:

Given one set \(\{K_k\}\), other valid sets exist related by unitary rotation:

\[ K_k' = \sum_j U_{kj} K_j \]

where \(\{U_{kj}\}\) is unitary. Different Kraus representations encode the same physical channel.

CPTP Maps: A Formal Perspective#

A quantum channel is formally characterized as a completely positive, trace-preserving (CPTP) map on density matrices. The Kraus representation theorem tells us that a map is CPTP if and only if it has the form above. To understand why both conditions are needed:

1. Trace preservation (already built into Kraus):

(245)#\[ \operatorname{Tr}(\mathcal{E}(\hat{\rho})) = \operatorname{Tr}(\hat{\rho}) = 1 \]

Probabilities are conserved; output is a valid density matrix.

2. Complete positivity (physical necessity):

A map must be positive not only on the system of interest but also when tensored with identity on any ancillary system:

(246)#\[ \mathcal{E} \otimes \mathcal{I}_n \text{ is positive for all } n \]

Why Complete Positivity Matters

Consider two qubits A and B, entangled. You apply a channel \(\mathcal{E}\) to A only. If \(\mathcal{E}\) were merely positive but not completely positive, the map \(\mathcal{E} \otimes \mathcal{I}_B\) could produce negative eigenvalues in the joint system (negative probability!). This is unphysical. Complete positivity ensures the channel makes sense even when the system is entangled with other systems we don’t measure.

Common Quantum Channels#

1. Unitary Channel.

(247)#\[ \mathcal{E}_U(\hat{\rho}) = U \hat{\rho} U^\dagger \]

Kraus form: Single operator \(K = U\) with \(U^\dagger U = I\).

Properties: Reversible (inverse is \(\mathcal{E}_{U^\dagger}\)); entropy conserved; no information loss.

2. Depolarizing Channel.

With probability \(p\), the state becomes completely random; with probability \(1-p\), unchanged:

(248)#\[ \mathcal{E}_\text{depol}(\hat{\rho}) = (1-p)\hat{\rho} + p\frac{I}{d} \]

where \(d = \dim(\mathcal{H})\).

Kraus operators (qubit, \(d=2\)): consistent with the mixing form (248),

(249)#\[ \hat{K}_0 = \sqrt{1 - \tfrac{3p}{4}}\,\hat{I},\qquad \hat{K}_i = \sqrt{\tfrac{p}{4}}\,\hat{\sigma}^i \quad (i = x, y, z). \]

Check: \(\sum_k \hat{K}_k^\dagger \hat{K}_k = (1-\tfrac{3p}{4})\hat{I} + 3\cdot\tfrac{p}{4}\hat{I} = \hat{I}\), and using \(\hat{\sigma}^i\hat{\rho}\hat{\sigma}^i\)-summation \(\sum_i \hat{\sigma}^i\hat{\rho}\hat{\sigma}^i = 2\hat{I} - \hat{\rho}\) for any qubit state, the Kraus form reproduces \(\mathcal{E}(\hat{\rho}) = (1-p)\hat{\rho} + \tfrac{p}{2}\hat{I}\).

Bloch-vector action: \(\boldsymbol{r}\to (1-p)\boldsymbol{r}\) — every component of the Bloch vector shrinks uniformly toward the origin. This is isotropic depolarization: the Bloch ball contracts by factor \((1-p)\) with no preferred axis.

Physical interpretation: Generic noise that does not single out any direction; models the worst-case scenario where errors on all three Pauli axes contribute equally.

3. Amplitude Damping (\(T_1\) Process).

Excited state decays to ground state at rate \(\Gamma = 1/T_1\):

(250)#\[ \mathcal{E}_\text{amp}(\hat{\rho}) = K_0 \hat{\rho} K_0^\dagger + K_1 \hat{\rho} K_1^\dagger \]

with:

(251)#\[\begin{split} K_0 = \begin{pmatrix} 1 & 0 \\ 0 & \sqrt{1-\gamma} \end{pmatrix}, \quad K_1 = \begin{pmatrix} 0 & \sqrt{\gamma} \\ 0 & 0 \end{pmatrix} \end{split}\]

where \(\gamma = 1 - \mathrm{e}^{-t/T_1}\) is the decay probability.

Physical interpretation: Energy dissipation; ground state is absorbing (fixed point).

4. Phase Damping (\(T_2\) Process, Dephasing).

Coherences decay without energy loss at rate \(\Gamma_\phi = 1/T_2\):

(252)#\[ \mathcal{E}_\text{phase}(\hat{\rho}) = K_0 \hat{\rho} K_0^\dagger + K_1 \hat{\rho} K_1^\dagger \]

with:

(253)#\[\begin{split} K_0 = \begin{pmatrix} 1 & 0 \\ 0 & \sqrt{1-\gamma} \end{pmatrix}, \quad K_1 = \begin{pmatrix} 0 & 0 \\ 0 & \sqrt{\gamma} \end{pmatrix} \end{split}\]

where \(\gamma = 1 - \mathrm{e}^{-t/T_2}\).

Physical interpretation: Random phase fluctuations; off-diagonal elements (coherences) decay; diagonal (populations) preserved.

Reversibility and Irreversibility#

Reversible (Unitary) Channel:

  • Single Kraus operator \(K = U\) (unitary).

  • Entropy conserved: \(S(\mathcal{E}(\hat{\rho})) = S(\hat{\rho})\).

  • Inverse channel exists: \(\mathcal{E}^{-1}(\sigma) = U^\dagger \sigma U\).

  • State can be recovered perfectly.

Irreversible (Non-Unitary) Channel:

  • Multiple Kraus operators (\(r > 1\)) or degenerate structure.

  • Entropy generally increases: \(S(\mathcal{E}(\hat{\rho})) > S(\hat{\rho})\) (output more mixed).

  • No inverse: original state cannot be recovered (information lost).

  • Examples: Depolarizing, amplitude damping.

Summary#

  • Quantum channels: Completely positive trace-preserving (CPTP) maps \(\mathcal{E}(\hat{\rho}) = \sum_m M_m \hat{\rho} M_m^\dagger\) where \(\sum_m M_m^\dagger M_m = I\) (Kraus representation). Model open-system dynamics and measurements.

  • Composition: Channels concatenate as \(\mathcal{E} \circ \mathcal{F} = \mathcal{E}(\mathcal{F}(\hat{\rho}))\); entropy cannot increase: \(S(\mathcal{E}(\hat{\rho})) \leq S(\hat{\rho})\).

  • Examples: Depolarizing, amplitude damping, dephasing channels each model specific open-system physics; combined they form the Markovian master equation framework.

See Also

  • 6.3.2 POVM: Measurement operators and classical post-processing—Kraus and instrument viewpoints adjacent to general CPTP maps.

  • 6.4.1 Decoherence: Noise as CPTP dynamics on states—the physical setting channels abstract here are meant to model.

  • 6.1.1 Mixed States: Output states are generally mixed when system and ancilla are entangled or traced out—density-matrix language used throughout this lesson.

Homework#

1. Kraus Completeness Relation. Consider a quantum channel with Kraus operators \(\{K_1, K_2, K_3\}\). Show that the completeness relation \(\sum_k K_k^\dagger K_k = I\) is necessary and sufficient for the channel to be trace-preserving. Start with the trace of the output \(\operatorname{Tr}(\mathcal{E}(\hat{\rho})) = \sum_k \operatorname{Tr}(K_k \hat{\rho} K_k^\dagger)\) and use the cyclic property of trace.

2. Depolarizing Channel on Bloch Sphere. A qubit depolarizing channel with parameter \(p\) is given by:

\[ \mathcal{E}_\text{depol}(\hat{\rho}) = (1-p)\hat{\rho} + \frac{p}{2}I \]

Express this in Kraus form using Pauli operators \(\{I, \hat{X}, \hat{Y}, \hat{Z}\}\).

(a) Write down all four Kraus operators explicitly.

(b) Verify the completeness relation \(\sum_k K_k^\dagger K_k = I\).

(c) Interpret the action on the Bloch vector: if \(\hat{\rho} = \frac{1}{2}(I + \boldsymbol{r} \cdot \hat{\boldsymbol{\sigma}})\) with Bloch vector \(\boldsymbol{r}\), show that the output has Bloch vector \(\boldsymbol{r}' = (1-p)\boldsymbol{r}\).

3. Amplitude Damping and Spontaneous Emission. A two-level atom decays from excited state \(\vert 1\rangle\) to ground state \(\vert 0\rangle\) with lifetime \(T_1\). After time \(t\), the amplitude damping channel is given by Kraus operators:

\[\begin{split} K_0 = \begin{pmatrix} 1 & 0 \\ 0 & \sqrt{1-\gamma} \end{pmatrix}, \quad K_1 = \begin{pmatrix} 0 & \sqrt{\gamma} \\ 0 & 0 \end{pmatrix} \end{split}\]

where \(\gamma = 1 - \mathrm{e}^{-t/T_1}\).

(a) Verify the completeness relation \(K_0^\dagger K_0 + K_1^\dagger K_1 = I\).

(b) Apply the channel to a pure state \(\vert\psi\rangle = \alpha\vert 0\rangle + \beta\vert 1\rangle\). Write the output density matrix \(\mathcal{E}_\text{amp}(\vert\psi\rangle\langle\psi\vert)\) and interpret physically.

(c) Show that the ground state \(\vert 0\rangle\) is a fixed point of the channel: \(\mathcal{E}_\text{amp}(\vert 0\rangle\langle 0\vert) = \vert 0\rangle\langle 0\vert\).

4. Completely Positive Trace-Preserving (CPTP) Maps. Consider the map \(\mathcal{E}\) defined by:

\[ \mathcal{E}(\hat{\rho}) = \frac{1}{2}\hat{\rho} + \frac{1}{2}\hat{Z} \hat{\rho} \hat{Z} \]

where \(\hat{Z} = \begin{pmatrix} 1 & 0 \\ 0 & -1 \end{pmatrix}\).

(a) Show that this map is linear and trace-preserving.

(b) Express this map in Kraus form with operators \(K_0\) and \(K_1\).

(c) Verify complete positivity by checking that the map remains positive when tensored with identity: test on the maximally entangled state \(\vert\Phi^+\rangle = \frac{1}{\sqrt{2}}(\vert 00\rangle + \vert 11\rangle)\) and confirm the resulting density matrix is positive semidefinite.

5. Amplitude Damping as Kraus Map. For the amplitude damping channel (Problem 3), consider a pure state \(\hat{\rho}_\text{in} = \vert+\rangle\langle+\vert\) where \(\vert+\rangle = \frac{1}{\sqrt{2}}(\vert 0\rangle + \vert 1\rangle)\).

(a) Compute \(\mathcal{E}_\text{amp}(\hat{\rho}_\text{in})\) for \(\gamma = 0.5\).

(b) What is the purity of the output state? Is information lost?

(c) Explain physically: why does amplitude damping not affect the ground state but does affect superpositions?

6. Composing Channels. Consider two channels:

  • Phase flip: \(\mathcal{E}_\text{phase}(\hat{\rho}) = (1-q)\hat{\rho} + q\hat{Z}\hat{\rho}\hat{Z}\)

  • Amplitude damping: \(\mathcal{E}_\text{amp}\) from Problem 3 with \(\gamma = 0.1\)

(a) Express the phase-flip channel in Kraus form.

(b) The composition \(\mathcal{E}_\text{comp} = \mathcal{E}_\text{amp} \circ \mathcal{E}_\text{phase}\) applies phase flip first, then amplitude damping. Write the Kraus operators of the composed channel.

(c) Show that the composed channel is still CPTP. Is the composition commutative? Does \(\mathcal{E}_\text{amp} \circ \mathcal{E}_\text{phase} = \mathcal{E}_\text{phase} \circ \mathcal{E}_\text{amp}\)? Explain physically why or why not.

7. Distinguishing Quantum Noise Channels. Three noise channels (all with parameter \(p = 0.5\)) act on a qubit:

  • Bit-flip (X noise): \(\mathcal{E}_X(\hat{\rho}) = (1-p)\hat{\rho} + p\hat{X}\hat{\rho}\hat{X}\)

  • Phase-flip (Z noise): \(\mathcal{E}_Z(\hat{\rho}) = (1-p)\hat{\rho} + p\hat{Z}\hat{\rho}\hat{Z}\)

  • Depolarizing: \(\mathcal{E}_\text{depol}(\hat{\rho}) = (1-p)\hat{\rho} + \frac{p}{2}I\) (random Pauli, normalized)

(a) Apply each channel to the input state \(\hat{\rho}_\text{in} = \frac{1}{2}(I + \hat{X})\) (eigenstate of \(\hat{X}\)). Compare the outputs: which channel preserves the most information?

(b) Conceptual: The depolarizing channel is called “universal noise” because it cannot distinguish the computational basis. Explain why bit-flip and phase-flip channels can be distinguished by an appropriate measurement on the output, but depolarizing cannot.