1d Reflectionless Potential #
The quantum reflectionless potential in 1d. This file contains
- the definition of the reflectionless potential as defined https://arxiv.org/pdf/2411.14941
- properties of reflectionless potentials
TODO #
- Define creation and annihilation operators for reflectionless potentials
- Write the proof of the general solution of the reflectionless potential using the creation and annihilation operators
- Show reflectionless properties
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
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
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))