Reference implementation of Equivariant Graph Exchange Correlation (EG-XC) from
Learning Equivariant Non-Local Electron Density Functionals
by Nicholas Gao*, Eike Eberhard* and Stephan Günnemann
published as Spotlight at ICLR 2025.
https://openreview.net/forum?id=FhBT596F1X
- Install
uv
:curl -LsSf https://astral.sh/uv/install.sh | sh
- Create a virtual environment and install dependencies
uv sync source .venv/bin/activate
Please contact [email protected] and [email protected] if you have any questions.
Please cite our paper if you use our method or code in your own works:
@inproceedings{gao_eberhard_2025_egxc,
title={Learning Equivariant Non-Local Electron Density Functionals},
author={Nicholas Gao and Eike Eberhard and Stephan G{\"u}nnemann},
booktitle={The Thirteenth International Conference on Learning Representations},
year={2025}
}