AllanChain commited on
Commit
4ca866f
·
verified ·
1 Parent(s): 2267d4f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +37 -3
README.md CHANGED
@@ -1,3 +1,37 @@
1
- ---
2
- license: cc0-1.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc0-1.0
3
+ language:
4
+ - en
5
+ tags:
6
+ - physics
7
+ - quantum-monte-carlo
8
+ - fractional-quantum-hall
9
+ pretty_name: DeepHall Data
10
+ ---
11
+
12
+ # Data for the Study: "Taming Landau Level Mixing in Fractional Quantum Hall States with Deep Learning"
13
+
14
+ This dataset contains the raw data and plotting code used in the study titled:
15
+
16
+ "[Taming Landau Level Mixing in Fractional Quantum Hall States with Deep Learning](https://arxiv.org/abs/2412.14795)"
17
+
18
+ ## Data Files
19
+
20
+ The data directories are named following the convention `n{number of electrons}l{flux}/k{interaction strength kappa}`.
21
+
22
+ For each calculation, the following data are included:
23
+
24
+ - `config.yml`: Hyperparameters used in the simulation.
25
+ - `train_stats.csv`: Energy, angular momentum, and other quantities at each training step.
26
+ - `ckpt_xxxxxx.npz`: Checkpoint of the final state, including network parameters, walker coordinates, and other relevant quantities.
27
+ - `energy/`: NetObs energy evaluation results with fixed parameters.
28
+ - `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.
29
+
30
+ For the electron densities of quasiparticle and quasihole states, the data are placed in `nxlx/kx/lz{angular momentum in the z direction}`, with:
31
+
32
+ - `density/`: NetObs evaluation of electron density.
33
+
34
+ ## Code for Plotting Figures
35
+
36
+ - `prep.py`: Script to process data and create `energy_vs_n.csv` and `llm_1_3.csv` for use in plotting.
37
+ - `plot.ipynb`: Jupyter notebook for generating the plots.