A benchmark set to compare electronic RIXS spectra calculated using LR-TDDFT and ADC.
The Python modules required to run the Jupyter notebooks can be found in rixs.yml and easily installed using conda.
Download the appropriate installer for your operating system and follow the installation instructions on the miniconda website.
Using the rixs.yml file to create a conda environment rixs-env will install all the needed packages to run the Jupyter notebooks in this repository.
conda env create -f rixs.yml
conda activate rixs-env
export PYTHONPATH=$PYTHONPATH:/path/to/rixs-lr-tddft