PhysLean Documentation

PhysLean.QuantumMechanics.DDimensions.Operators.Momentum

Momentum operators #

i. Overview #

In this module we introduce several momentum operators for quantum mechanics on Space d.

ii. Key results #

Definitions:

Notation:

iii. Table of contents #

iv. References #

A. Momentum vector operator #

Component i of the momentum operator is the continuous linear map from 𝓢(Space d, ℂ) to itself which maps ψ to -iℏ ∂ᵢψ.

Equations
Instances For

    Component i of the momentum operator is the continuous linear map from 𝓢(Space d, ℂ) to itself which maps ψ to -iℏ ∂ᵢψ.

    Equations
    • One or more equations did not get rendered due to their size.
    Instances For
      @[simp]
      theorem QuantumMechanics.momentumOperator_apply {d : } (i : Fin d) (ψ : SchwartzMap (Space d) ) (x : Space d) :
      (𝐩[i] ψ) x = -Complex.I * Constants.ℏ * Space.deriv i (⇑ψ) x

      B. Momentum-squared operator #

      The square of the momentum operator, 𝐩² ≔ ∑ᵢ 𝐩ᵢ∘𝐩ᵢ.

      Equations
      Instances For

        The square of the momentum operator, 𝐩² ≔ ∑ᵢ 𝐩ᵢ∘𝐩ᵢ.

        Equations
        Instances For
          theorem QuantumMechanics.momentumOperatorSqr_apply {d : } (ψ : SchwartzMap (Space d) ) (x : Space d) :
          (𝐩² ψ) x = i : Fin d, (𝐩[i] (𝐩[i] ψ)) x

          C. Unbounded momentum vector operator #

          The symmetric momentum unbounded operators with domain the Schwartz submodule of the Hilbert space.

          Equations
          Instances For