We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 247c981 commit 8535dfdCopy full SHA for 8535dfd
README.md
@@ -22,19 +22,33 @@ The supplied data and figures reproduce both regimes exactly.
22
## Repository Structure
23
collapse-redistribution-benchmark/
24
├── paper/
25
+
26
│ ├── Collapse-Induced Excitation Redistribution and Entropy Structuring in Fully Connected Qubit Networks.pdf
27
28
│ ├── fig_z_only.png
29
30
│ ├── fig_interfere.png
31
32
│
33
34
├── data/
35
36
│ ├── table_z_only.csv
37
38
│ ├── table_interfere.csv
39
40
41
42
├── code/
43
44
│ ├── v4cg.py
45
46
│ ├── v4cg.ipynb
47
48
49
50
├── requirements.txt
51
52
└── LICENSE
53
54
---
0 commit comments