Skip to content

Installation

Linux only 🐧

FHI-aims and SALTED are only available on Linux OS. For Windows users, please use WSL or virtual machines.

Install FHI-aims

Please use recent versions of FHI-aims, and for this tutorial we will use the version 240403.

To install FHI-aims on your cluster or PC, you will need a FHI-aims licence and you can find further information here. Then you can follow the tutorial Basics of Running FHI-aims to install FHI-aims. The CMake file is important and you can find more information in the CMake Tutorial for Compiling FHI-aims (parallel version).

Install SALTED

You can find the SALTED code in GitHub. To install SALTED, please follow the project README, especially the dependencies section.

Editable python package

If you want to modify the SALTED code, you can install SALTED with the following command:

python -m pip install -e .

where -e means editable installation, which means you can modify the code and the changes will be reflected in the installed package. This is useful for looking into the code / debugging.