Datasets:
Modalities:
Text
Formats:
text
Size:
100K - 1M
Tags:
mathematics
representation-theory
symmetric-groups
kronecker-coefficients
gpu-computation
geometric-complexity-theory
License:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -57,13 +57,23 @@ s40/
|
|
| 57 |
analysis_n40.json # targeted Kronecker results + statistics
|
| 58 |
```
|
| 59 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 60 |
### Full S_40 Kronecker Table — Status
|
| 61 |
|
| 62 |
The full computation of all 8.68 trillion unique Kronecker triples requires a new GPU kernel with int128 or multi-precision arithmetic. The existing slab-by-slab FP64 kernel cannot handle character values up to 5.9 × 10²². This is planned for the 8×B200 cluster.
|
| 63 |
|
| 64 |
## S_30 — Largest Complete Kronecker Table Published
|
| 65 |
|
| 66 |
-
26
|
| 67 |
|
| 68 |
### Files
|
| 69 |
|
|
|
|
| 57 |
analysis_n40.json # targeted Kronecker results + statistics
|
| 58 |
```
|
| 59 |
|
| 60 |
+
|
| 61 |
+
### Float64 Binary Character Tables (.dbin files) — April 2026
|
| 62 |
+
|
| 63 |
+
Float64 (double-precision) binary versions of the character tables, formatted for direct GPU consumption by the CUDA Kronecker kernel. Each file stores the full character table as a flat row-major array of float64 values, dimensions p(n) x p(n).
|
| 64 |
+
|
| 65 |
+
```
|
| 66 |
+
s30/char_table_n30.dbin # 240 MB — S30 character table, float64 binary
|
| 67 |
+
s40/char_table_n40.dbin # 11.15 GB — S40 character table, float64 binary
|
| 68 |
+
```
|
| 69 |
+
|
| 70 |
### Full S_40 Kronecker Table — Status
|
| 71 |
|
| 72 |
The full computation of all 8.68 trillion unique Kronecker triples requires a new GPU kernel with int128 or multi-precision arithmetic. The existing slab-by-slab FP64 kernel cannot handle character values up to 5.9 × 10²². This is planned for the 8×B200 cluster.
|
| 73 |
|
| 74 |
## S_30 — Largest Complete Kronecker Table Published
|
| 75 |
|
| 76 |
+
26,391,236,124 nonzero Kronecker coefficients out of 29,347,802,420 total triples (89.9%) for S_30, computed in 296 seconds on a single NVIDIA B200. Max |g(lambda, mu, nu)| = 51,798,395,983,223,240. To our knowledge, the largest complete Kronecker coefficient table ever published.
|
| 77 |
|
| 78 |
### Files
|
| 79 |
|