The rapid development of generative AI models for materials discovery has created an urgent need for standardized benchmarks to evaluate their performance. In this work, we present
- Install models as submodules
- Install mamba to speed up conda env creation
- Install base python dependencies
git submodule update --init --recursive
conda install -n base -c conda-forge mamba
pip install uv dvc snakemake- Navigate to scripts/absolute_path.sh and populate with the absolute path to this repository
- Run this command to automatically recompute benchmarks, metrics, and figures:
snakemake all --cores all