The RK4 algorithm was implemented to solve the 2D Schrödinger equation for an arbitrary potential.
The program was tested in a case of interest: the double slit experiment, an interference pattern similar to the one
observed in a lab experiment was found:
- The paper.pdf file contains a brief explanation of the problem and details about the implementation as well as the results obtained for the double slit experiment.
- In the solution.cpp file you can find the program