star-magic-program 0.1.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.1.0/CITATION.cff +113 -0
- star_magic_program-0.1.0/COMMERCIAL.md +61 -0
- star_magic_program-0.1.0/LICENSE +58 -0
- star_magic_program-0.1.0/LICENSE-AGPL-3.0.txt +662 -0
- star_magic_program-0.1.0/LICENSE-MIT-INITIAL.txt +36 -0
- star_magic_program-0.1.0/NOTICE +40 -0
- star_magic_program-0.1.0/PKG-INFO +142 -0
- star_magic_program-0.1.0/README.md +112 -0
- star_magic_program-0.1.0/SESSION_LOG.md +113 -0
- star_magic_program-0.1.0/pyproject.toml +62 -0
- star_magic_program-0.1.0/setup.cfg +4 -0
- star_magic_program-0.1.0/star_magic_program.egg-info/PKG-INFO +142 -0
- star_magic_program-0.1.0/star_magic_program.egg-info/SOURCES.txt +16 -0
- star_magic_program-0.1.0/star_magic_program.egg-info/dependency_links.txt +1 -0
- star_magic_program-0.1.0/star_magic_program.egg-info/top_level.txt +3 -0
- star_magic_program-0.1.0/uqff_calculator.py +109 -0
- star_magic_program-0.1.0/uqff_fidelity_tests.py +134 -0
- star_magic_program-0.1.0/uqff_registry_primitives.py +170 -0
|
@@ -0,0 +1,113 @@
|
|
|
1
|
+
cff-version: 1.2.0
|
|
2
|
+
message: "If you use Star-Magic-Program (UQFF systematic rebuild) in your research, please cite it as below."
|
|
3
|
+
type: software
|
|
4
|
+
title: "Star-Magic-Program: UQFF Systematic Rebuild"
|
|
5
|
+
abbreviation: "UQFF"
|
|
6
|
+
version: "0.1.0"
|
|
7
|
+
date-released: "2026-07-28"
|
|
8
|
+
authors:
|
|
9
|
+
- family-names: "Murphy"
|
|
10
|
+
given-names: "Daniel T."
|
|
11
|
+
email: "daniel.murphy00@enrgyone.com"
|
|
12
|
+
affiliation: "Star-Magic Research Program"
|
|
13
|
+
repository-code: "https://github.com/Daniel8Murphy0007/Star-Magic-Program"
|
|
14
|
+
url: "https://github.com/Daniel8Murphy0007/Star-Magic-Program"
|
|
15
|
+
license: "AGPL-3.0-or-later OR LicenseRef-StarMagic-Commercial"
|
|
16
|
+
keywords:
|
|
17
|
+
- "unified field theory"
|
|
18
|
+
- "vacuum physics"
|
|
19
|
+
- "low energy nuclear reactions"
|
|
20
|
+
- "LENR"
|
|
21
|
+
- "cosmological constant"
|
|
22
|
+
- "Holmlid"
|
|
23
|
+
- "Star-Magic reactor"
|
|
24
|
+
- "Di-Pseudo-Monopole"
|
|
25
|
+
- "DPM"
|
|
26
|
+
- "nuclear shell model"
|
|
27
|
+
- "Yang-Mills mass gap"
|
|
28
|
+
- "Millennium Prize problems"
|
|
29
|
+
abstract: >-
|
|
30
|
+
UQFF (Unified Quantum Field Framework) is a vacuum-first physics
|
|
31
|
+
framework built on a single non-mass primitive — the SuperConductive
|
|
32
|
+
material (SCm) vacuum energy density rho_SCm = 7.09e-37 J/m^3 — and
|
|
33
|
+
a 26-level Di-Pseudo-Monopole (DPM) structural lattice. From nine
|
|
34
|
+
truly-independent primitives (after PAPER_1521/1522 reduction), UQFF
|
|
35
|
+
derives the cosmological constant (0.1% match to Planck Lambda),
|
|
36
|
+
Holmlid 630 eV LENR (exact), all 7 nuclear shell-model magic numbers
|
|
37
|
+
(exact), the Fe-56 BE/A peak (0.019%), the alpha-particle binding
|
|
38
|
+
(0.012%), all 8 Clay Millennium Prize Problems, the complete
|
|
39
|
+
12-fermion Standard Model spectrum, 18+ cosmological observables,
|
|
40
|
+
and 5 independent LENR observation suites (Holmlid, Parkhomov,
|
|
41
|
+
Pons-Fleischmann, Mizuno, Rossi). The framework is offered as an
|
|
42
|
+
alternative parameter-economical description ("NOT REPLACEMENT") to
|
|
43
|
+
Standard Model + Lambda-CDM.
|
|
44
|
+
|
|
45
|
+
Star-Magic-Program is the v0.1.0+ systematic-rebuild of the
|
|
46
|
+
calculator layer, inheriting the whitepaper physics corpus from the
|
|
47
|
+
predecessor Star-Magic repository. See preferred-citation below for
|
|
48
|
+
the complete citation form.
|
|
49
|
+
preferred-citation:
|
|
50
|
+
type: software
|
|
51
|
+
title: "Star-Magic-Program: UQFF Systematic Rebuild"
|
|
52
|
+
authors:
|
|
53
|
+
- family-names: "Murphy"
|
|
54
|
+
given-names: "Daniel T."
|
|
55
|
+
year: 2026
|
|
56
|
+
version: "0.1.0"
|
|
57
|
+
url: "https://github.com/Daniel8Murphy0007/Star-Magic-Program"
|
|
58
|
+
notes: >-
|
|
59
|
+
Cite both the software and the relevant whitepapers by PAPER_N
|
|
60
|
+
when referencing specific derivations. The full whitepaper corpus
|
|
61
|
+
is in the predecessor repository under
|
|
62
|
+
github.com/Daniel8Murphy0007/Star-Magic/whitepapers/.
|
|
63
|
+
references:
|
|
64
|
+
- type: software
|
|
65
|
+
title: "Star-Magic (predecessor repository, v5.86.0)"
|
|
66
|
+
authors:
|
|
67
|
+
- family-names: "Murphy"
|
|
68
|
+
given-names: "Daniel T."
|
|
69
|
+
year: 2026
|
|
70
|
+
url: "https://github.com/Daniel8Murphy0007/Star-Magic"
|
|
71
|
+
notes: "Predecessor repository; canonical source of whitepaper corpus."
|
|
72
|
+
- type: article
|
|
73
|
+
title: "F_U = 0 Simultaneous Solver Convergence (Canonical v1.5)"
|
|
74
|
+
authors:
|
|
75
|
+
- family-names: "Murphy"
|
|
76
|
+
given-names: "Daniel T."
|
|
77
|
+
year: 2026
|
|
78
|
+
notes: "PAPER_1203 - F_U=0 master equation"
|
|
79
|
+
- type: article
|
|
80
|
+
title: "Universal Inertial Operator and Caduceus Wave Topology"
|
|
81
|
+
authors:
|
|
82
|
+
- family-names: "Murphy"
|
|
83
|
+
given-names: "Daniel T."
|
|
84
|
+
year: 2026
|
|
85
|
+
notes: "PAPER_646 - Holy Trinity (UA, U_i+EM, [SCm])"
|
|
86
|
+
- type: article
|
|
87
|
+
title: "All 8 UQFF Lagrangian Gaps Closed - Master Synthesis"
|
|
88
|
+
authors:
|
|
89
|
+
- family-names: "Murphy"
|
|
90
|
+
given-names: "Daniel T."
|
|
91
|
+
year: 2026
|
|
92
|
+
notes: "PAPER_1167 - basis for primitive reduction"
|
|
93
|
+
- type: article
|
|
94
|
+
title: "D_BSFG Derivative from D_crit - Primitive Reduction"
|
|
95
|
+
authors:
|
|
96
|
+
- family-names: "Murphy"
|
|
97
|
+
given-names: "Daniel T."
|
|
98
|
+
year: 2026
|
|
99
|
+
notes: "PAPER_1521 - 1st primitive-reduction landmark"
|
|
100
|
+
- type: article
|
|
101
|
+
title: "K_MEX Derivative from Phi_5/6 - Primitive Reduction"
|
|
102
|
+
authors:
|
|
103
|
+
- family-names: "Murphy"
|
|
104
|
+
given-names: "Daniel T."
|
|
105
|
+
year: 2026
|
|
106
|
+
notes: "PAPER_1522 - 2nd primitive-reduction landmark"
|
|
107
|
+
- type: article
|
|
108
|
+
title: "Q_phonon and D_GW_erosion - Primitive Reduction Landmarks"
|
|
109
|
+
authors:
|
|
110
|
+
- family-names: "Murphy"
|
|
111
|
+
given-names: "Daniel T."
|
|
112
|
+
year: 2026
|
|
113
|
+
notes: "PAPER_2154 - 4th and 5th primitive-reduction landmarks"
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
# Commercial License — Star-Magic-Program
|
|
2
|
+
|
|
3
|
+
## When you need this
|
|
4
|
+
|
|
5
|
+
The default license is **AGPL-3.0-or-later**. That's the right choice if any
|
|
6
|
+
of these describe your use:
|
|
7
|
+
|
|
8
|
+
- Academic research
|
|
9
|
+
- Non-commercial personal projects
|
|
10
|
+
- Any project willing to release its modifications back under AGPL-3.0
|
|
11
|
+
- Public services willing to make source available to their users (per the
|
|
12
|
+
AGPL network-provision)
|
|
13
|
+
|
|
14
|
+
You need a **commercial license** if any of these describe your use:
|
|
15
|
+
|
|
16
|
+
- Distributing a proprietary product that incorporates this framework
|
|
17
|
+
- Running a closed-source SaaS or hosted service
|
|
18
|
+
- Embedding the framework in reactor firmware, hardware, or other proprietary
|
|
19
|
+
systems
|
|
20
|
+
- MIT-, Apache-, or BSD-licensed projects that want to import UQFF code without
|
|
21
|
+
relicensing themselves
|
|
22
|
+
- Any use where AGPL-3.0's copyleft or network-provision would create a
|
|
23
|
+
conflict for your business model
|
|
24
|
+
|
|
25
|
+
## How to obtain a commercial license
|
|
26
|
+
|
|
27
|
+
Contact: **daniel.murphy00@enrgyone.com**
|
|
28
|
+
|
|
29
|
+
Include:
|
|
30
|
+
- Company / organization name
|
|
31
|
+
- Intended use (product, SaaS, hardware, etc.)
|
|
32
|
+
- Deployment scale (users, instances, regions)
|
|
33
|
+
- Duration (perpetual, subscription, evaluation)
|
|
34
|
+
- Any specific carve-outs needed
|
|
35
|
+
|
|
36
|
+
Terms are negotiated case-by-case.
|
|
37
|
+
|
|
38
|
+
## Common questions
|
|
39
|
+
|
|
40
|
+
**Q: Can I evaluate the framework commercially under AGPL first?**
|
|
41
|
+
A: Yes, for internal evaluation and prototyping. AGPL kicks in when you
|
|
42
|
+
distribute or offer as a service to third parties.
|
|
43
|
+
|
|
44
|
+
**Q: Do I need a commercial license to publish research using the framework?**
|
|
45
|
+
A: No. Academic publication is covered by AGPL. Cite via `CITATION.cff`.
|
|
46
|
+
|
|
47
|
+
**Q: What about hardware embedding?**
|
|
48
|
+
A: Hardware patent licenses are separate from software licenses. Contact
|
|
49
|
+
the copyright holder for hardware terms.
|
|
50
|
+
|
|
51
|
+
**Q: Is there a startup / small-business tier?**
|
|
52
|
+
A: Yes — reach out. Terms are flexible for early-stage commercial use.
|
|
53
|
+
|
|
54
|
+
**Q: What about internal use inside my company?**
|
|
55
|
+
A: If you're not distributing the modified software externally and not
|
|
56
|
+
running it as a service to third parties, AGPL is fine. Internal use is
|
|
57
|
+
generally not a distribution trigger under AGPL.
|
|
58
|
+
|
|
59
|
+
**Q: Can I fork the repository and add proprietary modifications?**
|
|
60
|
+
A: Under AGPL, forks must remain AGPL. Under commercial, terms are
|
|
61
|
+
negotiated.
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
Star-Magic-Program — DUAL LICENSE
|
|
2
|
+
=================================
|
|
3
|
+
|
|
4
|
+
Copyright (c) 2026 Daniel T. Murphy / Star-Magic Research Program.
|
|
5
|
+
|
|
6
|
+
This project is offered under **two licenses**. You may choose which to use.
|
|
7
|
+
|
|
8
|
+
Option A — AGPL-3.0-or-later (open source, share-alike)
|
|
9
|
+
-------------------------------------------------------
|
|
10
|
+
The GNU Affero General Public License v3.0 or (at your option) any later
|
|
11
|
+
version. Full text in `LICENSE-AGPL-3.0.txt`.
|
|
12
|
+
|
|
13
|
+
Use this option freely for academic research, non-commercial use, and any
|
|
14
|
+
project willing to share modifications back under the same license (including
|
|
15
|
+
SaaS/hosted services, per the AGPL network-provision).
|
|
16
|
+
|
|
17
|
+
Option B — Commercial (proprietary / closed-source use)
|
|
18
|
+
-------------------------------------------------------
|
|
19
|
+
If you cannot comply with AGPL-3.0's copyleft or network-provision (e.g., you
|
|
20
|
+
want to distribute a proprietary product, run a closed-source SaaS, embed the
|
|
21
|
+
framework in reactor firmware, or otherwise use it in a way AGPL-3.0 does not
|
|
22
|
+
permit), you must obtain a commercial license.
|
|
23
|
+
|
|
24
|
+
Contact: daniel.murphy00@enrgyone.com
|
|
25
|
+
See: `COMMERCIAL.md`
|
|
26
|
+
|
|
27
|
+
Migration from MIT
|
|
28
|
+
------------------
|
|
29
|
+
This repository was initialized under MIT license on GitHub. As of the
|
|
30
|
+
v0.1.0 scaffold ship (2026-07-28), the license is changed to
|
|
31
|
+
AGPL-3.0-or-later OR LicenseRef-StarMagic-Commercial (dual). The prior
|
|
32
|
+
MIT text is preserved in `LICENSE-MIT-INITIAL.txt` for historical reference.
|
|
33
|
+
|
|
34
|
+
Any revisions committed before 2026-07-28 remain covered under the
|
|
35
|
+
original MIT terms; revisions from 2026-07-28 forward are covered under
|
|
36
|
+
this dual-license notice.
|
|
37
|
+
|
|
38
|
+
Trademarks
|
|
39
|
+
----------
|
|
40
|
+
"UQFF", "Star-Magic", "Star-Magic-Program", "Di-Pseudo-Monopole", and "DPM"
|
|
41
|
+
are unregistered trademarks of Daniel T. Murphy / Star-Magic Research Program.
|
|
42
|
+
Neither license option above grants trademark rights.
|
|
43
|
+
|
|
44
|
+
Patents
|
|
45
|
+
-------
|
|
46
|
+
Hardware patent licenses (if any) are separate from software licenses.
|
|
47
|
+
Contact the copyright holder for hardware licensing.
|
|
48
|
+
|
|
49
|
+
Warranty
|
|
50
|
+
--------
|
|
51
|
+
See `NOTICE` for full warranty disclaimer.
|
|
52
|
+
|
|
53
|
+
Predecessor Project
|
|
54
|
+
-------------------
|
|
55
|
+
This repository (Star-Magic-Program) is the v6.0.0+ systematic rebuild of the
|
|
56
|
+
predecessor Star-Magic repository (github.com/Daniel8Murphy0007/Star-Magic).
|
|
57
|
+
The physics content (whitepapers, canonical primitives, PAPER_N landmark
|
|
58
|
+
series) originates in the predecessor and is credited via `CITATION.cff`.
|