easyNRG
A simple MATLAB implementation of Wilsons NRG-method
...The implementation is very slow and rather for educational purposes to get an idea of the NRG-method. For example: it is not considered, that only matrix elements between states, whos occupation number differs by one and S_z differs by 1/2.
There is only implicit parallelisation implemented by vectorizing the time consuming parts of the code.
This code is licensed under the CC BY-SA 3.0 license (http://creativecommons.org/licenses/by-sa/3.0/, http://creativecommons.org/licenses/by-sa/3.0/legalcode)