Project written in C and bash
Solves the time independent Schrodinger equation for 3 different potential cases:
- GSL - GNU Scientific Library
- Gnuplot
Check if the bin, obj and data folders exist, if they don't, you have to create them
Use make
to compile the code
Use make run
to execute it and generate the graph
You can also directly run the executable in the bin folder to get the data files and/or launch the script gnuplotDraw.bash to get the graph from those files
make doc
make cleandoc
make clean
For high values (given by the user) the program may take longer or get stuck