Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 23 days 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 (29 days ago)
- Default Branch: main
- Last Pushed: 2024-12-06T15:28:44.000Z (29 days ago)
- Last Synced: 2024-12-06T16:34:29.237Z (29 days 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
[![DOI](https://zenodo.org/badge/899588988.svg)](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.