To compile and set the correct enviroment variables, in the main directory of the code,
$ source build.shTo run the code, you have to be in a diferent directory with a parameter file like the one in "scripts/Start". Then to run the code, write
$ $KITAEV_DIR/src/mainTo analyse the results,
$ $KITAEV_DIR/src/ana obs_1 obs_2 ...To analyse all of the observables,
$ $KITAEV_DIR/src/ana *The following python packages are required to run the program:
- C compiler
- F90 compiler
- GSL (GNU Scientific Library)