Math-only implementation of the Zeta Collapse Model (ZCM). System architecture and database are patent-pending and not included.
Project description
Zeta Collapse Model (ZCM) – Math Library
This repository contains the math-only implementation of the Zeta Collapse Model (ZCM):
a deterministic framework for collapsing high-entropy data using radar-band logic inspired by
the spectral behaviour of the Riemann zeta function.
⚠️ Important:
This repository includes only the mathematical components of ZCM.
The ZCM database architecture, selector engine, radar-band orchestration, and system-level design
are patent-pending and are not included here.
✨ What is ZCM?
The Zeta Collapse Model is a deterministic collapse method that:
- Defines radar bands to isolate stable signal regions.
- Applies harmonic / interval logic to reduce chaotic candidate sets.
- Uses simple zeta-derived metrics (e.g.,
basic_zeta_metric) for illustration. - Requires no machine learning, no statistics, and no probability.
This math library is intentionally minimal and demonstrates the foundational ideas behind ZCM collapse behaviour.
📦 Included in this repo
Math modules
-
zcm/radar_bands.py
Radar band definitions and filtering logic. -
zcm/collapse.py
A simple deterministic collapse using a single radar band. -
zcm/zeta_metrics.py
Toy zeta-related metrics (for examples only). -
zcm/__init__.py
Public API surface.
🧠 Example usage
from zcm import collapse_by_radar_band
candidates = [3, 6, 8, 15, 18, 39]
survivors = collapse_by_radar_band(
candidates=candidates,
center=15,
radius=5
)
print(survivors)
# → [8, 15, 18]
## 📩 Contact
For collaboration, licensing, or access to ZCM’s system architecture:
**Alex Veldman**
GitHub: https://github.com/alexvm35
ResearchGate: https://www.researchgate.net/
## 📚 Related Work
The Zeta Collapse Model (ZCM) sits in a broader landscape of research exploring
spectral, harmonic, or zeta-function–based mechanisms for dimensional reduction
and state collapse.
A closely related theoretical work is:
**Stander, M. & Wallis, B. (2023).
"Deriving Measurement Collapse Using Zeta Function Regularisation."**
arXiv: 2303.0054
https://arxiv.org/abs/2303.0054
Their approach derives quantum measurement collapse using zeta-function
regularisation and thermodynamic arguments. While ZCM is *not* a quantum collapse
theory, both frameworks share the idea of using zeta-spectral structure to
reduce high-entropy systems into stable surviving states.
ZCM generalises this idea into a **deterministic, computation-oriented collapse
filter** that applies to numerical data, candidate sets, token streams, and
signal processing pipelines.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file zcm_collapse_model-1.0.3.tar.gz.
File metadata
- Download URL: zcm_collapse_model-1.0.3.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7bbd4c1a1a2229964d8ebd2dc26e0b7d2ea01182b0d1034a4da6fd84e35dfe7e
|
|
| MD5 |
05c3a362bc6adf310050429d8f584879
|
|
| BLAKE2b-256 |
ded56803808be01594c8e91d70ed012378995e80f636b0f61266700a3fa47352
|
File details
Details for the file zcm_collapse_model-1.0.3-py3-none-any.whl.
File metadata
- Download URL: zcm_collapse_model-1.0.3-py3-none-any.whl
- Upload date:
- Size: 5.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5bd4a93bcf0367fa935280a5eba438827f4cd357cda89c30c6459621c6c9f1a3
|
|
| MD5 |
3ff145473ec407735c2750f0bd8052bf
|
|
| BLAKE2b-256 |
d811987828e88e113dc695598084ba3695092c325af515f0495e21d95b3bda76
|