grapheneaffiliates commited on
Commit
48a8193
·
verified ·
1 Parent(s): 9150819

Upload experiments/e8_h4_results.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. experiments/e8_h4_results.json +28 -0
experiments/e8_h4_results.json ADDED
@@ -0,0 +1,28 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "e8_roots": 240,
3
+ "triples_total": 6720,
4
+ "triples_surviving": 6720,
5
+ "triples_broken": 0,
6
+ "survival_rate": 1.0,
7
+ "unique_h4_points": 240,
8
+ "addition_graph_triangles": 2240,
9
+ "addition_graph_edges": 6720,
10
+ "degree_distribution": {
11
+ "56": 240
12
+ },
13
+ "ip_distribution_e8": {
14
+ "-8": 120,
15
+ "-4": 6720,
16
+ "0": 15120,
17
+ "4": 6720
18
+ },
19
+ "key_integers": {
20
+ "E8 roots": 240,
21
+ "Root addition triples": 6720,
22
+ "Triples surviving H4 projection": 6720,
23
+ "Triples broken by projection": 0,
24
+ "Unique H4 projected points": 240,
25
+ "Addition graph triangles": 2240,
26
+ "Addition graph edges": 6720
27
+ }
28
+ }