Schrödinger Equation: Numerical Experiments in One Dimensional Time Dependent Scattering
The red curve is the initial probability density, blue (yellow) curve the real (imaginary) part of the wave function.
The dark green curve is the potential energy V. Regions where V = 0 are said to be the external vacuum.
In order to modify the potential:
Create record of scattering:
Evolution Method:
Nash-Chen
Cayley
Periodic Cayley

Initial wave function: psiGaussian
_lambda
# Frames =
WaveNumber = | Maximum Wave Number | =
Center of Gaussian = Fourier component of initial wave function at chosen wavenumber =
Initial Packet Spread = Calculate Fourier component of initial wave function
at wavenumber: FC=
Scale potential energy by:
Scale psi by:


This program writes  flic.avi  to your DeskTop each time it is run. If you wish to save this file, then you should either move it to another folder or rename it.
Details Summary

0 <= x <= 1
N = #nodes in spatial lattice
a = delta x = spatial step size = 1 / (N-1)
x --> a x , where x = 0, 1, 2, ..., N-1
_Laplacian

Maximum wavenumber:
kmax a = 2 pi => -pi/a < k < pi/a => -pi/2a < kunique velocity < pi/2a

Stability:
T = delta t = time step size
Evolution methods are stable if
_lambda2.bmp
is between 0 and 1; in these simulations we take m = 1 and
.

Non-dimensionalized potential energy:
V = potential energy
_UV
where U = non-dimensionalized potential energy = ±(rectangle.bottom - rectangle.top) · ( VALUE of 'Scale potential energy by' entry)


Unitary Evolution Methods

Nash-Chen
_NashChen

for x = 0, 1, 2, ..., N - 1. The Jn are Bessel functions of the first kind.
P. L. Nash and L.Y. Chen, Efficient finite difference solutions to the time-dependent Schrodinger equation, Journal of Computational Physics, 130, p266 (1997).
Cayley
_ev1
_ev2
_ev3
This yields a tridiagonal system when
_Laplacian
Periodic Cayley
The tridiagonal Cayley system plus two additional matrix elements in the coefficient matrix at locations (first row, last column) and (last row, first column). This generates a sparse system that cannot be solved as efficiently as the tridiagonal system. The solution is periodic. When possible, it is more efficient to place potential barriers on the left and right boundaries and use the Cayley tridiagonal system.