The Korringa-Kohn-Rostoker (KKR) Greens function method is a highly accurate all-electron method to perform density functional theory calculations. The most important features of the Jülich KKR codes include the possibility to perform relativistic calculations, predict scattering effects, and treat finite-sized clusters or very large systems.
- a Fortran compiler (tested with
gfortran
andifort
butifort
is recommended) - cmake
- an installation of LAPACK
- a compiler supporting MPI (optional but strongly recommended)
The easiest way to set up the code is to execute the install.py
script which will guide you through the installation. Afterwards you shoud go to the build
directory and execute make
which will start the compilation of the code. The compiled executable will then be placed in the build
directory.
-
The code's wiki page
Code development is done on the main gitlab server hosted at the FZ Jülich (and not on the mirrored repository on github).
Creating / editing issues, branches etc. is only supported on the gitlab version hosted at the FZ Jülich which requires sign in (possible with free github account).
If you find any bugs, please file a new issue on the gitlab issues page.