Skip to content

Analytical solution to the Time-Dependent Schrodinger equation for a particle in an infinite square well

Notifications You must be signed in to change notification settings

timothypholmes/Infinite-square-well-Schrodinger-equation

Repository files navigation

Infinite-square-well-Schrodinger-equation

Analytical solution to the Time-Dependent Schrodinger equation for a particle in an infinite square well.

To run

Enter in terminal: python Schrodinger_Equation_1-D.py

Animation speed up 3000%

time_dependent_3000

The Theory

\usepackage{physics} \usepackage{math}

Solving energy eigenvalues and eigenstates are used to understand the future of a physical system in quantum mechanics. The Schrödinger equation is the tool that allows for time evolution where the equation is,

When the Schrödinger equation is time-dependent, the solution becomes

Therefore, when and becomes

\being{equation} \tag{3} \ket{\psi(0)} = \Sigma_n C_{n} \ket{E_n} \end{equation}

since .

The initial is generated by a complex gaussian wave packet. Once the parameters in the program are set or the default parameters are used the following equations are executed. The first step is to normalize the wave function given by the equation below,

Once is normalized as the first step, the energy eigenstate wave functions are then found. Again, the energy eigenstate wave function need to be normailized and the following equation is derived,

Discrete quantized wave vectors are required to solve the Time-Dependent equation, . The energy quantization for the system becomes,

Finally, the last item the time dependent Schrödinger equation depends on is . is the expansion coefficient that chages the probability amplitude. The indefinite integral of the complex conjugate of eigenstate wave function and the initial wave function with respect to the spatial dimension x,

From equation (2): we bring together, , , and . The result is

Now, as t increase the future of wave equation is determined as shown below in the animation.

Animation real time

time_evolution

The Code

About

Analytical solution to the Time-Dependent Schrodinger equation for a particle in an infinite square well

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages