NRG tutorial code: try it yourself!

The Numerical Renormalization Group

Download the code:

NRG tutorial code

NRG computer practical:

Exercises

Installation instructions (Linux):

Download and unzip the code.
Compile: f95 nrg_tut.f90 -llapack -lblas -O5 -o nrg_tut

Installation instructions (Mac OSX):

Download the Makefile. Unzip.
Download and install your favourite fortran compiler.
Adjust the FC variable accordingly. Compile and run the code.

Installation instructions (Windows):