Theory

Material for the tutorial

Basic requirements: to run the project you need to be able to access one fortran compiler of your choice.

If you are using Linux or Mac, the simplest option is to download Gfortran compiler (free)

https://gcc.gnu.org/wiki/GFortran


If you are using Windows you can download a free trial version of ifort compiler


https://software.intel.com/en-us/fortran-compilers/choose-download

The trial version is valid for 30 days. This should be enough to cover the time period of the school.

You can also install a virtual box and run a Linux under Windows and then install gfortran in your virtual Linux.

Fortran: is a general-purpose, compiled imperativeprogramming language that is especially suited to numeric computation and scientific computing.


We will use mainly this language for the theory tutorial. In the following

Intro_Fortran.pdf

Numerical code

At the following Git Hub link you will find the numerical code we will use during the school


https://github.com/AlessandroPastore81/Theory_tutorial

pastore.pdf
manuale_hf.pdf