








Introduction
The goal was to be able to solve the one dimensional Schrodinger’s equation of a particle in a box with a custom potential. This was done by a numeric approach using the Verlet algorithm below.
![]()
![]()
Followed by normalization.
![Rendered by QuickLaTeX.com \[\sum_{i=1}^{i=max} \psi(x_i)^2 \Delta x = C^2\]](https://lukaswittmann.com/wp-content/ql-cache/quicklatex.com-a9c9cb4b79f61d12271be22328ab454d_l3.png)
![]()
This one dimensional solution can easily be extended to be multidimensional. For two dimension this works as follows.
![]()
![]()
This project was originally implemented using Maple in the optional course “theoretical Chemisty” in my Bachelor’s.
