1.3 Time Evolution#

Overview#

How do quantum states change with time? The answer rests on a single requirement: time evolution must preserve inner products (unitarity). From this, the Schrödinger equation and the Hamiltonian emerge as generator of dynamics. Two complementary pictures — Schrödinger (states evolve) and Heisenberg (operators evolve) — reveal connections to conservation laws, symmetries, and Lie groups that extend far beyond the qubit.

Topics#

Lesson

Title

Core Question

1.3.1

Unitary Evolution

Why must time evolution be unitary, and how does the Schrödinger equation follow?

1.3.2

Schrödinger Picture

How do quantum states evolve under a Hamiltonian, and what are Rabi oscillations?

1.3.3

Heisenberg Picture

How do observables evolve, and what do conservation laws reveal about symmetry?

Key Concepts#

  • Unitary operator: \(\hat{U}^\dagger\hat{U} = \hat{I}\). Preserves inner products, hence normalization and measurement probabilities.

  • Hermitian generator: Every unitary \(\hat{U}(\theta) = \mathrm{e}^{\mathrm{i}\hat{G}\theta}\) is generated by a Hermitian \(\hat{G}\). For time evolution, \(\hat{U}(t) = \mathrm{e}^{-\mathrm{i}\hat{H}t/\hbar}\) with \(\hat{H}\) the Hamiltonian.

  • Schrödinger equation: \(\mathrm{i}\hbar\,\partial_t\vert\psi\rangle = \hat{H}\vert\psi\rangle\) — the equation of motion for quantum states.

  • Heisenberg equation: \(\mathrm{d}\hat{O}/\mathrm{d}t = (\mathrm{i}/\hbar)[\hat{H},\hat{O}]\) — the equation of motion for observables. Conserved quantities commute with \(\hat{H}\).

  • Larmor precession and Rabi oscillations: A spin in a static field precesses at the Larmor frequency; a resonant drive induces Rabi oscillations between energy levels.

  • Lie groups: \(\mathrm{U}(1)\) and \(\mathrm{SU}(2)\) appear naturally as symmetry groups of qubit dynamics, foreshadowing the gauge groups \(\mathrm{U}(1)\times\mathrm{SU}(2)\times\mathrm{SU}(3)\) of fundamental interactions.

Learning Objectives#

  • Derive the Schrödinger equation from the unitarity requirement and the concept of a Hermitian generator.

  • Solve the time-dependent Schrödinger equation for qubit Hamiltonians (spin precession, Rabi driving).

  • Translate between Schrödinger and Heisenberg pictures and use the Heisenberg equation to identify conserved quantities.

  • Connect conservation laws to symmetry generators and recognize \(\mathrm{U}(1)\) and \(\mathrm{SU}(2)\) as Lie groups of qubit transformations.

Project#

Project: Pulse Shaping and GRAPE Optimization for Quantum Gate Design#

Objective: Develop optimal control techniques (GRAPE: Gradient Ascent Pulse Engineering) to design smooth, robust pulse sequences that implement target quantum gates under realistic Hamiltonian constraints and decoherence.

Background: Ideal quantum gates assume infinite control bandwidth and zero error. In practice, control pulses must be smooth, band-limited, and robust to parameter variations. GRAPE and similar optimal control methods are at the frontier of quantum device engineering. They solve the inverse problem: given a target unitary, find the control fields \(\Omega(t)\) that generate it under the true microscopic Hamiltonian, accounting for decoherence and driving constraints. This project deepens understanding of time evolution (1.3) by solving it in the presence of realistic imperfections.

Suggested Approach:

  • Literature survey: Study optimal control in quantum systems. Read “GRAPE: A Practical Approach to Quantum Optimal Control” or similar. Understand how gradient descent optimizes fidelity with respect to control parameters.

  • Hamiltonian model: Work with a spin in a magnetic field: \(\hat{H} = \frac{\omega_0}{2}\hat{\sigma}^z + \Omega(t)\hat{\sigma}^x\) (resonant drive, rotating frame). Include a decoherence term: dephasing rate \(\gamma_\phi\), spontaneous emission \(\gamma_1\).

  • Optimization problem: Minimize the infidelity \(\mathcal{I} = 1 - \frac{1}{2}|\mathrm{Tr}(U_{\text{target}}^\dagger U_{\text{achieved}})|\) by choosing the pulse shape \(\Omega(t)\).

  • Implementation: Code a GRAPE solver using gradient-based optimization (scipy.optimize). Parametrize the pulse as a sum of basis functions (e.g., Fourier components or piecewise constant intervals). Solve the Liouville-von Neumann equation numerically with decoherence.

  • Benchmarks: Design pulses for: (a) \(\pi/2\) rotation (Hadamard-like), (b) controlled NOT gate (using 2-qubit coupling), (c) resilience to pulse amplitude errors.

  • Analysis: Compare GRAPE-optimized pulses vs. simple analytical pulses. Show how decoherence time \(T_2\) sets the shortest achievable gate time. Discuss scalability.

Expected Deliverable: Research report (6-8 pages) with: optimal control theory overview, GRAPE algorithm derivation, numerical results for 1-2 qubit gates, fidelity vs. gate time trade-offs, robustness to parameter variations, and discussion of experimental implementation on current quantum devices.

Key References: Khaneja et al. (2005) “Optimal control of coupled spin dynamics”; “Optimal Control Methods for Quantum Systems”; recent GRAPE implementations on superconducting qubits (IBM, Google).