|
2 | 2 |
|
3 | 3 | ## Source |
4 | 4 |
|
5 | | -$s |
| 5 | +```text |
| 6 | +experiments/atlas_cospectral_scan.py |
| 7 | +``` |
6 | 8 |
|
7 | 9 | ## Type |
8 | 10 |
|
9 | 11 | Python script |
10 | 12 |
|
11 | | -## Purpose |
| 13 | +## Research Goal |
12 | 14 |
|
13 | | -This document tracks the experiment script $s and its role in exploratory simplicial-tensor workflows. |
| 15 | +Computes graph-derived simplicial statistics (including boundary-rank style invariants) for cospectral/non-isomorphic comparisons and structural scans. |
| 16 | + |
| 17 | +## Theoretical Anchors |
| 18 | + |
| 19 | +- tex/horns.tex (kernel-support interpretation of omitted faces). |
| 20 | +- tex/combinatorics.tex (rank counting framework and inclusion-exclusion viewpoint). |
| 21 | +- tex/generated_subobjects.tex (realization matrices and rank-loss/collision perspective). |
| 22 | + |
| 23 | +## Typical Workflow |
| 24 | + |
| 25 | +1. Configure shape/order/parameter choices directly in the script. |
| 26 | +2. Run the script to evaluate identities or invariants associated with its target phenomenon. |
| 27 | +3. Compare printed or saved outputs against the theorem-level expectations listed above. |
14 | 28 |
|
15 | 29 | ## How To Run |
16 | 30 |
|
17 | | -`ash |
| 31 | +```bash |
18 | 32 | python experiments/atlas_cospectral_scan.py |
19 | | -` |
| 33 | +``` |
20 | 34 |
|
21 | 35 | ## Inputs |
22 | 36 |
|
23 | | -- Parameters and constants defined directly in the script. |
24 | | -- Local package modules from src/simplicial_tensors. |
| 37 | +- Tensor shape data or graph/permutation objects defined in-script. |
| 38 | +- The core simplicial_tensors implementation in src/simplicial_tensors. |
| 39 | +- Optional scientific/python ecosystem dependencies required by the script. |
25 | 40 |
|
26 | 41 | ## Outputs |
27 | 42 |
|
28 | | -- Console output and, depending on script logic, generated artifacts (for example plots or intermediate files). |
| 43 | +- Enumerations, rank distributions, cospectral pair comparisons, and optional saved summaries. |
| 44 | + |
| 45 | +## Interpretation Guidance |
29 | 46 |
|
30 | | -## Notes |
| 47 | +Use this script as computational evidence for manuscript-level claims, not as a standalone proof. Cross-check discrepancies against the cited TeX sections and their formal statements. |
31 | 48 |
|
32 | | -- This script lives under xperiments/ and is research-oriented rather than part of the stable package API. |
|
0 commit comments