coordinate-system 6.0.5__tar.gz → 7.0.1__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.
- {coordinate_system-6.0.5/coordinate_system.egg-info → coordinate_system-7.0.1}/PKG-INFO +56 -19
- {coordinate_system-6.0.5 → coordinate_system-7.0.1}/README.md +47 -12
- {coordinate_system-6.0.5 → coordinate_system-7.0.1}/coordinate_system/__init__.py +23 -2
- coordinate_system-7.0.1/coordinate_system/complex_geometric_physics.py +510 -0
- {coordinate_system-6.0.5 → coordinate_system-7.0.1}/coordinate_system/u3_frame.py +253 -231
- {coordinate_system-6.0.5 → coordinate_system-7.0.1/coordinate_system.egg-info}/PKG-INFO +56 -19
- {coordinate_system-6.0.5 → coordinate_system-7.0.1}/coordinate_system.egg-info/SOURCES.txt +2 -0
- {coordinate_system-6.0.5 → coordinate_system-7.0.1}/pmsys_minimal.hpp +4 -15
- coordinate_system-7.0.1/pyproject.toml +56 -0
- {coordinate_system-6.0.5 → coordinate_system-7.0.1}/setup.py +12 -3
- {coordinate_system-6.0.5 → coordinate_system-7.0.1}/LICENSE +0 -0
- {coordinate_system-6.0.5 → coordinate_system-7.0.1}/MANIFEST.in +0 -0
- {coordinate_system-6.0.5 → coordinate_system-7.0.1}/coordinate_system/curve_interpolation.py +0 -0
- {coordinate_system-6.0.5 → coordinate_system-7.0.1}/coordinate_system/differential_geometry.py +0 -0
- {coordinate_system-6.0.5 → coordinate_system-7.0.1}/coordinate_system/spectral_geometry.py +0 -0
- {coordinate_system-6.0.5 → coordinate_system-7.0.1}/coordinate_system/visualization.py +0 -0
- {coordinate_system-6.0.5 → coordinate_system-7.0.1}/coordinate_system.egg-info/dependency_links.txt +0 -0
- {coordinate_system-6.0.5 → coordinate_system-7.0.1}/coordinate_system.egg-info/not-zip-safe +0 -0
- {coordinate_system-6.0.5 → coordinate_system-7.0.1}/coordinate_system.egg-info/requires.txt +0 -0
- {coordinate_system-6.0.5 → coordinate_system-7.0.1}/coordinate_system.egg-info/top_level.txt +0 -0
- {coordinate_system-6.0.5 → coordinate_system-7.0.1}/coordinate_system_binding.cpp +0 -0
- {coordinate_system-6.0.5 → coordinate_system-7.0.1}/setup.cfg +0 -0
|
@@ -1,15 +1,17 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: coordinate_system
|
|
3
|
-
Version:
|
|
4
|
-
Summary: High-performance 3D coordinate system library with unified differential geometry, quantum frame algebra,
|
|
3
|
+
Version: 7.0.1
|
|
4
|
+
Summary: High-performance 3D coordinate system library with unified differential geometry, quantum frame algebra, and Christmas Equation (CFUT)
|
|
5
5
|
Home-page: https://github.com/panguojun/Coordinate-System
|
|
6
6
|
Author: PanGuoJun
|
|
7
|
-
Author-email: 18858146@qq.com
|
|
7
|
+
Author-email: PanGuoJun <18858146@qq.com>
|
|
8
8
|
License: MIT
|
|
9
|
-
Project-URL:
|
|
10
|
-
Project-URL: Source, https://github.com/panguojun/Coordinate-System
|
|
9
|
+
Project-URL: Homepage, https://github.com/panguojun/Coordinate-System
|
|
11
10
|
Project-URL: Documentation, https://github.com/panguojun/Coordinate-System/blob/main/README.md
|
|
12
|
-
|
|
11
|
+
Project-URL: Repository, https://github.com/panguojun/Coordinate-System
|
|
12
|
+
Project-URL: Bug Reports, https://github.com/panguojun/Coordinate-System/issues
|
|
13
|
+
Project-URL: DOI, https://zenodo.org/records/14435613
|
|
14
|
+
Keywords: 3d,math,vector,quaternion,coordinate-system,geometry,differential-geometry,curvature,spectral-analysis,christmas-equation,cfut,unified-field-theory,complex-frame
|
|
13
15
|
Platform: Windows
|
|
14
16
|
Platform: Linux
|
|
15
17
|
Platform: macOS
|
|
@@ -20,7 +22,7 @@ Classifier: Intended Audience :: Developers
|
|
|
20
22
|
Classifier: Intended Audience :: Science/Research
|
|
21
23
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
22
24
|
Classifier: Topic :: Scientific/Engineering :: Mathematics
|
|
23
|
-
Classifier: Topic ::
|
|
25
|
+
Classifier: Topic :: Scientific/Engineering :: Physics
|
|
24
26
|
Classifier: License :: OSI Approved :: MIT License
|
|
25
27
|
Classifier: Programming Language :: Python :: 3
|
|
26
28
|
Classifier: Programming Language :: Python :: 3.7
|
|
@@ -49,16 +51,29 @@ Requires-Dist: matplotlib>=3.3.0
|
|
|
49
51
|
[](LICENSE)
|
|
50
52
|
|
|
51
53
|
**Author:** PanGuoJun
|
|
52
|
-
**Version:**
|
|
54
|
+
**Version:** 7.0.1
|
|
53
55
|
**License:** MIT
|
|
56
|
+
**DOI:** [10.5281/zenodo.14435613](https://zenodo.org/records/14435613)
|
|
54
57
|
|
|
55
58
|
---
|
|
56
59
|
|
|
57
|
-
## What's New in
|
|
60
|
+
## What's New in v7.0.1 (2026-01-16)
|
|
61
|
+
|
|
62
|
+
- **Physical Constants**: Added SI unit constants for precision calculations (ALPHA_FS, LAMBDA_C, ALPHA_PROJECTION)
|
|
63
|
+
- **Projection Factor**: Implemented α = α_fs × λ_c ≈ 1.77×10⁻¹⁴ m for geometry-gauge coupling
|
|
64
|
+
- **Numerical Verification**: New `verify_cfut_theory.py` script with complete experimental validation
|
|
65
|
+
- **Equation Decomposition**: Real/imaginary parts analysis with classical limit verification
|
|
66
|
+
- **Experimental Comparison**: All calculations validated against CODATA 2018 data (error < 10⁻⁹)
|
|
67
|
+
- **Documentation**: Added `VERIFICATION_REPORT.md` with detailed numerical results
|
|
58
68
|
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
- **
|
|
69
|
+
## What's New in v7.0.0-alpha (2026-01-14)
|
|
70
|
+
|
|
71
|
+
- **Complex Geometric Physics Module**: New `complex_geometric_physics` module for field theory calculations
|
|
72
|
+
- **U(3) Frame Implementation**: U(3) complex field with real-imaginary decomposition
|
|
73
|
+
- **Einstein Tensor**: Compute Ĝ_μν from complex frame field U(x)
|
|
74
|
+
- **Chern-Simons Current**: Topological current K̄_μ for gauge field analysis
|
|
75
|
+
- **Energy-Momentum Tensor**: Real-imaginary decomposition for matter and topology
|
|
76
|
+
- **Complete English Translation**: All code documentation now in English for worldwide use
|
|
62
77
|
|
|
63
78
|
---
|
|
64
79
|
|
|
@@ -66,12 +81,13 @@ Requires-Dist: matplotlib>=3.3.0
|
|
|
66
81
|
|
|
67
82
|
```
|
|
68
83
|
coordinate_system/
|
|
69
|
-
├── coordinate_system.pyd/.so
|
|
70
|
-
├──
|
|
71
|
-
├──
|
|
72
|
-
├──
|
|
73
|
-
├──
|
|
74
|
-
|
|
84
|
+
├── coordinate_system.pyd/.so # C++ core (vec3, quat, coord3)
|
|
85
|
+
├── complex_geometric_physics.py # Complex geometric physics module
|
|
86
|
+
├── spectral_geometry.py # FourierFrame [GL(1,C)], spectral analysis
|
|
87
|
+
├── u3_frame.py # U3Frame [U(3)], gauge field theory
|
|
88
|
+
├── differential_geometry.py # Surface curvature calculation
|
|
89
|
+
├── visualization.py # 3D visualization
|
|
90
|
+
└── curve_interpolation.py # C2-continuous interpolation
|
|
75
91
|
```
|
|
76
92
|
|
|
77
93
|
## Group Correspondence
|
|
@@ -80,7 +96,7 @@ coordinate_system/
|
|
|
80
96
|
|-------|-------|-----|----------|
|
|
81
97
|
| `coord3` | Sim(3) = R³ ⋊ (SO(3) × R⁺) | 10 | 3D coordinate transform |
|
|
82
98
|
| `FourierFrame` | GL(1,C) = U(1) × R⁺ | 2 | Spectral geometry, heat kernel |
|
|
83
|
-
| `U3Frame` | U(3) = SU(3) × U(1) | 9 | Gauge field theory |
|
|
99
|
+
| `U3Frame` | U(3) = SU(3) × U(1) | 9 | Gauge field theory, gauge transforms |
|
|
84
100
|
|
|
85
101
|
---
|
|
86
102
|
|
|
@@ -176,12 +192,14 @@ F_xy = conn_x.field_strength(conn_y)
|
|
|
176
192
|
S_YM = F_xy.yang_mills_action()
|
|
177
193
|
```
|
|
178
194
|
|
|
195
|
+
|
|
179
196
|
---
|
|
180
197
|
|
|
181
198
|
## Key Formulas
|
|
182
199
|
|
|
183
200
|
| Concept | Formula | Code |
|
|
184
201
|
|---------|---------|------|
|
|
202
|
+
| Projection Factor (v7.0.1) | $\alpha = \alpha_{\text{fs}} \times \lambda_c \approx 1.77 \times 10^{-14}$ m | `ALPHA_PROJECTION` |
|
|
185
203
|
| Intrinsic Gradient | $G_\mu = \frac{d}{dx^\mu} \log C(x)$ | `IntrinsicGradient` |
|
|
186
204
|
| Curvature Tensor | $R_{\mu\nu} = [G_\mu, G_\nu]$ | `CurvatureFromFrame` |
|
|
187
205
|
| Gaussian Curvature | $K = -\langle [G_u, G_v] e_v, e_u \rangle / \sqrt{\det g}$ | `compute_gaussian_curvature` |
|
|
@@ -218,6 +236,25 @@ S_YM = F_xy.yang_mills_action()
|
|
|
218
236
|
|
|
219
237
|
## Changelog
|
|
220
238
|
|
|
239
|
+
### v7.0.1 (2026-01-16)
|
|
240
|
+
- **Physical Constants**: Added SI unit constants (ALPHA_FS, LAMBDA_C, ALPHA_PROJECTION)
|
|
241
|
+
- **Projection Factor**: Implemented α = α_fs × λ_c ≈ 1.77×10⁻¹⁴ m for geometry-gauge coupling
|
|
242
|
+
- **Complex Geometric Physics**: Added `projection_factor` parameter to unified field solver
|
|
243
|
+
- **Numerical Verification**: New `verify_cfut_theory.py` script with complete validation
|
|
244
|
+
- **Equation Decomposition**: Real/imaginary parts analysis with classical limit verification
|
|
245
|
+
- **Experimental Validation**: All calculations compared with CODATA 2018 data (error < 10⁻⁹)
|
|
246
|
+
- **Documentation**: Added `VERIFICATION_REPORT.md` with detailed numerical results
|
|
247
|
+
- **Bug Fix**: Corrected Compton wavelength calculation (h instead of ℏ)
|
|
248
|
+
|
|
249
|
+
### v7.0.0-alpha (2026-01-14)
|
|
250
|
+
- **Complex Geometric Physics Module**: New `complex_geometric_physics.py` module
|
|
251
|
+
- **U(3) Frame Implementation**: U(3) complex field with real-imaginary decomposition
|
|
252
|
+
- **U3Frame**: U(x) = U^(R)(x) + iU^(I)(x) decomposition
|
|
253
|
+
- **EnergyMomentumTensor**: Real-imaginary tensor decomposition
|
|
254
|
+
- **Unified Field Solver**: Einstein tensor, Chern-Simons current, topological energy-momentum
|
|
255
|
+
- **Complete English Translation**: All documentation and code comments in English
|
|
256
|
+
- **DOI**: Added Zenodo DOI 10.5281/zenodo.14435613
|
|
257
|
+
|
|
221
258
|
### v6.0.4 (2025-12-08)
|
|
222
259
|
- `frames.py` → `spectral_geometry.py`
|
|
223
260
|
- Removed `fourier_spectral.py`
|
|
@@ -7,16 +7,29 @@
|
|
|
7
7
|
[](LICENSE)
|
|
8
8
|
|
|
9
9
|
**Author:** PanGuoJun
|
|
10
|
-
**Version:**
|
|
10
|
+
**Version:** 7.0.1
|
|
11
11
|
**License:** MIT
|
|
12
|
+
**DOI:** [10.5281/zenodo.14435613](https://zenodo.org/records/14435613)
|
|
12
13
|
|
|
13
14
|
---
|
|
14
15
|
|
|
15
|
-
## What's New in
|
|
16
|
+
## What's New in v7.0.1 (2026-01-16)
|
|
16
17
|
|
|
17
|
-
- **
|
|
18
|
-
- **
|
|
19
|
-
- **
|
|
18
|
+
- **Physical Constants**: Added SI unit constants for precision calculations (ALPHA_FS, LAMBDA_C, ALPHA_PROJECTION)
|
|
19
|
+
- **Projection Factor**: Implemented α = α_fs × λ_c ≈ 1.77×10⁻¹⁴ m for geometry-gauge coupling
|
|
20
|
+
- **Numerical Verification**: New `verify_cfut_theory.py` script with complete experimental validation
|
|
21
|
+
- **Equation Decomposition**: Real/imaginary parts analysis with classical limit verification
|
|
22
|
+
- **Experimental Comparison**: All calculations validated against CODATA 2018 data (error < 10⁻⁹)
|
|
23
|
+
- **Documentation**: Added `VERIFICATION_REPORT.md` with detailed numerical results
|
|
24
|
+
|
|
25
|
+
## What's New in v7.0.0-alpha (2026-01-14)
|
|
26
|
+
|
|
27
|
+
- **Complex Geometric Physics Module**: New `complex_geometric_physics` module for field theory calculations
|
|
28
|
+
- **U(3) Frame Implementation**: U(3) complex field with real-imaginary decomposition
|
|
29
|
+
- **Einstein Tensor**: Compute Ĝ_μν from complex frame field U(x)
|
|
30
|
+
- **Chern-Simons Current**: Topological current K̄_μ for gauge field analysis
|
|
31
|
+
- **Energy-Momentum Tensor**: Real-imaginary decomposition for matter and topology
|
|
32
|
+
- **Complete English Translation**: All code documentation now in English for worldwide use
|
|
20
33
|
|
|
21
34
|
---
|
|
22
35
|
|
|
@@ -24,12 +37,13 @@
|
|
|
24
37
|
|
|
25
38
|
```
|
|
26
39
|
coordinate_system/
|
|
27
|
-
├── coordinate_system.pyd/.so
|
|
28
|
-
├──
|
|
29
|
-
├──
|
|
30
|
-
├──
|
|
31
|
-
├──
|
|
32
|
-
|
|
40
|
+
├── coordinate_system.pyd/.so # C++ core (vec3, quat, coord3)
|
|
41
|
+
├── complex_geometric_physics.py # Complex geometric physics module
|
|
42
|
+
├── spectral_geometry.py # FourierFrame [GL(1,C)], spectral analysis
|
|
43
|
+
├── u3_frame.py # U3Frame [U(3)], gauge field theory
|
|
44
|
+
├── differential_geometry.py # Surface curvature calculation
|
|
45
|
+
├── visualization.py # 3D visualization
|
|
46
|
+
└── curve_interpolation.py # C2-continuous interpolation
|
|
33
47
|
```
|
|
34
48
|
|
|
35
49
|
## Group Correspondence
|
|
@@ -38,7 +52,7 @@ coordinate_system/
|
|
|
38
52
|
|-------|-------|-----|----------|
|
|
39
53
|
| `coord3` | Sim(3) = R³ ⋊ (SO(3) × R⁺) | 10 | 3D coordinate transform |
|
|
40
54
|
| `FourierFrame` | GL(1,C) = U(1) × R⁺ | 2 | Spectral geometry, heat kernel |
|
|
41
|
-
| `U3Frame` | U(3) = SU(3) × U(1) | 9 | Gauge field theory |
|
|
55
|
+
| `U3Frame` | U(3) = SU(3) × U(1) | 9 | Gauge field theory, gauge transforms |
|
|
42
56
|
|
|
43
57
|
---
|
|
44
58
|
|
|
@@ -134,12 +148,14 @@ F_xy = conn_x.field_strength(conn_y)
|
|
|
134
148
|
S_YM = F_xy.yang_mills_action()
|
|
135
149
|
```
|
|
136
150
|
|
|
151
|
+
|
|
137
152
|
---
|
|
138
153
|
|
|
139
154
|
## Key Formulas
|
|
140
155
|
|
|
141
156
|
| Concept | Formula | Code |
|
|
142
157
|
|---------|---------|------|
|
|
158
|
+
| Projection Factor (v7.0.1) | $\alpha = \alpha_{\text{fs}} \times \lambda_c \approx 1.77 \times 10^{-14}$ m | `ALPHA_PROJECTION` |
|
|
143
159
|
| Intrinsic Gradient | $G_\mu = \frac{d}{dx^\mu} \log C(x)$ | `IntrinsicGradient` |
|
|
144
160
|
| Curvature Tensor | $R_{\mu\nu} = [G_\mu, G_\nu]$ | `CurvatureFromFrame` |
|
|
145
161
|
| Gaussian Curvature | $K = -\langle [G_u, G_v] e_v, e_u \rangle / \sqrt{\det g}$ | `compute_gaussian_curvature` |
|
|
@@ -176,6 +192,25 @@ S_YM = F_xy.yang_mills_action()
|
|
|
176
192
|
|
|
177
193
|
## Changelog
|
|
178
194
|
|
|
195
|
+
### v7.0.1 (2026-01-16)
|
|
196
|
+
- **Physical Constants**: Added SI unit constants (ALPHA_FS, LAMBDA_C, ALPHA_PROJECTION)
|
|
197
|
+
- **Projection Factor**: Implemented α = α_fs × λ_c ≈ 1.77×10⁻¹⁴ m for geometry-gauge coupling
|
|
198
|
+
- **Complex Geometric Physics**: Added `projection_factor` parameter to unified field solver
|
|
199
|
+
- **Numerical Verification**: New `verify_cfut_theory.py` script with complete validation
|
|
200
|
+
- **Equation Decomposition**: Real/imaginary parts analysis with classical limit verification
|
|
201
|
+
- **Experimental Validation**: All calculations compared with CODATA 2018 data (error < 10⁻⁹)
|
|
202
|
+
- **Documentation**: Added `VERIFICATION_REPORT.md` with detailed numerical results
|
|
203
|
+
- **Bug Fix**: Corrected Compton wavelength calculation (h instead of ℏ)
|
|
204
|
+
|
|
205
|
+
### v7.0.0-alpha (2026-01-14)
|
|
206
|
+
- **Complex Geometric Physics Module**: New `complex_geometric_physics.py` module
|
|
207
|
+
- **U(3) Frame Implementation**: U(3) complex field with real-imaginary decomposition
|
|
208
|
+
- **U3Frame**: U(x) = U^(R)(x) + iU^(I)(x) decomposition
|
|
209
|
+
- **EnergyMomentumTensor**: Real-imaginary tensor decomposition
|
|
210
|
+
- **Unified Field Solver**: Einstein tensor, Chern-Simons current, topological energy-momentum
|
|
211
|
+
- **Complete English Translation**: All documentation and code comments in English
|
|
212
|
+
- **DOI**: Added Zenodo DOI 10.5281/zenodo.14435613
|
|
213
|
+
|
|
179
214
|
### v6.0.4 (2025-12-08)
|
|
180
215
|
- `frames.py` → `spectral_geometry.py`
|
|
181
216
|
- Removed `fourier_spectral.py`
|
|
@@ -14,6 +14,7 @@ Python Modules:
|
|
|
14
14
|
- differential_geometry: Surface curvature via intrinsic gradient / Lie bracket
|
|
15
15
|
- spectral_geometry: FourierFrame (GL(1,C)), spectral analysis, heat kernel
|
|
16
16
|
- u3_frame: U3Frame (U(3)), gauge field theory, symmetry breaking
|
|
17
|
+
- complex_geometric_physics: Christmas Equation, unified field theory (CFUT)
|
|
17
18
|
- visualization: Coordinate system visualization
|
|
18
19
|
- curve_interpolation: C2-continuous curve and frame interpolation
|
|
19
20
|
|
|
@@ -22,10 +23,11 @@ Group Correspondence:
|
|
|
22
23
|
- FourierFrame ∈ GL(1,C) = U(1) × R⁺
|
|
23
24
|
- U3Frame ∈ U(3) = SU(3) × U(1)
|
|
24
25
|
|
|
25
|
-
Version:
|
|
26
|
+
Version: 7.0.1
|
|
27
|
+
DOI: https://doi.org/10.5281/zenodo.18217542
|
|
26
28
|
"""
|
|
27
29
|
|
|
28
|
-
__version__ = '
|
|
30
|
+
__version__ = '7.0.1'
|
|
29
31
|
|
|
30
32
|
from .coordinate_system import vec3, vec2
|
|
31
33
|
from .coordinate_system import quat
|
|
@@ -112,6 +114,25 @@ from .u3_frame import (
|
|
|
112
114
|
SymmetryBreakingPotential,
|
|
113
115
|
)
|
|
114
116
|
|
|
117
|
+
# Complex Geometric Physics module (Christmas Equation, CFUT)
|
|
118
|
+
from .complex_geometric_physics import (
|
|
119
|
+
# Core classes (U3Frame imported from u3_frame module above)
|
|
120
|
+
EnergyMomentumTensor,
|
|
121
|
+
ChristmasEquation,
|
|
122
|
+
|
|
123
|
+
# Utility functions
|
|
124
|
+
create_flat_spacetime_frame,
|
|
125
|
+
create_curved_spacetime_frame,
|
|
126
|
+
create_gauge_field_frame,
|
|
127
|
+
|
|
128
|
+
# Constants
|
|
129
|
+
M_PLANCK,
|
|
130
|
+
LAMBDA_TOPO,
|
|
131
|
+
ALPHA_FS,
|
|
132
|
+
LAMBDA_C,
|
|
133
|
+
ALPHA_PROJECTION,
|
|
134
|
+
)
|
|
135
|
+
|
|
115
136
|
# Visualization module
|
|
116
137
|
from .visualization import (
|
|
117
138
|
CoordinateSystemVisualizer,
|