Data and code files related to "Efficient 6-dimensional phase space reconstruction using generative machine learning" paper in PRAB
git clone https://github.com/roussel-ryan/gpsr_6d_paper.git
conda env create -f environment.yml
conda activate ps-reconstruction
For a development installation of phase_space_reconstruction package, run the following after creating the environment:
python -m pip install -e .
TBD