https://github.com/lukas-weber/qed-afqmc-data
Research data for “Phaseless auxilliary-field Quantum Monte Carlo method for cavity-QED matter systems”.
https://github.com/lukas-weber/qed-afqmc-data
cavity-qed quantum-monte-carlo research-data-repository
Last synced: 6 months ago
JSON representation
Research data for “Phaseless auxilliary-field Quantum Monte Carlo method for cavity-QED matter systems”.
- Host: GitHub
- URL: https://github.com/lukas-weber/qed-afqmc-data
- Owner: lukas-weber
- Created: 2024-12-06T15:23:28.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-12-06T15:28:44.000Z (10 months ago)
- Last Synced: 2025-02-10T21:03:54.554Z (8 months ago)
- Topics: cavity-qed, quantum-monte-carlo, research-data-repository
- Language: Julia
- Homepage:
- Size: 2.96 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Phaseless auxiliary-field quantum Monte Carlo method for cavity-QED matter systems
[](https://doi.org/10.5281/zenodo.14289884)This is the data repository for our paper [Phaseless auxiliary-field quantum Monte Carlo method for cavity-QED matter systems](https://doi.org/10.48550/arXiv.2410.18838).
The data is in JSON format in the `data` directory.
To regenerate the plots, you need Julia. Running
```bash
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.