This is the data repository for our paper Phaseless auxiliary-field quantum Monte Carlo method for cavity-QED matter systems.
The data is in JSON format in the data
directory.
To regenerate the plots, you need Julia. Running
cd scripts
julia --project -e "using Pkg; Pkg.instantiate()"
julia --project make_plots.jl
should install all further dependencies and write plots to the figs
directory.