Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,25 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
---
|
| 4 |
+
|
| 5 |
+
# Structure
|
| 6 |
+
|
| 7 |
+
Each dataset folder contains: a pickle file data_prepped.pt with a data tensor, a meta.json file with meta data, a gen.py script that was used to generate the data.
|
| 8 |
+
|
| 9 |
+
# Current Datasets
|
| 10 |
+
|
| 11 |
+
* ### rp_20M_cu_130426:
|
| 12 |
+
|
| 13 |
+
* 1 cm edge length copper cube
|
| 14 |
+
* random position and momentum direction
|
| 15 |
+
* incoming energy 20 MeV to 300 MeV
|
| 16 |
+
* incoming particles gamma, e-, e+
|
| 17 |
+
* density 0.5 to 10 g/cm3
|
| 18 |
+
|
| 19 |
+
* ### rp_lqar_full_er_260526:
|
| 20 |
+
|
| 21 |
+
* 10 cm edge length liquid argon cube
|
| 22 |
+
* random position and momentum direction
|
| 23 |
+
* incoming energy 10 MeV to 300 MeV
|
| 24 |
+
* incoming particles gamma, e-, e+
|
| 25 |
+
* density 0.5 to 10 g/cm3
|