Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

QCQI - Chapter 5: Density Operators & Quantum Operations

Learning Objectives

  • Density matrices & Bloch representation.

  • Channels (CPTP), Kraus, and dilations.

  • Choi test; trace distance & fidelity monotonicity.

Density Operators

ρ=12(I+rσ)\rho=\frac12(I+\vec r\cdot\vec \sigma); purity Tr(ρ2)=1+r22\mathrm{Tr}(\rho^2)=\tfrac{1+\|\vec r\|^2}{2}.

Eureka! Noise contracts the Bloch vector.

Quantum Operations

E(ρ)=iKiρKi\mathcal{E}(\rho)=\sum_i K_i \rho K_i^\dagger, iKiKi=I\sum_i K_i^\dagger K_i=I.

Stinespring + Naimark provide physical realizations.

Eureka! Open dynamics = unitary on a bigger space + discard.

Choi Matrix

J(E)=(E ⁣I)(Φ ⁣Φ)J(\mathcal{E})=(\mathcal{E}\!\otimes I)(|\Phi\rangle\!\langle \Phi|).

CP J(E)0\Leftrightarrow J(\mathcal{E})\ge0, TP TroutJ=I\Leftrightarrow \text{Tr}_{\text{out}}J=I.

Eureka! One PSD test certifies complete positivity.

Distances & Fidelity

DD contracts, FF increases under CPTP.

Schematics

Hands-on Notebook

Companion notebook (multi-backend): L06_QCQI_Ch05_Density_Operators_and_Quantum_Operations

Set backend in the first cell to cirq, pennylane, braket, pyquil, or qiskit.

Mini-Lab

  • Verify TP/unital; compute (A,b)(A,\vec b) for common channels.

  • Build & test J(E)J(\mathcal{E}) for amplitude damping.

  • Check DD\downarrow and FF\uparrow under channels.