PhysLean Documentation

PhysLean.QuantumMechanics.DDimensions.Operators.Commutation

Commutation relations #

i. Overview #

In this module we compute the commutators for common operators acting on Schwartz maps on Space d.

Commutator lemmas come in three flavors:

ii. Key results #

iii. Table of contents #

iv. References #

A. General #

B. Commutators #

B.1. Position / position #

Position operators commute: [xᵢ, xⱼ] = 0.

B.2. Momentum / momentum #

Momentum operators commute: [pᵢ, pⱼ] = 0.

B.3. Position / momentum #

The canonical commutation relations: [xᵢ, pⱼ] = iℏ δᵢⱼ𝟙.

theorem QuantumMechanics.radiusRegPow_commutation_momentumSqr {d : } (ε : ˣ) (s : ) :
𝐫[ε,s], 𝐩² = (2 * s * Complex.I * Constants.ℏ) 𝐫[ε,s - 2].comp (∑ i : Fin d, 𝐱[i].comp 𝐩[i]) + (s * Constants.ℏ ^ 2) ((d + s - 2) 𝐫[ε,s - 2] - (ε ^ 2 * (s - 2)) 𝐫[ε,s - 4])

B.4. Angular momentum / position #

B.5. Angular momentum / momentum #

B.6. Angular momentum / angular momentum #