PhysLean Documentation

PhysLean.QuantumMechanics.OneDimension.ReflectionlessPotential.Basic

1d Reflectionless Potential #

The quantum reflectionless potential in 1d. This file contains

TODO #

A reflectionless potential is specified by three real parameters: the mass of the particle m, a value of Planck's constant , the parameter κ, as well as a positive integer family number N. All of these parameters are assumed to be positive. -

  • m :

    mass of the particle

  • κ :

    parameter of the reflectionless potential

  • ℏ :

    Planck's constant

  • N :

    family number, positive integer

  • m_pos : 0 < self.m
  • κ_pos : 0 < self.κ
  • N_pos : 0 < self.N
  • ℏ_pos : 0 < self.
Instances For

    Theorems #

    TODO: Add theorems about reflectionless potential - the main result is the actual 1d solution

    Define the reflectionless potential as V(x) = - (ℏ^2 * κ^2 * N * (N + 1)) / (2 * m * (cosh (κ * x)) ^ 2) -

    Equations
    Instances For

      Define tanh(κ X) operator

      Equations
      Instances For

        Creation operator: a† as defined in https://arxiv.org/pdf/2411.14941 a† = 1/√(2m) (P + iℏκ tanh(κX))

        Equations
        Instances For

          Annihilation operator: a as defined in https://arxiv.org/pdf/2411.14941 a = 1/√(2m) (P - iℏκ tanh(κX))

          Equations
          Instances For