This is a library to solve the stationary schrodinger equation. As a eigenvalue solver the jacobi method is used.
eigen-3.4.0
(not implemented)CMAKE
C++17 Compiler
python3
python3-pip
pybind11
Currently, only Linux is supported and tested for. If you find problems for Windows/Mac please let us know how you solved them!
mkdir build
-create a build directorycd build
-change directory to build foldercmake ..
-create makefilesmake
-build python librarycd ../lib
- change to lib directorypip install -e .
- install python library
Interactive plot of the the wavefunction in the infinite potential well
cd python
- change to example dirpython3 plot.py
- run testfile