Analytical solution to the Time-Dependent Schrodinger equation for a particle in an infinite square well.
Enter in terminal:
python Schrodinger_Equation_1-D.py
\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
\being{equation} \tag{3} \ket{\psi(0)} = \Sigma_n C_{n} \ket{E_n} \end{equation}
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.