This repo contains the code for the Enhanced Latent SpAces (ELSA) framework for neural network improved collider simulations. It is based on the LaSeR protocol [1] and further employs augmented flows [2]. The code is provided in PyTorch.
The mappings (Rambo etc) in this reporsitory are deprecated and have been superseded by the MadSpace framework: Link to repo
| Package | Version |
|---|---|
| Python | >= 3.7 |
| Torch | >= 1.8 |
| Numpy | >= 1.20.0 |
# clone the repository
git clone https://github.com/ramonpeter/elsa.git
# then install in dev mode
cd elsa
python setup.py developIn order to download the datasets
./get_datasets.shThis prepares and/or downloads the datasets into the datasets folder.
[1] Latent Space Refinement: 2106.00792
[2] SurVAE Flows: 2007.02731