2.1 Bosons and Fermions#
Overview#
This section introduces many-body quantum mechanics through three foundational steps: tensor products for combining state spaces, symmetrization for enforcing indistinguishability, and second quantization for elegant operator algebra. The core distinction between bosons and fermions shapes phenomena across chemistry, condensed matter, and particle physics.
Property |
Bosons |
Fermions |
|---|---|---|
Spin |
Integer |
Half-integer |
Wavefunction |
Symmetric (permanent) |
Antisymmetric (determinant) |
Occupation |
\(n_\alpha \in \{0,1,2,\ldots\}\) |
\(n_\alpha \in \{0,1\}\) |
Algebra |
\([\hat{b},\hat{b}^\dagger]=1\) |
\(\{\hat{c},\hat{c}^\dagger\}=1\) |
Examples |
Photons, phonons, \({}^4\mathrm{He}\) |
Electrons, quarks, \({}^3\mathrm{He}\) |
Consequence |
BEC, stimulated emission |
Pauli exclusion, degeneracy pressure |
Topics#
Topic |
Title |
Core Question |
|---|---|---|
2.1.1 |
How do we combine single-particle spaces into many-body Hilbert space? |
|
2.1.2 |
Why must identical particles be bosons or fermions, and how do we enforce it? |
|
2.1.3 |
How does occupation-number language make quantum statistics automatic? |
Key Concepts#
Tensor product \(\mathcal{H}^{\otimes N}\): composite Hilbert space with dimension \(d^N\).
Pauli strings: complete basis for multi-qubit Hermitian operators.
Indistinguishability: identical particles lack labels; wavefunctions must be symmetric or antisymmetric.
Insertion/deletion rules: recursive procedures for adding/removing particles preserving symmetry.
Fock space \(\mathcal{F} = \bigoplus_N \mathcal{H}_N\): state space for variable particle number.
Boson enhancement: \(\hat{b}^\dagger\vert n\rangle = \sqrt{n+1}\vert n+1\rangle\) amplifies occupation.
Pauli exclusion: \((\hat{c}^\dagger)^2 = 0\) forbids double occupation.
Learning Objectives#
Construct tensor product spaces and decompose operators into Pauli strings.
Explain why identical particles require symmetric or antisymmetric wavefunctions.
Use insertion/deletion rules and creation/annihilation operators for many-body states.
Contrast bosonic enhancement with fermionic exclusion and physical phenomena.
Project#
Project: Bose-Einstein Condensation in Trapped Ultracold Atoms#
Objective: Simulate BEC in harmonic traps using the Gross-Pitaevskii equation to explore phase transitions, condensate dynamics, and connections to identical particle statistics.
Background: BEC occurs below critical temperature \(T_c = 2\pi\hbar^2 n^{2/3}/(mk_B)\) when macroscopic boson populations occupy identical quantum states. The condensate follows the nonlinear Gross-Pitaevskii equation with mean-field coupling \(g\vert\psi\vert^2\).
Suggested Approach:
Literature survey of Gross-Pitaevskii equation and BEC mean-field theory
Derive GP equation from second quantization using Bogoliubov approximation
Implement 1D GP solver via split-step Fourier method or imaginary-time evolution
Use harmonic trap \(V(x) = \tfrac{1}{2}m\omega^2 x^2\) for ground state calculations
Conduct imaginary-time evolution showing condensate fraction vs. temperature transition
Excite condensate to observe collective modes; extract frequencies
Extensions: 2D vortex formation, tuning interaction strength, finite-temperature corrections
Expected Deliverable: Research report (7–10 pages) covering GP theory derivation, numerical methods with convergence analysis, ground state evolution and phase transition, collective mode analysis, benchmarks against experiments, and condensed matter/quantum optics connections.
Key References: Pethick & Smith Bose-Einstein Condensation in Dilute Gases; Stringari Collective Excitations of a Trapped Bose-Condensed Gas; Cornell, Wieman, and Ketterle experimental BEC work.