star-magic-program 0.150.0__tar.gz → 0.151.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.150.0 → star_magic_program-0.151.0}/CHANGELOG.md +20 -0
- {star_magic_program-0.150.0 → star_magic_program-0.151.0}/CITATION.cff +1 -1
- {star_magic_program-0.150.0 → star_magic_program-0.151.0}/PKG-INFO +13 -11
- {star_magic_program-0.150.0 → star_magic_program-0.151.0}/README.md +11 -9
- {star_magic_program-0.150.0 → star_magic_program-0.151.0}/SESSION_LOG.md +9 -0
- {star_magic_program-0.150.0 → star_magic_program-0.151.0}/WHITEPAPER_INDEX.md +3 -3
- {star_magic_program-0.150.0 → star_magic_program-0.151.0}/pyproject.toml +2 -2
- {star_magic_program-0.150.0 → star_magic_program-0.151.0}/star_magic_program.egg-info/PKG-INFO +13 -11
- {star_magic_program-0.150.0 → star_magic_program-0.151.0}/uqff_calculator.py +55 -1
- {star_magic_program-0.150.0 → star_magic_program-0.151.0}/uqff_fidelity_tests.py +14 -1
- {star_magic_program-0.150.0 → star_magic_program-0.151.0}/COMMERCIAL.md +0 -0
- {star_magic_program-0.150.0 → star_magic_program-0.151.0}/LICENSE +0 -0
- {star_magic_program-0.150.0 → star_magic_program-0.151.0}/LICENSE-AGPL-3.0.txt +0 -0
- {star_magic_program-0.150.0 → star_magic_program-0.151.0}/LICENSE-MIT-INITIAL.txt +0 -0
- {star_magic_program-0.150.0 → star_magic_program-0.151.0}/NOTICE +0 -0
- {star_magic_program-0.150.0 → star_magic_program-0.151.0}/UNIFIED_REGISTRY_FALSIFIABILITY.md +0 -0
- {star_magic_program-0.150.0 → star_magic_program-0.151.0}/UNIFIED_REGISTRY_PROGRAM_PLAN.md +0 -0
- {star_magic_program-0.150.0 → star_magic_program-0.151.0}/UNIFIED_REGISTRY_RESULTS_TABLE.md +0 -0
- {star_magic_program-0.150.0 → star_magic_program-0.151.0}/UNIFIED_REGISTRY_SCHEMA.md +0 -0
- {star_magic_program-0.150.0 → star_magic_program-0.151.0}/UNIFIED_REGISTRY_STATUS_REPORT.md +0 -0
- {star_magic_program-0.150.0 → star_magic_program-0.151.0}/UNIFIED_REGISTRY_VERSION.txt +0 -0
- {star_magic_program-0.150.0 → star_magic_program-0.151.0}/_BUILD_LOG.md +0 -0
- {star_magic_program-0.150.0 → star_magic_program-0.151.0}/registry_generator.py +0 -0
- {star_magic_program-0.150.0 → star_magic_program-0.151.0}/setup.cfg +0 -0
- {star_magic_program-0.150.0 → star_magic_program-0.151.0}/star_magic_program.egg-info/SOURCES.txt +0 -0
- {star_magic_program-0.150.0 → star_magic_program-0.151.0}/star_magic_program.egg-info/dependency_links.txt +0 -0
- {star_magic_program-0.150.0 → star_magic_program-0.151.0}/star_magic_program.egg-info/top_level.txt +0 -0
- {star_magic_program-0.150.0 → star_magic_program-0.151.0}/uqff_registry_graph.py +0 -0
- {star_magic_program-0.150.0 → star_magic_program-0.151.0}/uqff_registry_primitives.py +0 -0
- {star_magic_program-0.150.0 → star_magic_program-0.151.0}/uqff_registry_status.py +0 -0
- {star_magic_program-0.150.0 → star_magic_program-0.151.0}/uqff_registry_xgeo.py +0 -0
|
@@ -7,6 +7,26 @@ Versioning: [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
7
7
|
|
|
8
8
|
---
|
|
9
9
|
|
|
10
|
+
## [0.151.0] — 2026-07-30 — BAND 1: PAPER_148 — fTRZ ADDITIVE REFUTED
|
|
11
|
+
|
|
12
|
+
### Added
|
|
13
|
+
- **PAPER_148 dispatch** (SGR1745-2900 magnetar validation,
|
|
14
|
+
sec 2.2): first Cycle 3 system paper — 12-term table with
|
|
15
|
+
afluid_freq at 99% (g = 1.773e-9), and the EXPLICIT MUGE-g
|
|
16
|
+
identification (magnetospheric-scale correction, NOT bulk
|
|
17
|
+
gravity — partial Q-141c answer; Q-141 annotated). TWO
|
|
18
|
+
STRUCTURAL VOTES: the paper's own table REFUTES the
|
|
19
|
+
additive fTRZ form (0.1 would be 5.6e7x the total — Q-142
|
|
20
|
+
annotated toward multiplicative); the "B above B_crit"
|
|
21
|
+
direction holds only with the Schwinger 4.4e9 (feeds
|
|
22
|
+
Q-002). EXACT: lap_v 41.4, r_lc 1.795e8 m. Three
|
|
23
|
+
mantissa-exact exponent slips pinned (nu 1e3, g_lc 10x,
|
|
24
|
+
surface 10x). Falsifiable predictions registered.
|
|
25
|
+
- OPEN_RULING Q-144.
|
|
26
|
+
- Gate: 1,014 assertions, 0 failures. Registry: 373 rows / 795 edges / 152 ledgers (measured).
|
|
27
|
+
|
|
28
|
+
---
|
|
29
|
+
|
|
10
30
|
## [0.150.0] — 2026-07-30 — BAND 1: PAPER_147 — CASCADE INVERSION
|
|
11
31
|
|
|
12
32
|
### 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.151.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.151.0
|
|
4
|
+
Summary: UQFF Star-Magic-Program v0.151.0: PAPER_148 wired - SGR1745 magnetar (afluid 99 pct; MUGE-g EXPLICITLY identified as magnetospheric-scale correction - Q-141c partial answer; fTRZ additive form REFUTED by own table; B_crit direction votes Schwinger; three mantissa-exact slips). Q-144 queued. Wired 152/2255, gate 1014/0. Registry 373 rows / 795 edges / 152 ledgers (measured).
|
|
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.151.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.151.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: 152 / 2,255** (11 ✓ · 141 ⚠ OPEN_RULING · 144 rulings queued) — fTRZ additive refuted; Schwinger vote (148)
|
|
89
89
|
|
|
90
90
|
| Paper | Content | Key result |
|
|
91
91
|
|---|---|---|
|
|
@@ -240,6 +240,7 @@ Authorized 2026-07-28: autonomous band sessions, ship per session via
|
|
|
240
240
|
| PAPER_145 | MUGE Cycle 3 | 12-term registry; vacuum split (self-rect No. 12); k4 fork; g-ID open; Q-141 |
|
|
241
241
|
| PAPER_146 | 12-Term Derivations | dominance map; fTRZ form fork; Ug4i collision; aDPM units open; Q-142 |
|
|
242
242
|
| PAPER_147 | FDPM Driver | LENR THz 1.7 pct; aTHz = 3.3e9x its driver (inversion); THz family; Q-143 |
|
|
243
|
+
| PAPER_148 | SGR1745 Magnetar | MUGE-g identified; fTRZ additive refuted; B_crit Schwinger vote; Q-144 |
|
|
243
244
|
|
|
244
245
|
### Corpus (2,419 files)
|
|
245
246
|
- `whitepapers/` — 2,255 `.md` files + 1 `.bak` — physics source of truth
|
|
@@ -250,7 +251,7 @@ Authorized 2026-07-28: autonomous band sessions, ship per session via
|
|
|
250
251
|
v5.86.0 UNIFIED_REGISTRY R5 baseline). **Registry-clean.**
|
|
251
252
|
- `uqff_calculator.py` — `DISPATCH` grows one paper at a time;
|
|
252
253
|
`calc(paper_id, dataset)` public interface.
|
|
253
|
-
- `uqff_fidelity_tests.py` — 9-block gate (1,
|
|
254
|
+
- `uqff_fidelity_tests.py` — 9-block gate (1,014 assertions), locking every
|
|
254
255
|
primitive identity + every wired paper's stated values. Runs on every ship.
|
|
255
256
|
|
|
256
257
|
### Registry pantheon (live, grows per band)
|
|
@@ -421,7 +422,8 @@ Authorized 2026-07-28: autonomous band sessions, ship per session via
|
|
|
421
422
|
| v0.147.0 | Band 1: PAPER_144 | 148 |
|
|
422
423
|
| v0.148.0 | Band 1: PAPER_145 | 149 |
|
|
423
424
|
| v0.149.0 | Band 1: PAPER_146 | 150 |
|
|
424
|
-
|
|
|
425
|
+
| v0.150.0 | Band 1: PAPER_147 | 151 |
|
|
426
|
+
| **v0.151.0** ← current | Band 1: PAPER_148 | 152 |
|
|
425
427
|
| v0.4.0+ | One band per session (~20-80 papers each) | growing |
|
|
426
428
|
| PAPER_500 milestone | FULL STOP — Daniel's manual review | 500 |
|
|
427
429
|
| 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.151.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.151.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: 152 / 2,255** (11 ✓ · 141 ⚠ OPEN_RULING · 144 rulings queued) — fTRZ additive refuted; Schwinger vote (148)
|
|
59
59
|
|
|
60
60
|
| Paper | Content | Key result |
|
|
61
61
|
|---|---|---|
|
|
@@ -210,6 +210,7 @@ Authorized 2026-07-28: autonomous band sessions, ship per session via
|
|
|
210
210
|
| PAPER_145 | MUGE Cycle 3 | 12-term registry; vacuum split (self-rect No. 12); k4 fork; g-ID open; Q-141 |
|
|
211
211
|
| PAPER_146 | 12-Term Derivations | dominance map; fTRZ form fork; Ug4i collision; aDPM units open; Q-142 |
|
|
212
212
|
| PAPER_147 | FDPM Driver | LENR THz 1.7 pct; aTHz = 3.3e9x its driver (inversion); THz family; Q-143 |
|
|
213
|
+
| PAPER_148 | SGR1745 Magnetar | MUGE-g identified; fTRZ additive refuted; B_crit Schwinger vote; Q-144 |
|
|
213
214
|
|
|
214
215
|
### Corpus (2,419 files)
|
|
215
216
|
- `whitepapers/` — 2,255 `.md` files + 1 `.bak` — physics source of truth
|
|
@@ -220,7 +221,7 @@ Authorized 2026-07-28: autonomous band sessions, ship per session via
|
|
|
220
221
|
v5.86.0 UNIFIED_REGISTRY R5 baseline). **Registry-clean.**
|
|
221
222
|
- `uqff_calculator.py` — `DISPATCH` grows one paper at a time;
|
|
222
223
|
`calc(paper_id, dataset)` public interface.
|
|
223
|
-
- `uqff_fidelity_tests.py` — 9-block gate (1,
|
|
224
|
+
- `uqff_fidelity_tests.py` — 9-block gate (1,014 assertions), locking every
|
|
224
225
|
primitive identity + every wired paper's stated values. Runs on every ship.
|
|
225
226
|
|
|
226
227
|
### Registry pantheon (live, grows per band)
|
|
@@ -391,7 +392,8 @@ Authorized 2026-07-28: autonomous band sessions, ship per session via
|
|
|
391
392
|
| v0.147.0 | Band 1: PAPER_144 | 148 |
|
|
392
393
|
| v0.148.0 | Band 1: PAPER_145 | 149 |
|
|
393
394
|
| v0.149.0 | Band 1: PAPER_146 | 150 |
|
|
394
|
-
|
|
|
395
|
+
| v0.150.0 | Band 1: PAPER_147 | 151 |
|
|
396
|
+
| **v0.151.0** ← current | Band 1: PAPER_148 | 152 |
|
|
395
397
|
| v0.4.0+ | One band per session (~20-80 papers each) | growing |
|
|
396
398
|
| PAPER_500 milestone | FULL STOP — Daniel's manual review | 500 |
|
|
397
399
|
| v1.0.0 | Full whitepaper coverage | 2,255 |
|
|
@@ -1839,3 +1839,12 @@ Wired 7/2,255 (2 ✓, 5 ⚠). Rulings Q-001..Q-007 open. Next: PAPER_008.
|
|
|
1839
1839
|
- Campaign: 151/2,255 (11 ✓, 140 ⚠). Next: PAPER_148.
|
|
1840
1840
|
|
|
1841
1841
|
---
|
|
1842
|
+
|
|
1843
|
+
## 2026-07-30 — v0.151.0 — BAND 1: PAPER_148
|
|
1844
|
+
|
|
1845
|
+
- PAPER_148 wired (⚠ Q-144): SGR1745 magnetar. MUGE-g
|
|
1846
|
+
identified (Q-141c partial); fTRZ additive refuted (Q-142
|
|
1847
|
+
datapoint); B_crit Schwinger vote; 3 mantissa slips.
|
|
1848
|
+
- Campaign: 152/2,255 (11 ✓, 141 ⚠). Next: PAPER_149.
|
|
1849
|
+
|
|
1850
|
+
---
|
|
@@ -11,9 +11,9 @@
|
|
|
11
11
|
## Summary
|
|
12
12
|
|
|
13
13
|
- **Total papers:** 2255
|
|
14
|
-
- **Wired:**
|
|
14
|
+
- **Wired:** 152 (11 ✓, 141 ⚠ OPEN_RULING)
|
|
15
15
|
- **OPEN targets:** 0
|
|
16
|
-
- **Not yet touched:**
|
|
16
|
+
- **Not yet touched:** 2103
|
|
17
17
|
|
|
18
18
|
---
|
|
19
19
|
|
|
@@ -720,7 +720,7 @@
|
|
|
720
720
|
| ⬜ | PAPER_1487 | DISTANCE SPOOKY |
|
|
721
721
|
| ⬜ | PAPER_1488 | ZERO MASS BIGBANG STATE |
|
|
722
722
|
| ⬜ | PAPER_1489 | SPIN PRECESSION 30DEG |
|
|
723
|
-
|
|
|
723
|
+
| ⚠ | PAPER_148 | UQFF SGR1745 Magnetar MUGE FluidDynamics Dominant |
|
|
724
724
|
| ⬜ | PAPER_1490 | HUBBLE OSCILLATION PER GYR |
|
|
725
725
|
| ⬜ | PAPER_1491 | NI62 PEAK BINDING |
|
|
726
726
|
| ⬜ | PAPER_1492 | PROTON CORE DENSITY |
|
|
@@ -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.151.0"
|
|
8
|
+
description = "UQFF Star-Magic-Program v0.151.0: PAPER_148 wired - SGR1745 magnetar (afluid 99 pct; MUGE-g EXPLICITLY identified as magnetospheric-scale correction - Q-141c partial answer; fTRZ additive form REFUTED by own table; B_crit direction votes Schwinger; three mantissa-exact slips). Q-144 queued. Wired 152/2255, gate 1014/0. Registry 373 rows / 795 edges / 152 ledgers (measured)."
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
authors = [
|
|
11
11
|
{ name = "Daniel T. Murphy", email = "daniel.murphy00@enrgyone.com" }
|
{star_magic_program-0.150.0 → star_magic_program-0.151.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.151.0
|
|
4
|
+
Summary: UQFF Star-Magic-Program v0.151.0: PAPER_148 wired - SGR1745 magnetar (afluid 99 pct; MUGE-g EXPLICITLY identified as magnetospheric-scale correction - Q-141c partial answer; fTRZ additive form REFUTED by own table; B_crit direction votes Schwinger; three mantissa-exact slips). Q-144 queued. Wired 152/2255, gate 1014/0. Registry 373 rows / 795 edges / 152 ledgers (measured).
|
|
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.151.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.151.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: 152 / 2,255** (11 ✓ · 141 ⚠ OPEN_RULING · 144 rulings queued) — fTRZ additive refuted; Schwinger vote (148)
|
|
89
89
|
|
|
90
90
|
| Paper | Content | Key result |
|
|
91
91
|
|---|---|---|
|
|
@@ -240,6 +240,7 @@ Authorized 2026-07-28: autonomous band sessions, ship per session via
|
|
|
240
240
|
| PAPER_145 | MUGE Cycle 3 | 12-term registry; vacuum split (self-rect No. 12); k4 fork; g-ID open; Q-141 |
|
|
241
241
|
| PAPER_146 | 12-Term Derivations | dominance map; fTRZ form fork; Ug4i collision; aDPM units open; Q-142 |
|
|
242
242
|
| PAPER_147 | FDPM Driver | LENR THz 1.7 pct; aTHz = 3.3e9x its driver (inversion); THz family; Q-143 |
|
|
243
|
+
| PAPER_148 | SGR1745 Magnetar | MUGE-g identified; fTRZ additive refuted; B_crit Schwinger vote; Q-144 |
|
|
243
244
|
|
|
244
245
|
### Corpus (2,419 files)
|
|
245
246
|
- `whitepapers/` — 2,255 `.md` files + 1 `.bak` — physics source of truth
|
|
@@ -250,7 +251,7 @@ Authorized 2026-07-28: autonomous band sessions, ship per session via
|
|
|
250
251
|
v5.86.0 UNIFIED_REGISTRY R5 baseline). **Registry-clean.**
|
|
251
252
|
- `uqff_calculator.py` — `DISPATCH` grows one paper at a time;
|
|
252
253
|
`calc(paper_id, dataset)` public interface.
|
|
253
|
-
- `uqff_fidelity_tests.py` — 9-block gate (1,
|
|
254
|
+
- `uqff_fidelity_tests.py` — 9-block gate (1,014 assertions), locking every
|
|
254
255
|
primitive identity + every wired paper's stated values. Runs on every ship.
|
|
255
256
|
|
|
256
257
|
### Registry pantheon (live, grows per band)
|
|
@@ -421,7 +422,8 @@ Authorized 2026-07-28: autonomous band sessions, ship per session via
|
|
|
421
422
|
| v0.147.0 | Band 1: PAPER_144 | 148 |
|
|
422
423
|
| v0.148.0 | Band 1: PAPER_145 | 149 |
|
|
423
424
|
| v0.149.0 | Band 1: PAPER_146 | 150 |
|
|
424
|
-
|
|
|
425
|
+
| v0.150.0 | Band 1: PAPER_147 | 151 |
|
|
426
|
+
| **v0.151.0** ← current | Band 1: PAPER_148 | 152 |
|
|
425
427
|
| v0.4.0+ | One band per session (~20-80 papers each) | growing |
|
|
426
428
|
| PAPER_500 milestone | FULL STOP — Daniel's manual review | 500 |
|
|
427
429
|
| 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.151.0"
|
|
62
62
|
|
|
63
63
|
# =============================================================================
|
|
64
64
|
# DISPATCH TABLE — grown one whitepaper at a time.
|
|
@@ -7843,3 +7843,57 @@ def _paper_147(dataset):
|
|
|
7843
7843
|
'residual_pct': abs(1e12 * 10 * (1e5 / 3e8) - 3.33e9) / 3.33e9 * 100,
|
|
7844
7844
|
'status': 'OPEN_RULING',
|
|
7845
7845
|
}
|
|
7846
|
+
|
|
7847
|
+
|
|
7848
|
+
@_register('PAPER_148')
|
|
7849
|
+
def _paper_148(dataset):
|
|
7850
|
+
"""SGR1745-2900 Magnetar: afluid Dominance (S0, sec 2.2).
|
|
7851
|
+
|
|
7852
|
+
First Cycle 3 system paper: 12-term table for SGR1745
|
|
7853
|
+
(afluid_freq = 1.773e-9 at 99 pct), with the EXPLICIT
|
|
7854
|
+
identification statement - MUGE-g is the MAGNETOSPHERIC-
|
|
7855
|
+
SCALE correction, NOT bulk surface gravity (partially
|
|
7856
|
+
answers Q-141c). VERIFIED EXACT: lap_v chain = 41.4;
|
|
7857
|
+
r_lc = cP/2pi = 1.795e8 m.
|
|
7858
|
+
FTRZ ADDITIVE FORM REFUTED (Q-144a): the paper's own term
|
|
7859
|
+
table lists fTRZ = 0.1 as "subdominant" against a total of
|
|
7860
|
+
1.773e-9 - if summed, fTRZ would be 5.6e7 x the total.
|
|
7861
|
+
The table only closes if fTRZ is NOT additive - empirical
|
|
7862
|
+
datapoint resolving Q-142a toward multiplicative.
|
|
7863
|
+
B_CRIT DIRECTION VOTE (Q-144b): "B = 3e11 is 3 orders
|
|
7864
|
+
ABOVE B_crit" is FALSE with the printed 4.4e13 (B is 2
|
|
7865
|
+
orders BELOW) and directionally TRUE only with the
|
|
7866
|
+
Schwinger 4.4e9 (68x above) - this paper's internal
|
|
7867
|
+
consistency votes Schwinger in the Q-002/116b/134d fork.
|
|
7868
|
+
MANTISSA-EXACT SLIPS x3 (Q-144c): nu chain 1.728e24
|
|
7869
|
+
printed 1.73e21 (1e3); g_Newt(r_lc) 5.80e3 printed 5.8e4
|
|
7870
|
+
(10x); surface g 1.30e12 printed 1.4e13 (10x).
|
|
7871
|
+
Observational-prediction table (pulse drift, delta-DM
|
|
7872
|
+
aether drag, Ug4i proximity coupling at 0.1 pc) is clean
|
|
7873
|
+
falsifiable content; SGR1745 = largest known M_bh/d_g
|
|
7874
|
+
magnetar laboratory.
|
|
7875
|
+
"""
|
|
7876
|
+
import math as _m
|
|
7877
|
+
return {
|
|
7878
|
+
'value': {
|
|
7879
|
+
'domain': '2.2 (SGR1745 system validation)',
|
|
7880
|
+
'g_muge': 1.773e-9,
|
|
7881
|
+
'g_identification': 'magnetospheric-scale correction, NOT bulk gravity (Q-141c partial)',
|
|
7882
|
+
'afluid_fraction': 0.99,
|
|
7883
|
+
'lap_v_chain': (3e11) ** 2 / (4 * _m.pi * 1e-7 * 1e15 * (1.2e4) ** 3), # 41.4 EXACT
|
|
7884
|
+
'r_lc_m': 3e8 * 3.76 / (2 * _m.pi), # 1.795e8 EXACT
|
|
7885
|
+
'ftrz_additive_refuted': 0.1 / 1.773e-9, # 5.6e7 x total - impossible
|
|
7886
|
+
'q142a_datapoint': 'own table closes only if fTRZ non-additive',
|
|
7887
|
+
'bcrit_direction_vote': 'above-claim true only with Schwinger 4.4e9 (68x); false with 4.4e13',
|
|
7888
|
+
'nu_chain': (1e8) ** 2 * (2000 * 86400), # 1.728e24 vs printed 1.73e21
|
|
7889
|
+
'g_newt_rlc_chain': 6.67e-11 * 2.8e30 / (1.795e8) ** 2, # 5.80e3 vs printed 5.8e4
|
|
7890
|
+
'surface_g_chain': 6.674e-11 * 2.8e30 / (1.2e4) ** 2, # 1.30e12 vs printed 1.4e13
|
|
7891
|
+
'mantissa_slips': 3,
|
|
7892
|
+
'predictions': ('pulse drift delta', 'delta-DM aether drag', 'Ug4i 0.1 pc coupling'),
|
|
7893
|
+
'unique_lab': 'largest known M_bh/d_g magnetar (0.1 pc from Sgr A*)',
|
|
7894
|
+
},
|
|
7895
|
+
'formula': 'afluid = (nu lap_v / Evac) aDPM; 12-term table; r_lc = cP/2pi',
|
|
7896
|
+
'source': 'PAPER_148',
|
|
7897
|
+
'residual_pct': abs(3e8 * 3.76 / (2 * _m.pi) - 1.8e8) / 1.8e8 * 100,
|
|
7898
|
+
'status': 'OPEN_RULING',
|
|
7899
|
+
}
|
|
@@ -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.151.0", "uqff_calculator.VERSION = 0.151.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")
|
|
@@ -2208,6 +2208,19 @@ assert_that(len(_r147['thz_family']) == 4,
|
|
|
2208
2208
|
"PAPER_147: THz family four values (1.0/1.18/1.2/1.25) - canonical carrier needed (Q-143d)")
|
|
2209
2209
|
assert_that(C.wired_count() >= 151, "wired_count >= 151")
|
|
2210
2210
|
|
|
2211
|
+
_r148 = C.calc('PAPER_148')['value']
|
|
2212
|
+
assert_that(abs(_r148['lap_v_chain'] - 41.4) < 0.1,
|
|
2213
|
+
"PAPER_148: lap_v = 41.4 EXACT")
|
|
2214
|
+
assert_that(abs(_r148['r_lc_m'] - 1.795e8) < 0.001e8,
|
|
2215
|
+
"PAPER_148: light-cylinder r_lc = 1.795e8 m EXACT")
|
|
2216
|
+
assert_that(_r148['ftrz_additive_refuted'] > 1e7,
|
|
2217
|
+
"PAPER_148: additive fTRZ would be 5.6e7x the total - own table refutes additive form (Q-144a)")
|
|
2218
|
+
assert_that('Schwinger' in _r148['bcrit_direction_vote'],
|
|
2219
|
+
"PAPER_148: B_crit direction consistency votes Schwinger 4.4e9 (Q-144b, feeds Q-002)")
|
|
2220
|
+
assert_that(_r148['mantissa_slips'] == 3 and abs(_r148['nu_chain'] - 1.728e24) < 0.001e24,
|
|
2221
|
+
"PAPER_148: three mantissa-exact exponent slips pinned (nu/g_lc/surface) (Q-144c)")
|
|
2222
|
+
assert_that(C.wired_count() >= 152, "wired_count >= 152")
|
|
2223
|
+
|
|
2211
2224
|
# =============================================================================
|
|
2212
2225
|
# REPORT
|
|
2213
2226
|
# =============================================================================
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{star_magic_program-0.150.0 → star_magic_program-0.151.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.150.0 → star_magic_program-0.151.0}/star_magic_program.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{star_magic_program-0.150.0 → star_magic_program-0.151.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
|