File size: 1,655 Bytes
4ca866f c767a29 795c196 4ca866f 51d2cb9 4ca866f |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 |
---
license: cc0-1.0
language:
- en
tags:
- physics
- quantum-monte-carlo
- fractional-quantum-hall
pretty_name: DeepHall Data
arxiv: 2412.14795
viewer: false
---
# Data for the Study: "Taming Landau Level Mixing in Fractional Quantum Hall States with Deep Learning"
This dataset contains the raw data and plotting code used in the study titled:
"[Taming Landau Level Mixing in Fractional Quantum Hall States with Deep Learning](https://arxiv.org/abs/2412.14795)"
The relevant code is available at https://github.com/bytedance/DeepHall.
## Data Files
The data directories are named following the convention `n{number of electrons}l{flux}/k{interaction strength kappa}`.
For each calculation, the following data are included:
- `config.yml`: Hyperparameters used in the simulation.
- `train_stats.csv`: Energy, angular momentum, and other quantities at each training step.
- `ckpt_xxxxxx.npz`: Checkpoint of the final state, including network parameters, walker coordinates, and other relevant quantities.
- `energy/`: NetObs energy evaluation results with fixed parameters.
- `1rdm/`, `overlap/`, `pair_corr/`: NetObs evaluation of the one-body reduced density matrix (1-RDM), overlap with the Laughlin wavefunction, and the pair correlation function.
For the electron densities of quasiparticle and quasihole states, the data are placed in `nxlx/kx/lz{angular momentum in the z direction}`, with:
- `density/`: NetObs evaluation of electron density.
## Code for Plotting Figures
- `prep.py`: Script to process data and create `energy_vs_n.csv` and `llm_1_3.csv` for use in plotting.
- `plot.ipynb`: Jupyter notebook for generating the plots.
|