Skip to content

EDRIXS/edrixs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

edrixs

EDRIXS is an open source toolkit for simulating XAS and RIXS spectra based on exact diagonalization of model Hamiltonians. It was started as part of COMSCOPE project in the Center for Computational Material Spectroscopy and Design, Brookhaven National Laboratory and is now maintained and developed in collaboration between the Condensed Matter Physics and Materials Science Division and the National Syncrotron Light Source II.

Features

  • ED solver
  • XAS spectra
  • RIXS spectra

How to cite

If you are using the EDRIXS code to do some studies and would like to publish your great works, it would be really appreciated if you can cite the following paper:

EDRIXS: An open source toolkit for simulating spectra of resonant inelastic x-ray scattering, Y.L. Wang, G. Fabbris, M.P.M. Dean and G. Kotliar, Computer Physics Communications,243, 151 (2019), arXiv:1812.05735.

Usage

For Linux users we suggest installing with anaconda.

$ conda create --name edrixs_env python=3.7
$ conda activate edrixs_env
$ conda install -c conda-forge edrixs

For Windows and macOS machines, we suggest using docker. See https://edrixs.github.io/edrixs for more details.