star-magic-program 0.37.0__tar.gz → 0.38.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.37.0 → star_magic_program-0.38.0}/CHANGELOG.md +18 -0
- {star_magic_program-0.37.0 → star_magic_program-0.38.0}/CITATION.cff +1 -1
- {star_magic_program-0.37.0 → star_magic_program-0.38.0}/PKG-INFO +13 -11
- {star_magic_program-0.37.0 → star_magic_program-0.38.0}/README.md +11 -9
- {star_magic_program-0.37.0 → star_magic_program-0.38.0}/SESSION_LOG.md +11 -0
- {star_magic_program-0.37.0 → star_magic_program-0.38.0}/WHITEPAPER_INDEX.md +3 -3
- {star_magic_program-0.37.0 → star_magic_program-0.38.0}/pyproject.toml +2 -2
- {star_magic_program-0.37.0 → star_magic_program-0.38.0}/star_magic_program.egg-info/PKG-INFO +13 -11
- {star_magic_program-0.37.0 → star_magic_program-0.38.0}/uqff_calculator.py +53 -1
- {star_magic_program-0.37.0 → star_magic_program-0.38.0}/uqff_fidelity_tests.py +16 -1
- {star_magic_program-0.37.0 → star_magic_program-0.38.0}/COMMERCIAL.md +0 -0
- {star_magic_program-0.37.0 → star_magic_program-0.38.0}/LICENSE +0 -0
- {star_magic_program-0.37.0 → star_magic_program-0.38.0}/LICENSE-AGPL-3.0.txt +0 -0
- {star_magic_program-0.37.0 → star_magic_program-0.38.0}/LICENSE-MIT-INITIAL.txt +0 -0
- {star_magic_program-0.37.0 → star_magic_program-0.38.0}/NOTICE +0 -0
- {star_magic_program-0.37.0 → star_magic_program-0.38.0}/UNIFIED_REGISTRY_FALSIFIABILITY.md +0 -0
- {star_magic_program-0.37.0 → star_magic_program-0.38.0}/UNIFIED_REGISTRY_PROGRAM_PLAN.md +0 -0
- {star_magic_program-0.37.0 → star_magic_program-0.38.0}/UNIFIED_REGISTRY_RESULTS_TABLE.md +0 -0
- {star_magic_program-0.37.0 → star_magic_program-0.38.0}/UNIFIED_REGISTRY_SCHEMA.md +0 -0
- {star_magic_program-0.37.0 → star_magic_program-0.38.0}/UNIFIED_REGISTRY_STATUS_REPORT.md +0 -0
- {star_magic_program-0.37.0 → star_magic_program-0.38.0}/UNIFIED_REGISTRY_VERSION.txt +0 -0
- {star_magic_program-0.37.0 → star_magic_program-0.38.0}/_BUILD_LOG.md +0 -0
- {star_magic_program-0.37.0 → star_magic_program-0.38.0}/registry_generator.py +0 -0
- {star_magic_program-0.37.0 → star_magic_program-0.38.0}/setup.cfg +0 -0
- {star_magic_program-0.37.0 → star_magic_program-0.38.0}/star_magic_program.egg-info/SOURCES.txt +0 -0
- {star_magic_program-0.37.0 → star_magic_program-0.38.0}/star_magic_program.egg-info/dependency_links.txt +0 -0
- {star_magic_program-0.37.0 → star_magic_program-0.38.0}/star_magic_program.egg-info/top_level.txt +0 -0
- {star_magic_program-0.37.0 → star_magic_program-0.38.0}/uqff_registry_graph.py +0 -0
- {star_magic_program-0.37.0 → star_magic_program-0.38.0}/uqff_registry_primitives.py +0 -0
- {star_magic_program-0.37.0 → star_magic_program-0.38.0}/uqff_registry_status.py +0 -0
- {star_magic_program-0.37.0 → star_magic_program-0.38.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.38.0] — 2026-07-29 — BAND 1: PAPER_035
|
|
11
|
+
|
|
12
|
+
### Added
|
|
13
|
+
- **PAPER_035 dispatch** (Higgs CP Violation): CMS A_CP = 0.507 read as
|
|
14
|
+
cos(pi*t_n). ARITHMETIC AUDIT: arccos(0.507) = 1.039 rad -> the
|
|
15
|
+
self-consistent (tautological) t_n = 0.331; the paper's t_n = 0.353
|
|
16
|
+
traces to a circular arccos slip (1.109 rad = arccos(0.4456)), and
|
|
17
|
+
the 87.88/12.12 UQFF/SM decomposition is entirely downstream of it —
|
|
18
|
+
both values wired, slip quantified at 12.1%. The one-loop falsifiable
|
|
19
|
+
SURVIVES independently: g_CP = (alpha/4pi)*D_TRZ*t_n^2 = 2.41e-5 ->
|
|
20
|
+
A_CP(H->gamma-gamma) = 0.74% (HL-LHC reachable). Gamma_H = 3.2 GeV
|
|
21
|
+
wired as bound-scenario only (x780 SM, paper discloses). OPEN_RULING
|
|
22
|
+
Q-034 (t_n adjudication; width framing; 5th consecutive in-text
|
|
23
|
+
self-correction; 4x-duplicated header).
|
|
24
|
+
- Gate: 291 assertions, 0 failures. Registry: 115 rows / 224 edges / 39 ledgers.
|
|
25
|
+
|
|
26
|
+
---
|
|
27
|
+
|
|
10
28
|
## [0.37.0] — 2026-07-29 — BAND 1: PAPER_034
|
|
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.38.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.38.0
|
|
4
|
+
Summary: UQFF Star-Magic-Program v0.38.0: PAPER_035 wired (Higgs CP: A_CP = cos(pi*t_n) reading; arccos-slip audit - self-consistent t_n = 0.331 vs paper 0.353, 87.88-pct decomposition is downstream artifact; one-loop A_CP(H->gg) = 0.74 pct HL-LHC falsifiable survives independently; Gamma_H 3.2 GeV scenario-only). Q-034 queued. Wired 39/2255, gate 291/0. Registry 115 rows / 224 edges / 39 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.38.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.38.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: 39 / 2,255** (7 ✓ · 32 ⚠ OPEN_RULING · 34 rulings queued) — GW family complete; BSM domain live (023-035)
|
|
89
89
|
|
|
90
90
|
| Paper | Content | Key result |
|
|
91
91
|
|---|---|---|
|
|
@@ -127,6 +127,7 @@ Authorized 2026-07-28: autonomous band sessions, ship per session via
|
|
|
127
127
|
| PAPER_032 | BSM Scalar Sectors | sin^2(a) = k_eta; tan(b) = 2.70; f = 665 GeV; S0 845 GeV echoes 026b route; Q-031 |
|
|
128
128
|
| PAPER_033 | Electroweak Precision | delta_T = 0.222; Delta_m_W = +93 MeV CDF direction; delta_S suppressed; Q-032 |
|
|
129
129
|
| PAPER_034 | Higgs kappa_t Coupling | 18^(-SSq) Level-18; kappa_t = 0.948; FCC-hh 10.4 sigma; 028 cross-lock tension; Q-033 |
|
|
130
|
+
| PAPER_035 | Higgs CP Violation | A_CP = cos(pi*t_n); arccos-slip audit (0.331 vs 0.353); 0.74 pct Hgg falsifiable; Q-034 |
|
|
130
131
|
|
|
131
132
|
### Corpus (2,419 files)
|
|
132
133
|
- `whitepapers/` — 2,255 `.md` files + 1 `.bak` — physics source of truth
|
|
@@ -137,7 +138,7 @@ Authorized 2026-07-28: autonomous band sessions, ship per session via
|
|
|
137
138
|
v5.86.0 UNIFIED_REGISTRY R5 baseline). **Registry-clean.**
|
|
138
139
|
- `uqff_calculator.py` — `DISPATCH` grows one paper at a time;
|
|
139
140
|
`calc(paper_id, dataset)` public interface.
|
|
140
|
-
- `uqff_fidelity_tests.py` — 9-block gate (
|
|
141
|
+
- `uqff_fidelity_tests.py` — 9-block gate (291 assertions), locking every
|
|
141
142
|
primitive identity + every wired paper's stated values. Runs on every ship.
|
|
142
143
|
|
|
143
144
|
### Registry pantheon (live, grows per band)
|
|
@@ -195,7 +196,8 @@ Authorized 2026-07-28: autonomous band sessions, ship per session via
|
|
|
195
196
|
| v0.34.0 | Band 1: PAPER_031 | 35 |
|
|
196
197
|
| v0.35.0 | Band 1: PAPER_032 | 36 |
|
|
197
198
|
| v0.36.0 | Band 1: PAPER_033 | 37 |
|
|
198
|
-
|
|
|
199
|
+
| v0.37.0 | Band 1: PAPER_034 | 38 |
|
|
200
|
+
| **v0.38.0** ← current | Band 1: PAPER_035 | 39 |
|
|
199
201
|
| v0.4.0+ | One band per session (~20-80 papers each) | growing |
|
|
200
202
|
| PAPER_500 milestone | FULL STOP — Daniel's manual review | 500 |
|
|
201
203
|
| 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.38.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.38.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: 39 / 2,255** (7 ✓ · 32 ⚠ OPEN_RULING · 34 rulings queued) — GW family complete; BSM domain live (023-035)
|
|
59
59
|
|
|
60
60
|
| Paper | Content | Key result |
|
|
61
61
|
|---|---|---|
|
|
@@ -97,6 +97,7 @@ Authorized 2026-07-28: autonomous band sessions, ship per session via
|
|
|
97
97
|
| PAPER_032 | BSM Scalar Sectors | sin^2(a) = k_eta; tan(b) = 2.70; f = 665 GeV; S0 845 GeV echoes 026b route; Q-031 |
|
|
98
98
|
| PAPER_033 | Electroweak Precision | delta_T = 0.222; Delta_m_W = +93 MeV CDF direction; delta_S suppressed; Q-032 |
|
|
99
99
|
| PAPER_034 | Higgs kappa_t Coupling | 18^(-SSq) Level-18; kappa_t = 0.948; FCC-hh 10.4 sigma; 028 cross-lock tension; Q-033 |
|
|
100
|
+
| PAPER_035 | Higgs CP Violation | A_CP = cos(pi*t_n); arccos-slip audit (0.331 vs 0.353); 0.74 pct Hgg falsifiable; Q-034 |
|
|
100
101
|
|
|
101
102
|
### Corpus (2,419 files)
|
|
102
103
|
- `whitepapers/` — 2,255 `.md` files + 1 `.bak` — physics source of truth
|
|
@@ -107,7 +108,7 @@ Authorized 2026-07-28: autonomous band sessions, ship per session via
|
|
|
107
108
|
v5.86.0 UNIFIED_REGISTRY R5 baseline). **Registry-clean.**
|
|
108
109
|
- `uqff_calculator.py` — `DISPATCH` grows one paper at a time;
|
|
109
110
|
`calc(paper_id, dataset)` public interface.
|
|
110
|
-
- `uqff_fidelity_tests.py` — 9-block gate (
|
|
111
|
+
- `uqff_fidelity_tests.py` — 9-block gate (291 assertions), locking every
|
|
111
112
|
primitive identity + every wired paper's stated values. Runs on every ship.
|
|
112
113
|
|
|
113
114
|
### Registry pantheon (live, grows per band)
|
|
@@ -165,7 +166,8 @@ Authorized 2026-07-28: autonomous band sessions, ship per session via
|
|
|
165
166
|
| v0.34.0 | Band 1: PAPER_031 | 35 |
|
|
166
167
|
| v0.35.0 | Band 1: PAPER_032 | 36 |
|
|
167
168
|
| v0.36.0 | Band 1: PAPER_033 | 37 |
|
|
168
|
-
|
|
|
169
|
+
| v0.37.0 | Band 1: PAPER_034 | 38 |
|
|
170
|
+
| **v0.38.0** ← current | Band 1: PAPER_035 | 39 |
|
|
169
171
|
| v0.4.0+ | One band per session (~20-80 papers each) | growing |
|
|
170
172
|
| PAPER_500 milestone | FULL STOP — Daniel's manual review | 500 |
|
|
171
173
|
| v1.0.0 | Full whitepaper coverage | 2,255 |
|
|
@@ -725,3 +725,14 @@ Wired 7/2,255 (2 ✓, 5 ⚠). Rulings Q-001..Q-007 open. Next: PAPER_008.
|
|
|
725
725
|
- Campaign: 38/2,255 (7 ✓, 31 ⚠). Next: PAPER_035.
|
|
726
726
|
|
|
727
727
|
---
|
|
728
|
+
|
|
729
|
+
## 2026-07-29 — v0.38.0 — BAND 1: PAPER_035
|
|
730
|
+
|
|
731
|
+
- PAPER_035 wired (⚠ Q-034): Higgs CP. Arccos-slip audit: the 87.88
|
|
732
|
+
pct decomposition is an artifact; tautological t_n = 0.331 vs paper
|
|
733
|
+
0.353 queued. One-loop 0.74 pct Hgg asymmetry survives as clean
|
|
734
|
+
falsifiable. Width 3.2 GeV wired scenario-only.
|
|
735
|
+
- Gate 291/0. Registry 115 rows / 224 edges / 39 ledgers.
|
|
736
|
+
- Campaign: 39/2,255 (7 ✓, 32 ⚠). Next: PAPER_036 (FUBii template family).
|
|
737
|
+
|
|
738
|
+
---
|
|
@@ -11,9 +11,9 @@
|
|
|
11
11
|
## Summary
|
|
12
12
|
|
|
13
13
|
- **Total papers:** 2255
|
|
14
|
-
- **Wired:**
|
|
14
|
+
- **Wired:** 39 (7 ✓, 32 ⚠ OPEN_RULING)
|
|
15
15
|
- **OPEN targets:** 0
|
|
16
|
-
- **Not yet touched:**
|
|
16
|
+
- **Not yet touched:** 2216
|
|
17
17
|
|
|
18
18
|
---
|
|
19
19
|
|
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
| ⚠ | PAPER_032 | BSM Scalar Sectors UQFF |
|
|
69
69
|
| ⚠ | PAPER_033 | Electroweak Precision UQFF |
|
|
70
70
|
| ⚠ | PAPER_034 | Higgs Kappa t Coupling UQFF |
|
|
71
|
-
|
|
|
71
|
+
| ⚠ | PAPER_035 | Higgs CP Violation UQFF |
|
|
72
72
|
| ⬜ | PAPER_036 | FUBii Buoyancy Variant1 Archimedes UQFF |
|
|
73
73
|
| ⬜ | PAPER_037 | FUBii Buoyancy Variants2to6 Thermodynamic |
|
|
74
74
|
| ⬜ | PAPER_038 | FUBii Buoyancy Variants7to11 Quantum |
|
|
@@ -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.38.0"
|
|
8
|
+
description = "UQFF Star-Magic-Program v0.38.0: PAPER_035 wired (Higgs CP: A_CP = cos(pi*t_n) reading; arccos-slip audit - self-consistent t_n = 0.331 vs paper 0.353, 87.88-pct decomposition is downstream artifact; one-loop A_CP(H->gg) = 0.74 pct HL-LHC falsifiable survives independently; Gamma_H 3.2 GeV scenario-only). Q-034 queued. Wired 39/2255, gate 291/0. Registry 115 rows / 224 edges / 39 ledgers."
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
authors = [
|
|
11
11
|
{ name = "Daniel T. Murphy", email = "daniel.murphy00@enrgyone.com" }
|
{star_magic_program-0.37.0 → star_magic_program-0.38.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.38.0
|
|
4
|
+
Summary: UQFF Star-Magic-Program v0.38.0: PAPER_035 wired (Higgs CP: A_CP = cos(pi*t_n) reading; arccos-slip audit - self-consistent t_n = 0.331 vs paper 0.353, 87.88-pct decomposition is downstream artifact; one-loop A_CP(H->gg) = 0.74 pct HL-LHC falsifiable survives independently; Gamma_H 3.2 GeV scenario-only). Q-034 queued. Wired 39/2255, gate 291/0. Registry 115 rows / 224 edges / 39 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.38.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.38.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: 39 / 2,255** (7 ✓ · 32 ⚠ OPEN_RULING · 34 rulings queued) — GW family complete; BSM domain live (023-035)
|
|
89
89
|
|
|
90
90
|
| Paper | Content | Key result |
|
|
91
91
|
|---|---|---|
|
|
@@ -127,6 +127,7 @@ Authorized 2026-07-28: autonomous band sessions, ship per session via
|
|
|
127
127
|
| PAPER_032 | BSM Scalar Sectors | sin^2(a) = k_eta; tan(b) = 2.70; f = 665 GeV; S0 845 GeV echoes 026b route; Q-031 |
|
|
128
128
|
| PAPER_033 | Electroweak Precision | delta_T = 0.222; Delta_m_W = +93 MeV CDF direction; delta_S suppressed; Q-032 |
|
|
129
129
|
| PAPER_034 | Higgs kappa_t Coupling | 18^(-SSq) Level-18; kappa_t = 0.948; FCC-hh 10.4 sigma; 028 cross-lock tension; Q-033 |
|
|
130
|
+
| PAPER_035 | Higgs CP Violation | A_CP = cos(pi*t_n); arccos-slip audit (0.331 vs 0.353); 0.74 pct Hgg falsifiable; Q-034 |
|
|
130
131
|
|
|
131
132
|
### Corpus (2,419 files)
|
|
132
133
|
- `whitepapers/` — 2,255 `.md` files + 1 `.bak` — physics source of truth
|
|
@@ -137,7 +138,7 @@ Authorized 2026-07-28: autonomous band sessions, ship per session via
|
|
|
137
138
|
v5.86.0 UNIFIED_REGISTRY R5 baseline). **Registry-clean.**
|
|
138
139
|
- `uqff_calculator.py` — `DISPATCH` grows one paper at a time;
|
|
139
140
|
`calc(paper_id, dataset)` public interface.
|
|
140
|
-
- `uqff_fidelity_tests.py` — 9-block gate (
|
|
141
|
+
- `uqff_fidelity_tests.py` — 9-block gate (291 assertions), locking every
|
|
141
142
|
primitive identity + every wired paper's stated values. Runs on every ship.
|
|
142
143
|
|
|
143
144
|
### Registry pantheon (live, grows per band)
|
|
@@ -195,7 +196,8 @@ Authorized 2026-07-28: autonomous band sessions, ship per session via
|
|
|
195
196
|
| v0.34.0 | Band 1: PAPER_031 | 35 |
|
|
196
197
|
| v0.35.0 | Band 1: PAPER_032 | 36 |
|
|
197
198
|
| v0.36.0 | Band 1: PAPER_033 | 37 |
|
|
198
|
-
|
|
|
199
|
+
| v0.37.0 | Band 1: PAPER_034 | 38 |
|
|
200
|
+
| **v0.38.0** ← current | Band 1: PAPER_035 | 39 |
|
|
199
201
|
| v0.4.0+ | One band per session (~20-80 papers each) | growing |
|
|
200
202
|
| PAPER_500 milestone | FULL STOP — Daniel's manual review | 500 |
|
|
201
203
|
| 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.38.0"
|
|
61
61
|
|
|
62
62
|
# =============================================================================
|
|
63
63
|
# DISPATCH TABLE — grown one whitepaper at a time.
|
|
@@ -1835,3 +1835,55 @@ def _paper_034(dataset):
|
|
|
1835
1835
|
'residual_pct': abs(kt_central - 0.948) / 0.948 * 100,
|
|
1836
1836
|
'status': 'OPEN_RULING',
|
|
1837
1837
|
}
|
|
1838
|
+
|
|
1839
|
+
|
|
1840
|
+
@_register('PAPER_035')
|
|
1841
|
+
def _paper_035(dataset):
|
|
1842
|
+
"""Higgs CP Violation: UQFF Phase Predictions (Session 0).
|
|
1843
|
+
|
|
1844
|
+
CMS A_CP = 0.507 +- 0.064 (H->ZZ*->4l). UQFF reads A_CP as
|
|
1845
|
+
cos(pi*t_n). ARITHMETIC AUDIT: arccos(0.507) = 1.039 rad ->
|
|
1846
|
+
self-consistent t_n = 0.331 (tautological); the paper uses
|
|
1847
|
+
t_n = 0.353 (arccos slip: 1.109 rad = arccos(0.4456), circular)
|
|
1848
|
+
yielding cos = 0.4456 and pivots to an 87.88 pct / 12.12 pct
|
|
1849
|
+
UQFF/SM decomposition - the decomposition is DOWNSTREAM of the
|
|
1850
|
+
slip. One-loop falsifiable survives independently:
|
|
1851
|
+
g_CP = (alpha/4pi)*D_TRZ*t_n^2 = 2.41e-5 -> A_CP(H->gg) = 0.74
|
|
1852
|
+
pct, below current ~5 pct sensitivity, reachable at HL-LHC.
|
|
1853
|
+
Gamma_H = 3.2 GeV is a 95-pct-bound scenario (x780 SM), not the
|
|
1854
|
+
physical width (paper discloses).
|
|
1855
|
+
Q-034: (a) t_n 0.353-vs-0.331 arccos slip + decomposition
|
|
1856
|
+
artifact; (b) Gamma_H scenario framing vs LHC off-shell ~4 MeV;
|
|
1857
|
+
(c) 5th consecutive in-text self-correction; (d) header block
|
|
1858
|
+
duplicated 4x (formatting corruption).
|
|
1859
|
+
"""
|
|
1860
|
+
import math as _m
|
|
1861
|
+
a_cp = 0.507
|
|
1862
|
+
t_n_self_consistent = _m.acos(a_cp) / _m.pi # 0.3308
|
|
1863
|
+
t_n_paper = 0.353
|
|
1864
|
+
cos_paper = abs(_m.cos(_m.pi * t_n_paper)) # 0.4456
|
|
1865
|
+
g_cp = (7.30e-3 / (4 * _m.pi)) * (1.0/3.0) * t_n_paper ** 2 # 2.41e-5
|
|
1866
|
+
a_cp_hgg = 2.0 * g_cp / 6.49e-3 # 7.4e-3
|
|
1867
|
+
return {
|
|
1868
|
+
'value': {
|
|
1869
|
+
'a_cp_cms': (a_cp, 0.064),
|
|
1870
|
+
't_n_self_consistent': t_n_self_consistent, # 0.331 (Q-034a)
|
|
1871
|
+
't_n_paper': t_n_paper,
|
|
1872
|
+
'cos_pi_tn_paper': cos_paper, # 0.4456
|
|
1873
|
+
'decomposition_pct': (87.88, 12.12), # artifact of slip
|
|
1874
|
+
'phi_cp_rad': _m.pi * t_n_paper, # 1.109
|
|
1875
|
+
'psi_2hdm_deg': _m.degrees(_m.pi * t_n_paper) / 2.0, # 31.8 (vs <15 limit - disclosed)
|
|
1876
|
+
'g_cp_one_loop': g_cp, # 2.41e-5 composed with D_TRZ = 1/3
|
|
1877
|
+
'a_cp_hgg': a_cp_hgg, # 0.0074 falsifiable at HL-LHC
|
|
1878
|
+
'current_sensitivity': 0.05,
|
|
1879
|
+
'gamma_h_scenario_gev': 3.2, # x780 bound scenario
|
|
1880
|
+
'gamma_h_sm_mev': 4.1,
|
|
1881
|
+
'gamma_h_cern_limit_gev': 3.6,
|
|
1882
|
+
'width_enhancement': 3.2 / 4.1e-3, # 780
|
|
1883
|
+
},
|
|
1884
|
+
'formula': ('t_n = arccos(A_CP)/pi; g_CP = (alpha/4pi)*D_TRZ*t_n^2; '
|
|
1885
|
+
'A_CP(Hgg) = 2*g_CP/g_SM'),
|
|
1886
|
+
'source': 'PAPER_035',
|
|
1887
|
+
'residual_pct': abs(cos_paper - a_cp) / a_cp * 100, # 12.1 (the slip magnitude)
|
|
1888
|
+
'status': 'OPEN_RULING',
|
|
1889
|
+
}
|
|
@@ -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.38.0", "uqff_calculator.VERSION = 0.38.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")
|
|
@@ -641,6 +641,21 @@ assert_that(_r034['kappa_c_derived'] < _r034['kappa_c_bound'] and _r034['kappa_c
|
|
|
641
641
|
"PAPER_034: both kappa_c values (18.8 derived, 42.0 claimed) within CERN < 47 (Q-033a)")
|
|
642
642
|
assert_that(C.wired_count() >= 38, "wired_count >= 38")
|
|
643
643
|
|
|
644
|
+
_r035 = C.calc('PAPER_035')['value']
|
|
645
|
+
assert_that(abs(_r035['t_n_self_consistent'] - 0.3308) < 0.001,
|
|
646
|
+
"PAPER_035: self-consistent t_n = arccos(0.507)/pi = 0.331 (paper used 0.353 - Q-034a)")
|
|
647
|
+
assert_that(abs(_r035['cos_pi_tn_paper'] - 0.4456) < 0.001,
|
|
648
|
+
"PAPER_035: cos(pi*0.353) = 0.4456 - the 87.88 pct decomposition is downstream of the slip")
|
|
649
|
+
assert_that(abs(_r035['g_cp_one_loop'] - 2.41e-5) / 2.41e-5 < 0.01,
|
|
650
|
+
"PAPER_035: one-loop g_CP = (alpha/4pi)*D_TRZ*t_n^2 = 2.41e-5 composed")
|
|
651
|
+
assert_that(abs(_r035['a_cp_hgg'] - 7.4e-3) / 7.4e-3 < 0.01,
|
|
652
|
+
"PAPER_035: A_CP(H->gamma-gamma) = 0.74 pct falsifiable at HL-LHC")
|
|
653
|
+
assert_that(abs(_r035['width_enhancement'] - 780.0) < 2.0,
|
|
654
|
+
"PAPER_035: Gamma_H scenario = 780x SM (bound scenario, disclosed not physical)")
|
|
655
|
+
assert_that(_r035['gamma_h_scenario_gev'] < _r035['gamma_h_cern_limit_gev'],
|
|
656
|
+
"PAPER_035: 3.2 GeV scenario below CERN 3.6 GeV limit")
|
|
657
|
+
assert_that(C.wired_count() >= 39, "wired_count >= 39")
|
|
658
|
+
|
|
644
659
|
# =============================================================================
|
|
645
660
|
# REPORT
|
|
646
661
|
# =============================================================================
|
|
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.37.0 → star_magic_program-0.38.0}/star_magic_program.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{star_magic_program-0.37.0 → star_magic_program-0.38.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
|