Git repository for the course "Computational Physics", master degree in Physics at UniTN.
Click this link to open the course web page on moodle.
The folder
projects
contains the various exercises, each in its own subfolder.The folder
myfunc
consists in a library with some functions to be used in all the exercises.The folder
reports
contains the reports of the exercises.
Open the terminal in the folder containing this README, and execute the following code:
mkdir build
cd build
cmake ..
make -j
Then execute the instructions for the single projects, always remaining in the build
folder.
make run-test
To run the code for the scattering, type:
make run-ex1-scatt
Instead to run the code for the bound states, type:
make run-ex1-bound
To test the routine for calculating the Bessel functions type:
make run-ex1-bessel_test