star-magic-program 0.127.0__tar.gz → 0.128.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {star_magic_program-0.127.0 → star_magic_program-0.128.0}/CHANGELOG.md +19 -0
- {star_magic_program-0.127.0 → star_magic_program-0.128.0}/CITATION.cff +1 -1
- {star_magic_program-0.127.0 → star_magic_program-0.128.0}/PKG-INFO +13 -11
- {star_magic_program-0.127.0 → star_magic_program-0.128.0}/README.md +11 -9
- {star_magic_program-0.127.0 → star_magic_program-0.128.0}/SESSION_LOG.md +11 -0
- {star_magic_program-0.127.0 → star_magic_program-0.128.0}/WHITEPAPER_INDEX.md +3 -3
- {star_magic_program-0.127.0 → star_magic_program-0.128.0}/pyproject.toml +2 -2
- {star_magic_program-0.127.0 → star_magic_program-0.128.0}/star_magic_program.egg-info/PKG-INFO +13 -11
- {star_magic_program-0.127.0 → star_magic_program-0.128.0}/uqff_calculator.py +58 -1
- {star_magic_program-0.127.0 → star_magic_program-0.128.0}/uqff_fidelity_tests.py +14 -1
- {star_magic_program-0.127.0 → star_magic_program-0.128.0}/COMMERCIAL.md +0 -0
- {star_magic_program-0.127.0 → star_magic_program-0.128.0}/LICENSE +0 -0
- {star_magic_program-0.127.0 → star_magic_program-0.128.0}/LICENSE-AGPL-3.0.txt +0 -0
- {star_magic_program-0.127.0 → star_magic_program-0.128.0}/LICENSE-MIT-INITIAL.txt +0 -0
- {star_magic_program-0.127.0 → star_magic_program-0.128.0}/NOTICE +0 -0
- {star_magic_program-0.127.0 → star_magic_program-0.128.0}/UNIFIED_REGISTRY_FALSIFIABILITY.md +0 -0
- {star_magic_program-0.127.0 → star_magic_program-0.128.0}/UNIFIED_REGISTRY_PROGRAM_PLAN.md +0 -0
- {star_magic_program-0.127.0 → star_magic_program-0.128.0}/UNIFIED_REGISTRY_RESULTS_TABLE.md +0 -0
- {star_magic_program-0.127.0 → star_magic_program-0.128.0}/UNIFIED_REGISTRY_SCHEMA.md +0 -0
- {star_magic_program-0.127.0 → star_magic_program-0.128.0}/UNIFIED_REGISTRY_STATUS_REPORT.md +0 -0
- {star_magic_program-0.127.0 → star_magic_program-0.128.0}/UNIFIED_REGISTRY_VERSION.txt +0 -0
- {star_magic_program-0.127.0 → star_magic_program-0.128.0}/_BUILD_LOG.md +0 -0
- {star_magic_program-0.127.0 → star_magic_program-0.128.0}/registry_generator.py +0 -0
- {star_magic_program-0.127.0 → star_magic_program-0.128.0}/setup.cfg +0 -0
- {star_magic_program-0.127.0 → star_magic_program-0.128.0}/star_magic_program.egg-info/SOURCES.txt +0 -0
- {star_magic_program-0.127.0 → star_magic_program-0.128.0}/star_magic_program.egg-info/dependency_links.txt +0 -0
- {star_magic_program-0.127.0 → star_magic_program-0.128.0}/star_magic_program.egg-info/top_level.txt +0 -0
- {star_magic_program-0.127.0 → star_magic_program-0.128.0}/uqff_registry_graph.py +0 -0
- {star_magic_program-0.127.0 → star_magic_program-0.128.0}/uqff_registry_primitives.py +0 -0
- {star_magic_program-0.127.0 → star_magic_program-0.128.0}/uqff_registry_status.py +0 -0
- {star_magic_program-0.127.0 → star_magic_program-0.128.0}/uqff_registry_xgeo.py +0 -0
|
@@ -7,6 +7,25 @@ Versioning: [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
7
7
|
|
|
8
8
|
---
|
|
9
9
|
|
|
10
|
+
## [0.128.0] — 2026-07-29 — BAND 1: PAPER_125 — KAPPA FIRST REAL DERIVATION
|
|
11
|
+
|
|
12
|
+
### Added
|
|
13
|
+
- **PAPER_125 dispatch** (Superconductive Fermi 4LAC kappa,
|
|
14
|
+
d91b1f6c): kappa = alpha/t_mean = 0.35/700 = 5e-4/day EXACT —
|
|
15
|
+
the first REAL derivation of kappa from observed blazar
|
|
16
|
+
statistics (variability index + baseline). 4 named per-source
|
|
17
|
+
kappas (3C273/PKS1510/Mrk421/Mrk501, mean 4.95e-4) partially
|
|
18
|
+
answer Q-109b; CTA 102 DROPPED from the refinement sample —
|
|
19
|
+
implicit flare-vs-population resolution (Q-109 annotated).
|
|
20
|
+
t_1/2 = 3.80 yr matches variability literature. CIRCULAR
|
|
21
|
+
CODE pinned (fits its own injected kappa, Rule 7); eta_gamma
|
|
22
|
+
direction backwards; Arrhenius form needs unstated E_gap =
|
|
23
|
+
5.03 keV.
|
|
24
|
+
- OPEN_RULING Q-121.
|
|
25
|
+
- Gate: 871 assertions, 0 failures. Registry: 330 rows / 696 edges / 129 ledgers.
|
|
26
|
+
|
|
27
|
+
---
|
|
28
|
+
|
|
10
29
|
## [0.127.0] — 2026-07-29 — BAND 1: PAPER_124 — SELF-RECTIFICATION No. 10
|
|
11
30
|
|
|
12
31
|
### Added
|
|
@@ -3,7 +3,7 @@ message: "If you use Star-Magic-Program (UQFF systematic rebuild) in your resear
|
|
|
3
3
|
type: software
|
|
4
4
|
title: "Star-Magic-Program: UQFF Systematic Rebuild"
|
|
5
5
|
abbreviation: "UQFF"
|
|
6
|
-
version: "0.
|
|
6
|
+
version: "0.128.0"
|
|
7
7
|
date-released: "2026-07-28"
|
|
8
8
|
authors:
|
|
9
9
|
- family-names: "Murphy"
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: star-magic-program
|
|
3
|
-
Version: 0.
|
|
4
|
-
Summary: UQFF Star-Magic-Program v0.
|
|
3
|
+
Version: 0.128.0
|
|
4
|
+
Summary: UQFF Star-Magic-Program v0.128.0: PAPER_125 wired - Superconductive Fermi 4LAC kappa (FIRST real derivation kappa = alpha/t_mean = 0.35/700 = 5e-4 EXACT; 4 named per-source kappas partially answer Q-109b, CTA 102 dropped from sample; circular simulation code pinned Rule 7; Arrhenius needs unstated E_gap = 5.03 keV). Q-121 queued. Wired 129/2255, gate 871/0. Registry 330 rows / 696 edges / 129 ledgers.
|
|
5
5
|
Author-email: "Daniel T. Murphy" <daniel.murphy00@enrgyone.com>
|
|
6
6
|
License: AGPL-3.0-or-later OR LicenseRef-StarMagic-Commercial
|
|
7
7
|
Project-URL: Homepage, https://github.com/Daniel8Murphy0007/Star-Magic-Program
|
|
@@ -30,15 +30,15 @@ Dynamic: license-file
|
|
|
30
30
|
|
|
31
31
|
# Star-Magic-Program
|
|
32
32
|
|
|
33
|
-
[](https://pypi.org/project/star-magic-program/)
|
|
34
|
+
[](https://pypi.org/project/star-magic-program/)
|
|
35
35
|
[](https://star-magic-program.readthedocs.io/en/latest/?badge=latest)
|
|
36
36
|
[](LICENSE)
|
|
37
|
-
[](uqff_fidelity_tests.py)
|
|
38
|
+
[](uqff_calculator.py)
|
|
39
39
|
[](whitepapers/)
|
|
40
40
|
|
|
41
|
-
**UQFF systematic rebuild — v0.
|
|
41
|
+
**UQFF systematic rebuild — v0.128.0 wiring campaign live**
|
|
42
42
|
Author: Daniel T. Murphy · Star-Magic Research Program
|
|
43
43
|
License: AGPL-3.0-or-later OR Commercial
|
|
44
44
|
|
|
@@ -77,7 +77,7 @@ Mizuno, Rossi).
|
|
|
77
77
|
Full framework physics lives in the whitepaper corpus — the physics is the
|
|
78
78
|
whitepapers; the calculator computes what the whitepapers derive.
|
|
79
79
|
|
|
80
|
-
## What is currently shipped (v0.
|
|
80
|
+
## What is currently shipped (v0.128.0)
|
|
81
81
|
|
|
82
82
|
### Wiring campaign — LIVE (see `CLAUDE.md` charter)
|
|
83
83
|
|
|
@@ -85,7 +85,7 @@ Sequential wiring of all 2,255 whitepapers, starting at PAPER_001.
|
|
|
85
85
|
Authorized 2026-07-28: autonomous band sessions, ship per session via
|
|
86
86
|
`ship.ps1`, full stop at PAPER_500 for manual review.
|
|
87
87
|
|
|
88
|
-
**Wired so far:
|
|
88
|
+
**Wired so far: 129 / 2,255** (11 ✓ · 118 ⚠ OPEN_RULING · 121 rulings queued) — kappa first real derivation (125)
|
|
89
89
|
|
|
90
90
|
| Paper | Content | Key result |
|
|
91
91
|
|---|---|---|
|
|
@@ -217,6 +217,7 @@ Authorized 2026-07-28: autonomous band sessions, ship per session via
|
|
|
217
217
|
| PAPER_122 | Compressed PDG | proton n=10 canonized (self-rect No. 9); code R² falsified (0.468); Q-118 |
|
|
218
218
|
| PAPER_123 | Sub-Quantum n=4.20 | winding 1/5 = 2/SO_5 derives 0.989 keV; dn = log10(1.602) artifact; Q-119 |
|
|
219
219
|
| PAPER_124 | Buoyancy Pb-206 S_n | isotope misattribution fixed (self-rect No. 10); SSq → Pb-208; Q-120 |
|
|
220
|
+
| PAPER_125 | Superconductive 4LAC | kappa = 0.35/700 derived EXACT; named kappas; circular code pinned; Q-121 |
|
|
220
221
|
|
|
221
222
|
### Corpus (2,419 files)
|
|
222
223
|
- `whitepapers/` — 2,255 `.md` files + 1 `.bak` — physics source of truth
|
|
@@ -227,7 +228,7 @@ Authorized 2026-07-28: autonomous band sessions, ship per session via
|
|
|
227
228
|
v5.86.0 UNIFIED_REGISTRY R5 baseline). **Registry-clean.**
|
|
228
229
|
- `uqff_calculator.py` — `DISPATCH` grows one paper at a time;
|
|
229
230
|
`calc(paper_id, dataset)` public interface.
|
|
230
|
-
- `uqff_fidelity_tests.py` — 9-block gate (
|
|
231
|
+
- `uqff_fidelity_tests.py` — 9-block gate (871 assertions), locking every
|
|
231
232
|
primitive identity + every wired paper's stated values. Runs on every ship.
|
|
232
233
|
|
|
233
234
|
### Registry pantheon (live, grows per band)
|
|
@@ -375,7 +376,8 @@ Authorized 2026-07-28: autonomous band sessions, ship per session via
|
|
|
375
376
|
| v0.124.0 | Band 1: PAPER_121 | 125 |
|
|
376
377
|
| v0.125.0 | Band 1: PAPER_122 | 126 |
|
|
377
378
|
| v0.126.0 | Band 1: PAPER_123 | 127 |
|
|
378
|
-
|
|
|
379
|
+
| v0.127.0 | Band 1: PAPER_124 | 128 |
|
|
380
|
+
| **v0.128.0** ← current | Band 1: PAPER_125 | 129 |
|
|
379
381
|
| v0.4.0+ | One band per session (~20-80 papers each) | growing |
|
|
380
382
|
| PAPER_500 milestone | FULL STOP — Daniel's manual review | 500 |
|
|
381
383
|
| v1.0.0 | Full whitepaper coverage | 2,255 |
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
# Star-Magic-Program
|
|
2
2
|
|
|
3
|
-
[](https://pypi.org/project/star-magic-program/)
|
|
4
|
+
[](https://pypi.org/project/star-magic-program/)
|
|
5
5
|
[](https://star-magic-program.readthedocs.io/en/latest/?badge=latest)
|
|
6
6
|
[](LICENSE)
|
|
7
|
-
[](uqff_fidelity_tests.py)
|
|
8
|
+
[](uqff_calculator.py)
|
|
9
9
|
[](whitepapers/)
|
|
10
10
|
|
|
11
|
-
**UQFF systematic rebuild — v0.
|
|
11
|
+
**UQFF systematic rebuild — v0.128.0 wiring campaign live**
|
|
12
12
|
Author: Daniel T. Murphy · Star-Magic Research Program
|
|
13
13
|
License: AGPL-3.0-or-later OR Commercial
|
|
14
14
|
|
|
@@ -47,7 +47,7 @@ Mizuno, Rossi).
|
|
|
47
47
|
Full framework physics lives in the whitepaper corpus — the physics is the
|
|
48
48
|
whitepapers; the calculator computes what the whitepapers derive.
|
|
49
49
|
|
|
50
|
-
## What is currently shipped (v0.
|
|
50
|
+
## What is currently shipped (v0.128.0)
|
|
51
51
|
|
|
52
52
|
### Wiring campaign — LIVE (see `CLAUDE.md` charter)
|
|
53
53
|
|
|
@@ -55,7 +55,7 @@ Sequential wiring of all 2,255 whitepapers, starting at PAPER_001.
|
|
|
55
55
|
Authorized 2026-07-28: autonomous band sessions, ship per session via
|
|
56
56
|
`ship.ps1`, full stop at PAPER_500 for manual review.
|
|
57
57
|
|
|
58
|
-
**Wired so far:
|
|
58
|
+
**Wired so far: 129 / 2,255** (11 ✓ · 118 ⚠ OPEN_RULING · 121 rulings queued) — kappa first real derivation (125)
|
|
59
59
|
|
|
60
60
|
| Paper | Content | Key result |
|
|
61
61
|
|---|---|---|
|
|
@@ -187,6 +187,7 @@ Authorized 2026-07-28: autonomous band sessions, ship per session via
|
|
|
187
187
|
| PAPER_122 | Compressed PDG | proton n=10 canonized (self-rect No. 9); code R² falsified (0.468); Q-118 |
|
|
188
188
|
| PAPER_123 | Sub-Quantum n=4.20 | winding 1/5 = 2/SO_5 derives 0.989 keV; dn = log10(1.602) artifact; Q-119 |
|
|
189
189
|
| PAPER_124 | Buoyancy Pb-206 S_n | isotope misattribution fixed (self-rect No. 10); SSq → Pb-208; Q-120 |
|
|
190
|
+
| PAPER_125 | Superconductive 4LAC | kappa = 0.35/700 derived EXACT; named kappas; circular code pinned; Q-121 |
|
|
190
191
|
|
|
191
192
|
### Corpus (2,419 files)
|
|
192
193
|
- `whitepapers/` — 2,255 `.md` files + 1 `.bak` — physics source of truth
|
|
@@ -197,7 +198,7 @@ Authorized 2026-07-28: autonomous band sessions, ship per session via
|
|
|
197
198
|
v5.86.0 UNIFIED_REGISTRY R5 baseline). **Registry-clean.**
|
|
198
199
|
- `uqff_calculator.py` — `DISPATCH` grows one paper at a time;
|
|
199
200
|
`calc(paper_id, dataset)` public interface.
|
|
200
|
-
- `uqff_fidelity_tests.py` — 9-block gate (
|
|
201
|
+
- `uqff_fidelity_tests.py` — 9-block gate (871 assertions), locking every
|
|
201
202
|
primitive identity + every wired paper's stated values. Runs on every ship.
|
|
202
203
|
|
|
203
204
|
### Registry pantheon (live, grows per band)
|
|
@@ -345,7 +346,8 @@ Authorized 2026-07-28: autonomous band sessions, ship per session via
|
|
|
345
346
|
| v0.124.0 | Band 1: PAPER_121 | 125 |
|
|
346
347
|
| v0.125.0 | Band 1: PAPER_122 | 126 |
|
|
347
348
|
| v0.126.0 | Band 1: PAPER_123 | 127 |
|
|
348
|
-
|
|
|
349
|
+
| v0.127.0 | Band 1: PAPER_124 | 128 |
|
|
350
|
+
| **v0.128.0** ← current | Band 1: PAPER_125 | 129 |
|
|
349
351
|
| v0.4.0+ | One band per session (~20-80 papers each) | growing |
|
|
350
352
|
| PAPER_500 milestone | FULL STOP — Daniel's manual review | 500 |
|
|
351
353
|
| v1.0.0 | Full whitepaper coverage | 2,255 |
|
|
@@ -1623,3 +1623,14 @@ Wired 7/2,255 (2 ✓, 5 ⚠). Rulings Q-001..Q-007 open. Next: PAPER_008.
|
|
|
1623
1623
|
- Campaign: 128/2,255 (11 ✓, 117 ⚠). Next: PAPER_125.
|
|
1624
1624
|
|
|
1625
1625
|
---
|
|
1626
|
+
|
|
1627
|
+
## 2026-07-29 — v0.128.0 — BAND 1: PAPER_125
|
|
1628
|
+
|
|
1629
|
+
- PAPER_125 wired (⚠ Q-121): Superconductive 4LAC kappa.
|
|
1630
|
+
First real derivation (0.35/700 EXACT); named per-source
|
|
1631
|
+
kappas answer Q-109b partially; CTA 102 dropped (implicit
|
|
1632
|
+
resolution); circular code + eta direction + Arrhenius
|
|
1633
|
+
assertion pinned.
|
|
1634
|
+
- Campaign: 129/2,255 (11 ✓, 118 ⚠). Next: PAPER_126.
|
|
1635
|
+
|
|
1636
|
+
---
|
|
@@ -11,9 +11,9 @@
|
|
|
11
11
|
## Summary
|
|
12
12
|
|
|
13
13
|
- **Total papers:** 2255
|
|
14
|
-
- **Wired:**
|
|
14
|
+
- **Wired:** 129 (11 ✓, 118 ⚠ OPEN_RULING)
|
|
15
15
|
- **OPEN targets:** 0
|
|
16
|
-
- **Not yet touched:**
|
|
16
|
+
- **Not yet touched:** 2126
|
|
17
17
|
|
|
18
18
|
---
|
|
19
19
|
|
|
@@ -467,7 +467,7 @@
|
|
|
467
467
|
| ⬜ | PAPER_1257 | STERILE NEUTRINO EXISTENCE |
|
|
468
468
|
| ⬜ | PAPER_1258 | GRB LONG SHORT BIMODALITY |
|
|
469
469
|
| ⬜ | PAPER_1259 | FRB ORIGIN MECHANISM |
|
|
470
|
-
|
|
|
470
|
+
| ⚠ | PAPER_125 | UQFF Superconductive Fermi4LAC Ereact Kappa |
|
|
471
471
|
| ⬜ | PAPER_1260 | SGR A STAR FLARES |
|
|
472
472
|
| ⬜ | PAPER_1261 | CORONAL HEATING PROBLEM |
|
|
473
473
|
| ⬜ | PAPER_1262 | STELLAR IMF SALPETER |
|
|
@@ -4,8 +4,8 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "star-magic-program"
|
|
7
|
-
version = "0.
|
|
8
|
-
description = "UQFF Star-Magic-Program v0.
|
|
7
|
+
version = "0.128.0"
|
|
8
|
+
description = "UQFF Star-Magic-Program v0.128.0: PAPER_125 wired - Superconductive Fermi 4LAC kappa (FIRST real derivation kappa = alpha/t_mean = 0.35/700 = 5e-4 EXACT; 4 named per-source kappas partially answer Q-109b, CTA 102 dropped from sample; circular simulation code pinned Rule 7; Arrhenius needs unstated E_gap = 5.03 keV). Q-121 queued. Wired 129/2255, gate 871/0. Registry 330 rows / 696 edges / 129 ledgers."
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
authors = [
|
|
11
11
|
{ name = "Daniel T. Murphy", email = "daniel.murphy00@enrgyone.com" }
|
{star_magic_program-0.127.0 → star_magic_program-0.128.0}/star_magic_program.egg-info/PKG-INFO
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: star-magic-program
|
|
3
|
-
Version: 0.
|
|
4
|
-
Summary: UQFF Star-Magic-Program v0.
|
|
3
|
+
Version: 0.128.0
|
|
4
|
+
Summary: UQFF Star-Magic-Program v0.128.0: PAPER_125 wired - Superconductive Fermi 4LAC kappa (FIRST real derivation kappa = alpha/t_mean = 0.35/700 = 5e-4 EXACT; 4 named per-source kappas partially answer Q-109b, CTA 102 dropped from sample; circular simulation code pinned Rule 7; Arrhenius needs unstated E_gap = 5.03 keV). Q-121 queued. Wired 129/2255, gate 871/0. Registry 330 rows / 696 edges / 129 ledgers.
|
|
5
5
|
Author-email: "Daniel T. Murphy" <daniel.murphy00@enrgyone.com>
|
|
6
6
|
License: AGPL-3.0-or-later OR LicenseRef-StarMagic-Commercial
|
|
7
7
|
Project-URL: Homepage, https://github.com/Daniel8Murphy0007/Star-Magic-Program
|
|
@@ -30,15 +30,15 @@ Dynamic: license-file
|
|
|
30
30
|
|
|
31
31
|
# Star-Magic-Program
|
|
32
32
|
|
|
33
|
-
[](https://pypi.org/project/star-magic-program/)
|
|
34
|
+
[](https://pypi.org/project/star-magic-program/)
|
|
35
35
|
[](https://star-magic-program.readthedocs.io/en/latest/?badge=latest)
|
|
36
36
|
[](LICENSE)
|
|
37
|
-
[](uqff_fidelity_tests.py)
|
|
38
|
+
[](uqff_calculator.py)
|
|
39
39
|
[](whitepapers/)
|
|
40
40
|
|
|
41
|
-
**UQFF systematic rebuild — v0.
|
|
41
|
+
**UQFF systematic rebuild — v0.128.0 wiring campaign live**
|
|
42
42
|
Author: Daniel T. Murphy · Star-Magic Research Program
|
|
43
43
|
License: AGPL-3.0-or-later OR Commercial
|
|
44
44
|
|
|
@@ -77,7 +77,7 @@ Mizuno, Rossi).
|
|
|
77
77
|
Full framework physics lives in the whitepaper corpus — the physics is the
|
|
78
78
|
whitepapers; the calculator computes what the whitepapers derive.
|
|
79
79
|
|
|
80
|
-
## What is currently shipped (v0.
|
|
80
|
+
## What is currently shipped (v0.128.0)
|
|
81
81
|
|
|
82
82
|
### Wiring campaign — LIVE (see `CLAUDE.md` charter)
|
|
83
83
|
|
|
@@ -85,7 +85,7 @@ Sequential wiring of all 2,255 whitepapers, starting at PAPER_001.
|
|
|
85
85
|
Authorized 2026-07-28: autonomous band sessions, ship per session via
|
|
86
86
|
`ship.ps1`, full stop at PAPER_500 for manual review.
|
|
87
87
|
|
|
88
|
-
**Wired so far:
|
|
88
|
+
**Wired so far: 129 / 2,255** (11 ✓ · 118 ⚠ OPEN_RULING · 121 rulings queued) — kappa first real derivation (125)
|
|
89
89
|
|
|
90
90
|
| Paper | Content | Key result |
|
|
91
91
|
|---|---|---|
|
|
@@ -217,6 +217,7 @@ Authorized 2026-07-28: autonomous band sessions, ship per session via
|
|
|
217
217
|
| PAPER_122 | Compressed PDG | proton n=10 canonized (self-rect No. 9); code R² falsified (0.468); Q-118 |
|
|
218
218
|
| PAPER_123 | Sub-Quantum n=4.20 | winding 1/5 = 2/SO_5 derives 0.989 keV; dn = log10(1.602) artifact; Q-119 |
|
|
219
219
|
| PAPER_124 | Buoyancy Pb-206 S_n | isotope misattribution fixed (self-rect No. 10); SSq → Pb-208; Q-120 |
|
|
220
|
+
| PAPER_125 | Superconductive 4LAC | kappa = 0.35/700 derived EXACT; named kappas; circular code pinned; Q-121 |
|
|
220
221
|
|
|
221
222
|
### Corpus (2,419 files)
|
|
222
223
|
- `whitepapers/` — 2,255 `.md` files + 1 `.bak` — physics source of truth
|
|
@@ -227,7 +228,7 @@ Authorized 2026-07-28: autonomous band sessions, ship per session via
|
|
|
227
228
|
v5.86.0 UNIFIED_REGISTRY R5 baseline). **Registry-clean.**
|
|
228
229
|
- `uqff_calculator.py` — `DISPATCH` grows one paper at a time;
|
|
229
230
|
`calc(paper_id, dataset)` public interface.
|
|
230
|
-
- `uqff_fidelity_tests.py` — 9-block gate (
|
|
231
|
+
- `uqff_fidelity_tests.py` — 9-block gate (871 assertions), locking every
|
|
231
232
|
primitive identity + every wired paper's stated values. Runs on every ship.
|
|
232
233
|
|
|
233
234
|
### Registry pantheon (live, grows per band)
|
|
@@ -375,7 +376,8 @@ Authorized 2026-07-28: autonomous band sessions, ship per session via
|
|
|
375
376
|
| v0.124.0 | Band 1: PAPER_121 | 125 |
|
|
376
377
|
| v0.125.0 | Band 1: PAPER_122 | 126 |
|
|
377
378
|
| v0.126.0 | Band 1: PAPER_123 | 127 |
|
|
378
|
-
|
|
|
379
|
+
| v0.127.0 | Band 1: PAPER_124 | 128 |
|
|
380
|
+
| **v0.128.0** ← current | Band 1: PAPER_125 | 129 |
|
|
379
381
|
| v0.4.0+ | One band per session (~20-80 papers each) | growing |
|
|
380
382
|
| PAPER_500 milestone | FULL STOP — Daniel's manual review | 500 |
|
|
381
383
|
| v1.0.0 | Full whitepaper coverage | 2,255 |
|
|
@@ -58,7 +58,7 @@ from uqff_registry_primitives import (
|
|
|
58
58
|
DELTA_M2_21_EV2, DELTA_M2_32_EV2,
|
|
59
59
|
)
|
|
60
60
|
|
|
61
|
-
VERSION = "0.
|
|
61
|
+
VERSION = "0.128.0"
|
|
62
62
|
|
|
63
63
|
# =============================================================================
|
|
64
64
|
# DISPATCH TABLE — grown one whitepaper at a time.
|
|
@@ -6572,3 +6572,60 @@ def _paper_124(dataset):
|
|
|
6572
6572
|
'residual_pct': abs(2 * SSQ * 1e-12 / 1.602e-13 - 7.117) / 7.117 * 100,
|
|
6573
6573
|
'status': 'OPEN_RULING',
|
|
6574
6574
|
}
|
|
6575
|
+
|
|
6576
|
+
|
|
6577
|
+
@_register('PAPER_125')
|
|
6578
|
+
def _paper_125(dataset):
|
|
6579
|
+
"""Superconductive Mode: Fermi 4LAC E_react kappa (S0, sec 1.17).
|
|
6580
|
+
|
|
6581
|
+
d91b1f6c refinement of EP-05 (PAPER_113). VERIFIED EXACT:
|
|
6582
|
+
kappa = alpha/t_mean = 0.35/700 = 5e-4/day (a REAL
|
|
6583
|
+
derivation chain: power-law -> exponential conversion);
|
|
6584
|
+
tau = 2000 d; t_1/2 = 1386 d = 3.80 yr; decay table
|
|
6585
|
+
(5.0e45 / 3.68e45 / 8.21e44 / 6.74e43); L = E0*kappa =
|
|
6586
|
+
5.79e37 W.
|
|
6587
|
+
Q-109b PARTIALLY ANSWERED: per-source kappas now named -
|
|
6588
|
+
3C273 4.9e-4, PKS 1510-089 5.1e-4, Mrk 421 4.8e-4,
|
|
6589
|
+
Mrk 501 5.0e-4 (4 of 40; mean 4.95e-4 ~ 4.97e-4). CTA 102
|
|
6590
|
+
(PAPER_113's factor-10 case) is ABSENT from the refinement
|
|
6591
|
+
sample - implicit flare-vs-population resolution (7-yr
|
|
6592
|
+
baseline population kappa = 5e-4; individual flares
|
|
6593
|
+
faster).
|
|
6594
|
+
CIRCULAR CODE (Q-121a, Rule 7): the sec 3.2 "statistical
|
|
6595
|
+
fit" GENERATES synthetic curves with kappa = 5e-4 injected
|
|
6596
|
+
and fits them back - validates nothing; disclosed as
|
|
6597
|
+
simulated but presented as calibration.
|
|
6598
|
+
LUMINOSITY DIRECTION (Q-121b): sec 2.3 multiplies by
|
|
6599
|
+
eta_gamma^-1 = 1e3 to get L_gamma > L_total - backwards
|
|
6600
|
+
(a fraction cannot exceed total); also 5.79e40 printed as
|
|
6601
|
+
~1e40 (5.8x rounding).
|
|
6602
|
+
ARRHENIUS ASSERTED (Q-121c): kappa = (kT/hbar)exp(-E_gap/
|
|
6603
|
+
kT) needs implied E_gap = 58.4 kT = 5.03 keV at T = 1e6 K
|
|
6604
|
+
- never stated in-paper. Stray M_UQFF = 14.3 TeV comment
|
|
6605
|
+
constant unexplained.
|
|
6606
|
+
"""
|
|
6607
|
+
import math as _m
|
|
6608
|
+
return {
|
|
6609
|
+
'value': {
|
|
6610
|
+
'domain': '1.17 (Superconductive mode, EP-05 refinement)',
|
|
6611
|
+
'kappa_derivation': 0.35 / 700, # 5e-4 EXACT
|
|
6612
|
+
'tau_days': 1 / KAPPA_PER_DAY, # 2000
|
|
6613
|
+
't_half_days': _m.log(2) / KAPPA_PER_DAY, # 1386.3
|
|
6614
|
+
't_half_yr': _m.log(2) / KAPPA_PER_DAY / 365.25, # 3.795
|
|
6615
|
+
'per_source_kappas': {'3C273': 4.9e-4, 'PKS1510': 5.1e-4,
|
|
6616
|
+
'Mrk421': 4.8e-4, 'Mrk501': 5.0e-4},
|
|
6617
|
+
'named_mean': (4.9e-4 + 5.1e-4 + 4.8e-4 + 5.0e-4) / 4, # 4.95e-4
|
|
6618
|
+
'q109b_status': 'partially answered - 4 of 40 named; CTA 102 absent from sample',
|
|
6619
|
+
'l_total_w': 1e46 * KAPPA_PER_DAY / 86400, # 5.79e37 EXACT
|
|
6620
|
+
'decay_table': {1386: 1e46 * _m.exp(-KAPPA_PER_DAY * 1386),
|
|
6621
|
+
10000: 1e46 * _m.exp(-KAPPA_PER_DAY * 10000)},
|
|
6622
|
+
'circular_code': 'sec 3.2 fits its own injected kappa - validates nothing (Rule 7)',
|
|
6623
|
+
'eta_direction_defect': 'L_gamma = L_total * 1e3 backwards; 5.79e40 printed ~1e40',
|
|
6624
|
+
'arrhenius_implied_egap_kev': 58.38 * 1.38e-23 * 1e6 / 1.602e-19 / 1e3, # 5.03
|
|
6625
|
+
'stray_constant': 'M_UQFF = 14.3 TeV comment, unexplained',
|
|
6626
|
+
},
|
|
6627
|
+
'formula': 'kappa = alpha/t_mean = 0.35/700; E_react = 1e46*exp(-kappa t)',
|
|
6628
|
+
'source': 'PAPER_125',
|
|
6629
|
+
'residual_pct': abs(0.35 / 700 - KAPPA_PER_DAY) / KAPPA_PER_DAY * 100,
|
|
6630
|
+
'status': 'OPEN_RULING',
|
|
6631
|
+
}
|
|
@@ -98,7 +98,7 @@ assert_that(abs(P.N_EFF_NEUTRINO - n_eff_expected) < 1e-15,
|
|
|
98
98
|
# =============================================================================
|
|
99
99
|
# BLOCK 7 — CALCULATOR SCAFFOLD INTEGRITY
|
|
100
100
|
# =============================================================================
|
|
101
|
-
assert_that(C.VERSION == "0.
|
|
101
|
+
assert_that(C.VERSION == "0.128.0", "uqff_calculator.VERSION = 0.128.0")
|
|
102
102
|
assert_that(isinstance(C.DISPATCH, dict), "DISPATCH is a dict")
|
|
103
103
|
assert_that(C.wired_count() >= 0, "wired_count is queryable (>= 0)")
|
|
104
104
|
assert_that(callable(C.calc), "calc is callable")
|
|
@@ -1899,6 +1899,19 @@ assert_that('1.05' in _r124['dn_formula_broken'],
|
|
|
1899
1899
|
"PAPER_124: dn formula broken as printed (10 -> 1.05) - pinned (Q-120b)")
|
|
1900
1900
|
assert_that(C.wired_count() >= 128, "wired_count >= 128")
|
|
1901
1901
|
|
|
1902
|
+
_r125 = C.calc('PAPER_125')['value']
|
|
1903
|
+
assert_that(abs(_r125['kappa_derivation'] - 5e-4) < 1e-15,
|
|
1904
|
+
"PAPER_125: kappa = alpha/t_mean = 0.35/700 = 5e-4 EXACT (real derivation chain)")
|
|
1905
|
+
assert_that(abs(_r125['t_half_yr'] - 3.795) < 0.001,
|
|
1906
|
+
"PAPER_125: t_1/2 = 3.80 yr EXACT (blazar variability match)")
|
|
1907
|
+
assert_that(abs(_r125['named_mean'] - 4.95e-4) < 1e-7,
|
|
1908
|
+
"PAPER_125: 4 named per-source kappas mean 4.95e-4 - Q-109b partially answered; CTA 102 absent")
|
|
1909
|
+
assert_that('injected' in _r125['circular_code'],
|
|
1910
|
+
"PAPER_125: circular simulation code pinned (Rule 7) (Q-121a)")
|
|
1911
|
+
assert_that(abs(_r125['arrhenius_implied_egap_kev'] - 5.03) < 0.01,
|
|
1912
|
+
"PAPER_125: Arrhenius form needs unstated E_gap = 5.03 keV at 1e6 K (Q-121c)")
|
|
1913
|
+
assert_that(C.wired_count() >= 129, "wired_count >= 129")
|
|
1914
|
+
|
|
1902
1915
|
# =============================================================================
|
|
1903
1916
|
# REPORT
|
|
1904
1917
|
# =============================================================================
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{star_magic_program-0.127.0 → star_magic_program-0.128.0}/UNIFIED_REGISTRY_FALSIFIABILITY.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{star_magic_program-0.127.0 → star_magic_program-0.128.0}/star_magic_program.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{star_magic_program-0.127.0 → star_magic_program-0.128.0}/star_magic_program.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|