star-magic-program 0.56.0__tar.gz → 0.57.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.56.0 → star_magic_program-0.57.0}/CHANGELOG.md +18 -0
- {star_magic_program-0.56.0 → star_magic_program-0.57.0}/CITATION.cff +1 -1
- {star_magic_program-0.56.0/star_magic_program.egg-info → star_magic_program-0.57.0}/PKG-INFO +13 -11
- {star_magic_program-0.56.0 → star_magic_program-0.57.0}/README.md +11 -9
- {star_magic_program-0.56.0 → star_magic_program-0.57.0}/SESSION_LOG.md +10 -0
- {star_magic_program-0.56.0 → star_magic_program-0.57.0}/WHITEPAPER_INDEX.md +3 -3
- {star_magic_program-0.56.0 → star_magic_program-0.57.0}/pyproject.toml +2 -2
- {star_magic_program-0.56.0 → star_magic_program-0.57.0/star_magic_program.egg-info}/PKG-INFO +13 -11
- {star_magic_program-0.56.0 → star_magic_program-0.57.0}/uqff_calculator.py +47 -1
- {star_magic_program-0.56.0 → star_magic_program-0.57.0}/uqff_fidelity_tests.py +14 -1
- {star_magic_program-0.56.0 → star_magic_program-0.57.0}/COMMERCIAL.md +0 -0
- {star_magic_program-0.56.0 → star_magic_program-0.57.0}/LICENSE +0 -0
- {star_magic_program-0.56.0 → star_magic_program-0.57.0}/LICENSE-AGPL-3.0.txt +0 -0
- {star_magic_program-0.56.0 → star_magic_program-0.57.0}/LICENSE-MIT-INITIAL.txt +0 -0
- {star_magic_program-0.56.0 → star_magic_program-0.57.0}/NOTICE +0 -0
- {star_magic_program-0.56.0 → star_magic_program-0.57.0}/UNIFIED_REGISTRY_FALSIFIABILITY.md +0 -0
- {star_magic_program-0.56.0 → star_magic_program-0.57.0}/UNIFIED_REGISTRY_PROGRAM_PLAN.md +0 -0
- {star_magic_program-0.56.0 → star_magic_program-0.57.0}/UNIFIED_REGISTRY_RESULTS_TABLE.md +0 -0
- {star_magic_program-0.56.0 → star_magic_program-0.57.0}/UNIFIED_REGISTRY_SCHEMA.md +0 -0
- {star_magic_program-0.56.0 → star_magic_program-0.57.0}/UNIFIED_REGISTRY_STATUS_REPORT.md +0 -0
- {star_magic_program-0.56.0 → star_magic_program-0.57.0}/UNIFIED_REGISTRY_VERSION.txt +0 -0
- {star_magic_program-0.56.0 → star_magic_program-0.57.0}/_BUILD_LOG.md +0 -0
- {star_magic_program-0.56.0 → star_magic_program-0.57.0}/registry_generator.py +0 -0
- {star_magic_program-0.56.0 → star_magic_program-0.57.0}/setup.cfg +0 -0
- {star_magic_program-0.56.0 → star_magic_program-0.57.0}/star_magic_program.egg-info/SOURCES.txt +0 -0
- {star_magic_program-0.56.0 → star_magic_program-0.57.0}/star_magic_program.egg-info/dependency_links.txt +0 -0
- {star_magic_program-0.56.0 → star_magic_program-0.57.0}/star_magic_program.egg-info/top_level.txt +0 -0
- {star_magic_program-0.56.0 → star_magic_program-0.57.0}/uqff_registry_graph.py +0 -0
- {star_magic_program-0.56.0 → star_magic_program-0.57.0}/uqff_registry_primitives.py +0 -0
- {star_magic_program-0.56.0 → star_magic_program-0.57.0}/uqff_registry_status.py +0 -0
- {star_magic_program-0.56.0 → star_magic_program-0.57.0}/uqff_registry_xgeo.py +0 -0
|
@@ -7,6 +7,24 @@ Versioning: [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
7
7
|
|
|
8
8
|
---
|
|
9
9
|
|
|
10
|
+
## [0.57.0] — 2026-07-29 — BAND 1: PAPER_054
|
|
11
|
+
|
|
12
|
+
### Added
|
|
13
|
+
- **PAPER_054 dispatch** (Tadpole Galaxy UGC 10214): 4/4 PASS matching
|
|
14
|
+
the 052 suite. The 280-kpc tidal tail — longest known — explained by
|
|
15
|
+
Ug3 string-rotation torque (boost = 0.4, chain verified) plus [UA]
|
|
16
|
+
wake drag asymmetry giving the one-sided tadpole morphology without
|
|
17
|
+
tuned CDM collision geometry. The paper itself observes that
|
|
18
|
+
g_compressed = 1.0533e-2 is IDENTICAL across systems — registry now
|
|
19
|
+
frames it as a universal normalization with g_grav carrying the
|
|
20
|
+
system physics. OPEN_RULING Q-050: the suite's Hubble-factor column
|
|
21
|
+
is INVERTED vs redshift (1.0002 at z = 0.0312 here vs 1.7154 at
|
|
22
|
+
z ~ 0.002 for NGC2841) — Q-048b upgraded from outlier to
|
|
23
|
+
SYSTEMATIC; 9.3x-vs-7.55x ratio claim; mass exponent mojibake.
|
|
24
|
+
- Gate: 407 assertions, 0 failures. Registry: 172 rows / 332 edges / 58 ledgers.
|
|
25
|
+
|
|
26
|
+
---
|
|
27
|
+
|
|
10
28
|
## [0.56.0] — 2026-07-29 — BAND 1: PAPER_053 — ASTRO-MODEL FAMILY OPENS
|
|
11
29
|
|
|
12
30
|
### 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.57.0"
|
|
7
7
|
date-released: "2026-07-28"
|
|
8
8
|
authors:
|
|
9
9
|
- family-names: "Murphy"
|
{star_magic_program-0.56.0/star_magic_program.egg-info → star_magic_program-0.57.0}/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.57.0
|
|
4
|
+
Summary: UQFF Star-Magic-Program v0.57.0: PAPER_054 wired (Tadpole Galaxy: 280-kpc tail = Ug3 torque boost 0.4 + [UA] wake asymmetry, no tuned CDM geometry; g_compressed identified as universal normalization; Hubble-factor column found INVERTED vs redshift - Q-048b upgraded to systematic). Q-050 queued. Wired 58/2255, gate 407/0. Registry 172 rows / 332 edges / 58 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.57.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.57.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: 58 / 2,255** (10 ✓ · 48 ⚠ OPEN_RULING · 50 rulings queued) — astro-model family (053-054)
|
|
89
89
|
|
|
90
90
|
| Paper | Content | Key result |
|
|
91
91
|
|---|---|---|
|
|
@@ -146,6 +146,7 @@ Authorized 2026-07-28: autonomous band sessions, ship per session via
|
|
|
146
146
|
| PAPER_051 | arXiv 2024 Cross-Validation | 10/10 PASS mean 92.02; 7.09 family at L13 PLASMA (origin); final parsec via [SCm] drag; Q-048 |
|
|
147
147
|
| PAPER_052 | arXiv 2025 Cross-Validation | CMS Higgs 99.79; Page 26-channel 99.84; 44/44 models; L18-projection reading; Q-049 |
|
|
148
148
|
| PAPER_053 | NGC 2264 Model (astro family opens) | 8/8 re-verified = 052 suite row; EM-dominated regime; SSq/(1+SSq) composed; CLEAN |
|
|
149
|
+
| PAPER_054 | Tadpole Galaxy UGC10214 | 280-kpc tail = 0.4 Ug3 boost + UA wake; Hubble column inverted-vs-z systematic; Q-050 |
|
|
149
150
|
|
|
150
151
|
### Corpus (2,419 files)
|
|
151
152
|
- `whitepapers/` — 2,255 `.md` files + 1 `.bak` — physics source of truth
|
|
@@ -156,7 +157,7 @@ Authorized 2026-07-28: autonomous band sessions, ship per session via
|
|
|
156
157
|
v5.86.0 UNIFIED_REGISTRY R5 baseline). **Registry-clean.**
|
|
157
158
|
- `uqff_calculator.py` — `DISPATCH` grows one paper at a time;
|
|
158
159
|
`calc(paper_id, dataset)` public interface.
|
|
159
|
-
- `uqff_fidelity_tests.py` — 9-block gate (
|
|
160
|
+
- `uqff_fidelity_tests.py` — 9-block gate (407 assertions), locking every
|
|
160
161
|
primitive identity + every wired paper's stated values. Runs on every ship.
|
|
161
162
|
|
|
162
163
|
### Registry pantheon (live, grows per band)
|
|
@@ -233,7 +234,8 @@ Authorized 2026-07-28: autonomous band sessions, ship per session via
|
|
|
233
234
|
| v0.53.0 | Band 1: PAPER_050 — 26D block complete | 54 |
|
|
234
235
|
| v0.54.0 | Band 1: PAPER_051 | 55 |
|
|
235
236
|
| v0.55.0 | Band 1: PAPER_052 | 56 |
|
|
236
|
-
|
|
|
237
|
+
| v0.56.0 | Band 1: PAPER_053 | 57 |
|
|
238
|
+
| **v0.57.0** ← current | Band 1: PAPER_054 | 58 |
|
|
237
239
|
| v0.4.0+ | One band per session (~20-80 papers each) | growing |
|
|
238
240
|
| PAPER_500 milestone | FULL STOP — Daniel's manual review | 500 |
|
|
239
241
|
| 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.57.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.57.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: 58 / 2,255** (10 ✓ · 48 ⚠ OPEN_RULING · 50 rulings queued) — astro-model family (053-054)
|
|
59
59
|
|
|
60
60
|
| Paper | Content | Key result |
|
|
61
61
|
|---|---|---|
|
|
@@ -116,6 +116,7 @@ Authorized 2026-07-28: autonomous band sessions, ship per session via
|
|
|
116
116
|
| PAPER_051 | arXiv 2024 Cross-Validation | 10/10 PASS mean 92.02; 7.09 family at L13 PLASMA (origin); final parsec via [SCm] drag; Q-048 |
|
|
117
117
|
| PAPER_052 | arXiv 2025 Cross-Validation | CMS Higgs 99.79; Page 26-channel 99.84; 44/44 models; L18-projection reading; Q-049 |
|
|
118
118
|
| PAPER_053 | NGC 2264 Model (astro family opens) | 8/8 re-verified = 052 suite row; EM-dominated regime; SSq/(1+SSq) composed; CLEAN |
|
|
119
|
+
| PAPER_054 | Tadpole Galaxy UGC10214 | 280-kpc tail = 0.4 Ug3 boost + UA wake; Hubble column inverted-vs-z systematic; Q-050 |
|
|
119
120
|
|
|
120
121
|
### Corpus (2,419 files)
|
|
121
122
|
- `whitepapers/` — 2,255 `.md` files + 1 `.bak` — physics source of truth
|
|
@@ -126,7 +127,7 @@ Authorized 2026-07-28: autonomous band sessions, ship per session via
|
|
|
126
127
|
v5.86.0 UNIFIED_REGISTRY R5 baseline). **Registry-clean.**
|
|
127
128
|
- `uqff_calculator.py` — `DISPATCH` grows one paper at a time;
|
|
128
129
|
`calc(paper_id, dataset)` public interface.
|
|
129
|
-
- `uqff_fidelity_tests.py` — 9-block gate (
|
|
130
|
+
- `uqff_fidelity_tests.py` — 9-block gate (407 assertions), locking every
|
|
130
131
|
primitive identity + every wired paper's stated values. Runs on every ship.
|
|
131
132
|
|
|
132
133
|
### Registry pantheon (live, grows per band)
|
|
@@ -203,7 +204,8 @@ Authorized 2026-07-28: autonomous band sessions, ship per session via
|
|
|
203
204
|
| v0.53.0 | Band 1: PAPER_050 — 26D block complete | 54 |
|
|
204
205
|
| v0.54.0 | Band 1: PAPER_051 | 55 |
|
|
205
206
|
| v0.55.0 | Band 1: PAPER_052 | 56 |
|
|
206
|
-
|
|
|
207
|
+
| v0.56.0 | Band 1: PAPER_053 | 57 |
|
|
208
|
+
| **v0.57.0** ← current | Band 1: PAPER_054 | 58 |
|
|
207
209
|
| v0.4.0+ | One band per session (~20-80 papers each) | growing |
|
|
208
210
|
| PAPER_500 milestone | FULL STOP — Daniel's manual review | 500 |
|
|
209
211
|
| v1.0.0 | Full whitepaper coverage | 2,255 |
|
|
@@ -930,3 +930,13 @@ Wired 7/2,255 (2 ✓, 5 ⚠). Rulings Q-001..Q-007 open. Next: PAPER_008.
|
|
|
930
930
|
- Campaign: 57/2,255 (10 ✓, 47 ⚠). Next: PAPER_054.
|
|
931
931
|
|
|
932
932
|
---
|
|
933
|
+
|
|
934
|
+
## 2026-07-29 — v0.57.0 — BAND 1: PAPER_054
|
|
935
|
+
|
|
936
|
+
- PAPER_054 wired (⚠ Q-050): Tadpole Galaxy. Tail chain verified;
|
|
937
|
+
g_compressed reframed as universal normalization; the Hubble-factor
|
|
938
|
+
inversion found SYSTEMATIC across the suite (Q-048b upgraded).
|
|
939
|
+
- Gate 407/0. Registry 172 rows / 332 edges / 58 ledgers.
|
|
940
|
+
- Campaign: 58/2,255 (10 ✓, 48 ⚠). Next: PAPER_055.
|
|
941
|
+
|
|
942
|
+
---
|
|
@@ -11,9 +11,9 @@
|
|
|
11
11
|
## Summary
|
|
12
12
|
|
|
13
13
|
- **Total papers:** 2255
|
|
14
|
-
- **Wired:**
|
|
14
|
+
- **Wired:** 58 (10 ✓, 48 ⚠ OPEN_RULING)
|
|
15
15
|
- **OPEN targets:** 0
|
|
16
|
-
- **Not yet touched:**
|
|
16
|
+
- **Not yet touched:** 2197
|
|
17
17
|
|
|
18
18
|
---
|
|
19
19
|
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
| ⚠ | PAPER_051 | UQFF Predictions vs arXiv 2024 |
|
|
88
88
|
| ⚠ | PAPER_052 | UQFF Predictions vs arXiv 2025 |
|
|
89
89
|
| ✓ | PAPER_053 | NGC2264 Star Formation UQFF |
|
|
90
|
-
|
|
|
90
|
+
| ⚠ | PAPER_054 | Tadpole Galaxy UGC10214 UQFF |
|
|
91
91
|
| ⬜ | PAPER_055 | Mice Galaxies NGC4676 UQFF |
|
|
92
92
|
| ⬜ | PAPER_056 | Red Spider Nebula UQFF |
|
|
93
93
|
| ⬜ | PAPER_057 | Carina Nebula Multi Scale UQFF |
|
|
@@ -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.57.0"
|
|
8
|
+
description = "UQFF Star-Magic-Program v0.57.0: PAPER_054 wired (Tadpole Galaxy: 280-kpc tail = Ug3 torque boost 0.4 + [UA] wake asymmetry, no tuned CDM geometry; g_compressed identified as universal normalization; Hubble-factor column found INVERTED vs redshift - Q-048b upgraded to systematic). Q-050 queued. Wired 58/2255, gate 407/0. Registry 172 rows / 332 edges / 58 ledgers."
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
authors = [
|
|
11
11
|
{ name = "Daniel T. Murphy", email = "daniel.murphy00@enrgyone.com" }
|
{star_magic_program-0.56.0 → star_magic_program-0.57.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.57.0
|
|
4
|
+
Summary: UQFF Star-Magic-Program v0.57.0: PAPER_054 wired (Tadpole Galaxy: 280-kpc tail = Ug3 torque boost 0.4 + [UA] wake asymmetry, no tuned CDM geometry; g_compressed identified as universal normalization; Hubble-factor column found INVERTED vs redshift - Q-048b upgraded to systematic). Q-050 queued. Wired 58/2255, gate 407/0. Registry 172 rows / 332 edges / 58 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.57.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.57.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: 58 / 2,255** (10 ✓ · 48 ⚠ OPEN_RULING · 50 rulings queued) — astro-model family (053-054)
|
|
89
89
|
|
|
90
90
|
| Paper | Content | Key result |
|
|
91
91
|
|---|---|---|
|
|
@@ -146,6 +146,7 @@ Authorized 2026-07-28: autonomous band sessions, ship per session via
|
|
|
146
146
|
| PAPER_051 | arXiv 2024 Cross-Validation | 10/10 PASS mean 92.02; 7.09 family at L13 PLASMA (origin); final parsec via [SCm] drag; Q-048 |
|
|
147
147
|
| PAPER_052 | arXiv 2025 Cross-Validation | CMS Higgs 99.79; Page 26-channel 99.84; 44/44 models; L18-projection reading; Q-049 |
|
|
148
148
|
| PAPER_053 | NGC 2264 Model (astro family opens) | 8/8 re-verified = 052 suite row; EM-dominated regime; SSq/(1+SSq) composed; CLEAN |
|
|
149
|
+
| PAPER_054 | Tadpole Galaxy UGC10214 | 280-kpc tail = 0.4 Ug3 boost + UA wake; Hubble column inverted-vs-z systematic; Q-050 |
|
|
149
150
|
|
|
150
151
|
### Corpus (2,419 files)
|
|
151
152
|
- `whitepapers/` — 2,255 `.md` files + 1 `.bak` — physics source of truth
|
|
@@ -156,7 +157,7 @@ Authorized 2026-07-28: autonomous band sessions, ship per session via
|
|
|
156
157
|
v5.86.0 UNIFIED_REGISTRY R5 baseline). **Registry-clean.**
|
|
157
158
|
- `uqff_calculator.py` — `DISPATCH` grows one paper at a time;
|
|
158
159
|
`calc(paper_id, dataset)` public interface.
|
|
159
|
-
- `uqff_fidelity_tests.py` — 9-block gate (
|
|
160
|
+
- `uqff_fidelity_tests.py` — 9-block gate (407 assertions), locking every
|
|
160
161
|
primitive identity + every wired paper's stated values. Runs on every ship.
|
|
161
162
|
|
|
162
163
|
### Registry pantheon (live, grows per band)
|
|
@@ -233,7 +234,8 @@ Authorized 2026-07-28: autonomous band sessions, ship per session via
|
|
|
233
234
|
| v0.53.0 | Band 1: PAPER_050 — 26D block complete | 54 |
|
|
234
235
|
| v0.54.0 | Band 1: PAPER_051 | 55 |
|
|
235
236
|
| v0.55.0 | Band 1: PAPER_052 | 56 |
|
|
236
|
-
|
|
|
237
|
+
| v0.56.0 | Band 1: PAPER_053 | 57 |
|
|
238
|
+
| **v0.57.0** ← current | Band 1: PAPER_054 | 58 |
|
|
237
239
|
| v0.4.0+ | One band per session (~20-80 papers each) | growing |
|
|
238
240
|
| PAPER_500 milestone | FULL STOP — Daniel's manual review | 500 |
|
|
239
241
|
| v1.0.0 | Full whitepaper coverage | 2,255 |
|
|
@@ -57,7 +57,7 @@ from uqff_registry_primitives import (
|
|
|
57
57
|
DELTA_M2_21_EV2, DELTA_M2_32_EV2,
|
|
58
58
|
)
|
|
59
59
|
|
|
60
|
-
VERSION = "0.
|
|
60
|
+
VERSION = "0.57.0"
|
|
61
61
|
|
|
62
62
|
# =============================================================================
|
|
63
63
|
# DISPATCH TABLE — grown one whitepaper at a time.
|
|
@@ -2848,3 +2848,49 @@ def _paper_053(dataset):
|
|
|
2848
2848
|
'residual_pct': abs(ratios['r_amplitude'] - 0.9980) * 100,
|
|
2849
2849
|
'status': 'WIRED',
|
|
2850
2850
|
}
|
|
2851
|
+
|
|
2852
|
+
|
|
2853
|
+
@_register('PAPER_054')
|
|
2854
|
+
def _paper_054(dataset):
|
|
2855
|
+
"""UGC 10214 Tadpole Galaxy: UQFF Tidal Analysis (Session 0).
|
|
2856
|
+
|
|
2857
|
+
Model paper 2 of the family (4/4 PASS, matches 052 suite row).
|
|
2858
|
+
280-kpc tidal tail via TWO UQFF mechanisms: Ug3 string-rotation
|
|
2859
|
+
torque (extends beyond tidal radius) + [UA] wake drag asymmetry
|
|
2860
|
+
(one-sided tadpole morphology without tuned CDM geometry).
|
|
2861
|
+
Tail-length chain: 200 kpc bare -> 280 kpc with Ug3 boost
|
|
2862
|
+
(boost factor 0.4). Paper itself notes g_compressed = 1.0533e-2
|
|
2863
|
+
is IDENTICAL across systems - a universal normalization, with
|
|
2864
|
+
g_grav carrying the system-specific physics (registry-framed).
|
|
2865
|
+
Q-050: (a) SYSTEMATIC - Hubble factor 1.0002 at z = 0.0312 here
|
|
2866
|
+
vs 1.7154 at z ~ 0.002 (NGC2841): the Hubble column is INVERTED
|
|
2867
|
+
vs redshift (Q-048b upgraded from outlier to systematic);
|
|
2868
|
+
(b) "9.3x lower than NGC2264" vs computed 7.55x; (c) total mass
|
|
2869
|
+
"10 M?" exponent mojibake (1e11 Msun implied by context).
|
|
2870
|
+
"""
|
|
2871
|
+
ug3_boost = 280.0 / 200.0 - 1.0 # 0.4
|
|
2872
|
+
return {
|
|
2873
|
+
'value': {
|
|
2874
|
+
'system': 'UGC 10214 (Tadpole, Arp 188)',
|
|
2875
|
+
'distance_mpc': 420.0,
|
|
2876
|
+
'z': 0.0312,
|
|
2877
|
+
'g_grav': 7.8551e-12,
|
|
2878
|
+
'hubble_factor': 1.0002, # Q-050a systematic
|
|
2879
|
+
'g_compressed': 1.0533e-2, # universal normalization
|
|
2880
|
+
'r_amplitude': 1.1586e-2,
|
|
2881
|
+
'tail_kpc': 280.0,
|
|
2882
|
+
'tail_bare_kpc': 200.0,
|
|
2883
|
+
'ug3_boost': ug3_boost, # 0.4
|
|
2884
|
+
'companion_kpc': 55.0,
|
|
2885
|
+
'mechanisms': ('Ug3 string-rotation torque', '[UA] wake drag asymmetry'),
|
|
2886
|
+
'cdm_contrast': 'longer tails without tuned halo-collision geometry',
|
|
2887
|
+
'score': (4, 4),
|
|
2888
|
+
'ngc2264_ratio_claimed': 9.3, # Q-050b vs computed 7.55
|
|
2889
|
+
'ngc2264_ratio_computed': 5.9336e-11 / 7.8551e-12,
|
|
2890
|
+
},
|
|
2891
|
+
'formula': ('L_tail = v_enc*t_peri*(1 + Ug3/Ug1_tidal); '
|
|
2892
|
+
'Ug3 = M*omega_string*r*t*exp(-kappa*t)'),
|
|
2893
|
+
'source': 'PAPER_054',
|
|
2894
|
+
'residual_pct': abs(ug3_boost - 0.4) / 0.4 * 100,
|
|
2895
|
+
'status': 'OPEN_RULING',
|
|
2896
|
+
}
|
|
@@ -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.57.0", "uqff_calculator.VERSION = 0.57.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")
|
|
@@ -920,6 +920,19 @@ assert_that(_r053['score'] == (8, 8) and _r053['em_dominance'] >= 0.99,
|
|
|
920
920
|
"PAPER_053: 8/8 PASS, EM-dominated regime confirmed")
|
|
921
921
|
assert_that(C.wired_count() >= 57, "wired_count >= 57")
|
|
922
922
|
|
|
923
|
+
_r054 = C.calc('PAPER_054')['value']
|
|
924
|
+
assert_that(abs(_r054['ug3_boost'] - 0.4) < 1e-12,
|
|
925
|
+
"PAPER_054: Ug3 tail boost = 280/200 - 1 = 0.4 (chain verified)")
|
|
926
|
+
assert_that(abs(_r054['g_compressed'] - 1.0533e-2) < 1e-12,
|
|
927
|
+
"PAPER_054: g_compressed universal normalization (matches suite)")
|
|
928
|
+
assert_that(_r054['score'] == (4, 4),
|
|
929
|
+
"PAPER_054: 4/4 PASS matches 052 suite row")
|
|
930
|
+
assert_that(abs(_r054['ngc2264_ratio_computed'] - 7.55) < 0.05,
|
|
931
|
+
"PAPER_054: NGC2264/UGC10214 g ratio computed 7.55 (paper claims 9.3 - Q-050b)")
|
|
932
|
+
assert_that(_r054['hubble_factor'] < 1.01 and _r054['z'] > 0.03,
|
|
933
|
+
"PAPER_054: Hubble 1.0002 at z = 0.0312 - inverted vs NGC2841 (Q-050a systematic)")
|
|
934
|
+
assert_that(C.wired_count() >= 58, "wired_count >= 58")
|
|
935
|
+
|
|
923
936
|
# =============================================================================
|
|
924
937
|
# REPORT
|
|
925
938
|
# =============================================================================
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{star_magic_program-0.56.0 → star_magic_program-0.57.0}/star_magic_program.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{star_magic_program-0.56.0 → star_magic_program-0.57.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
|