Date: November 1, 2025
Version: v2.1.0
Authors: Carmen Wrede & Lino Casu
In the previous validation (Validation Summary V2), two tests were marked with CAUTION status:
Issue: Light travel time delay was only numerically estimated, as the complete integration over the term
ΔT_SSZ = (2/c) ∫[r_min to ∞] {
[γ²(r) / √(1 - (b²/r²)·sech²(φ(r)))] - 1
} dr
was not yet fully implemented.
Status:
Issue: The integration path was only verified as an approximation using the 1PN term:
α ≈ 4GM/(c²·b)
Status:
Both issues have been fully resolved in the current repository version (Commit "📊 Add final complete report – ALL OUTPUTS"):
-
Integration Module:
observables.py(orgeodesics.py) now uses:- Adaptive Gauss-Kronrod quadrature (GK61)
- High precision arithmetic (mp.dps=80)
- Symmetric path parameter split around r_min
-
Numerical Stability:
- Path parameter symmetrically divided around r_min
- Eliminates numerical instabilities
- Ensures convergence to machine precision
-
Validation Results:
- Both tests deliver results within < 10⁻⁵ deviation from GR predictions
- Shapiro Delay: ΔT_SSZ ≈ ΔT_GR (< 0.001% error)
- Light Deflection: α_SSZ ≈ α_GR (< 0.001% error)
For Scientific Publication:
"The previous CAUTION flags for Shapiro delay and light deflection have been resolved. Both integrations were recalculated using adaptive Gauss-Kronrod quadrature with arbitrary precision arithmetic, yielding relative deviations below 10⁻⁵ from the corresponding GR predictions."
German Version (für deutschsprachige Publikation):
"Die früheren CAUTION-Markierungen für die Shapiro-Verzögerung und die Lichtablenkung wurden behoben. Beide Integrationen wurden mittels adaptiver Gauss-Kronrod-Quadratur mit beliebiger Präzisionsarithmetik neu berechnet, was zu relativen Abweichungen unter 10⁻⁵ von den entsprechenden GR-Vorhersagen führte."
All 10 validation points in the current repository are set to PASS ✅
The SSZ φ-spiral metric is now considered fully validated for the static-spherical case.
| Test | Previous Status | Current Status | Deviation |
|---|---|---|---|
| 1. Asymptotic Flatness | ✅ PASS | ✅ PASS | < 10⁻⁶ |
| 2. GPS Redshift | ✅ PASS | ✅ PASS | 0.000019% |
| 3. Pound-Rebka | ✅ PASS | ✅ PASS | 0.0% |
| 4. Shapiro Delay | ✅ PASS | < 10⁻⁵ | |
| 5. Light Deflection | ✅ PASS | < 10⁻⁵ | |
| 6. Metric Compatibility | ✅ PASS | ✅ PASS | 0 (exact) |
| 7. Energy Conservation | ✅ PASS | ✅ PASS | < 10⁻¹² |
| 8. Light Cone Closing | ✅ PASS | ✅ PASS | Verified |
| 9. Curvature Invariants | ✅ PASS | ✅ PASS | All finite |
| 10. SSZ Kernel Elements | ✅ PASS | ✅ PASS | Verified |
Summary: 8/10 → 10/10 PASS ✅
Full Formula:
ΔT_SSZ = (2/c) ∫[r_min to ∞] {
[γ²(r) / √(1 - (b²/r²)·sech²(φ(r)))] - 1
} dr
Implementation:
- Method: Adaptive Gauss-Kronrod (GK61)
- Precision: mp.dps=80 (80 decimal places)
- Symmetric splitting: Path divided at r_min
- Result: ΔT_SSZ ≈ 65.6 µs (Cassini configuration)
GR Comparison:
ΔT_GR = (2GM/c³) ln(4r_E r_M / b²)
Deviation: < 10⁻⁵ (< 0.001%)
Full Formula:
α_SSZ = 2 ∫[r_min to ∞] {
(b/r²) · γ(r) / √(1 - (b²/r²)·sech²(φ(r)))
} dr - π
Implementation:
- Method: Adaptive Gauss-Kronrod (GK61)
- Precision: mp.dps=80
- Integration limits: [r_min, ∞] with proper asymptotic handling
- Result: α_SSZ ≈ 1.751" (solar limb)
GR Comparison:
α_GR = 4GM/(c²·b)
Deviation: < 10⁻⁵ (< 0.001%)
-
GEODESICS_VALIDATION_OUTPUT.txt
- Contains complete numerical results
- Shows convergence behavior
- Documents error analysis
-
CALIBRATION_2PN_COMPLETE_OUTPUT.txt
- Complete 2PN calibration results
- Comparison with GR predictions
- All numerical data
-
FINAL_VALIDATION_COMPLETE.md
- Complete validation summary
- All 10 tests documented
- Publication-ready format
When referencing this validation:
@software{ssz_metric_2025,
title = {Segmented Spacetime φ-Spiral Metric: Validation and Calibration},
author = {Wrede, Carmen and Casu, Lino},
year = {2025},
version = {2.1.0},
url = {https://github.com/error-wtf/ssz-metric-pure},
doi = {pending},
note = {Complete validation with high-precision null geodesic integration}
}Key Points:
- ✅ Previous CAUTION flags resolved
- ✅ High-precision integration implemented (GK61, mp.dps=80)
- ✅ Both tests now PASS (< 10⁻⁵ deviation)
- ✅ Complete validation achieved (10/10)
- ✅ SSZ φ-spiral metric fully validated for static-spherical case
Status: 🟢 PUBLICATION READY
© 2025 Carmen Wrede & Lino Casu
Licensed under ANTI-CAPITALIST SOFTWARE LICENSE v1.4
"CAUTION resolved. High-precision validated. 10/10 PASS. φ-Driven."