Update README.md
Browse files
README.md
CHANGED
|
@@ -1,41 +1,44 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: mit
|
| 3 |
-
language:
|
| 4 |
-
- en
|
| 5 |
-
tags:
|
| 6 |
-
- philosophy
|
| 7 |
-
- trignum
|
| 8 |
-
- trignumentality
|
| 9 |
-
- epistemology
|
| 10 |
-
- quantum
|
| 11 |
-
- quantum-computing
|
| 12 |
-
- architecture
|
| 13 |
-
---
|
| 14 |
-
# TRIGNUMENTALITY
|
| 15 |
-
|
| 16 |
-
[](https://doi.org/10.5281/zenodo.18736774)
|
| 17 |
-
|
| 18 |
-
The transcendental framework establishing the conditions under which AI outputs can become knowledge.
|
| 19 |
-
|
| 20 |
-
## ๐๏ธ The Three Pillars (Repositories)
|
| 21 |
-
|
| 22 |
-
Trignumentality is uniquely embodied across three distinct repositories, separating pure theory from engineering application and advanced infrastructure:
|
| 23 |
-
|
| 24 |
-
1. **[Trignumentality](https://github.com/Codfski/trignumentality) (Foundation Layer)**: *This repository.* The original theoretical papers, doctrine, and the architectural principles.
|
| 25 |
-
2. **[TRIGNUM-300M](https://github.com/Codfski/TRIGNUM-300M-TCHIP) (Engineering Layer)**: The technical *a priori* for autonomous AI. A deterministic, zero-model logic validator.
|
| 26 |
-
3. **[TRIGNUM Main](https://github.com/Codfski/Trignum) (Infrastructure Layer)**: Applied enterprise architecture. Tensor RAG, Epistemic Authorization, and real-world deployment across domains.
|
| 27 |
-
|
| 28 |
-
## โ๏ธ Quantum Phase Estimation (TQPE)
|
| 29 |
-
|
| 30 |
-
[](https://doi.org/10.5281/zenodo.18751914)
|
| 31 |
-
|
| 32 |
-
Located in the `tqpe/` directory is the first integration of Trignumentality with quantum computing.
|
| 33 |
-
|
| 34 |
-
- **`TQPE_Building_The_Bridge.pdf`**: The full research paper detailing the epistemic crisis in quantum verification and proposing the TQPE pipeline.
|
| 35 |
-
- **`tqpe.py`**: A fully runnable, zero-dependency Python implementation of the 5-phase TQPE pipeline. It runs simulated QPE on the exact ground states of the H2 and LiH molecules, validating circuits via the Subtractive Filter *before* execution, and evaluating epistemic confidence *after*.
|
| 36 |
-
|
| 37 |
-
|
| 38 |
-
|
| 39 |
-
|
| 40 |
-
|
| 41 |
-
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
tags:
|
| 6 |
+
- philosophy
|
| 7 |
+
- trignum
|
| 8 |
+
- trignumentality
|
| 9 |
+
- epistemology
|
| 10 |
+
- quantum
|
| 11 |
+
- quantum-computing
|
| 12 |
+
- architecture
|
| 13 |
+
---
|
| 14 |
+
# TRIGNUMENTALITY
|
| 15 |
+
|
| 16 |
+
[](https://doi.org/10.5281/zenodo.18736774)
|
| 17 |
+
|
| 18 |
+
The transcendental framework establishing the conditions under which AI outputs can become knowledge.
|
| 19 |
+
|
| 20 |
+
## ๐๏ธ The Three Pillars (Repositories)
|
| 21 |
+
|
| 22 |
+
Trignumentality is uniquely embodied across three distinct repositories, separating pure theory from engineering application and advanced infrastructure:
|
| 23 |
+
|
| 24 |
+
1. **[Trignumentality](https://github.com/Codfski/trignumentality) (Foundation Layer)**: *This repository.* The original theoretical papers, doctrine, and the architectural principles.
|
| 25 |
+
2. **[TRIGNUM-300M](https://github.com/Codfski/TRIGNUM-300M-TCHIP) (Engineering Layer)**: The technical *a priori* for autonomous AI. A deterministic, zero-model logic validator.
|
| 26 |
+
3. **[TRIGNUM Main](https://github.com/Codfski/Trignum) (Infrastructure Layer)**: Applied enterprise architecture. Tensor RAG, Epistemic Authorization, and real-world deployment across domains.
|
| 27 |
+
|
| 28 |
+
## โ๏ธ Quantum Phase Estimation (TQPE)
|
| 29 |
+
|
| 30 |
+
[](https://doi.org/10.5281/zenodo.18751914)
|
| 31 |
+
|
| 32 |
+
Located in the `tqpe/` directory is the first integration of Trignumentality with quantum computing.
|
| 33 |
+
|
| 34 |
+
- **`TQPE_Building_The_Bridge.pdf`**: The full research paper detailing the epistemic crisis in quantum verification and proposing the TQPE pipeline.
|
| 35 |
+
- **`tqpe.py`**: A fully runnable, zero-dependency Python implementation of the 5-phase TQPE pipeline. It runs simulated QPE on the exact ground states of the H2 and LiH molecules, validating circuits via the Subtractive Filter *before* execution, and evaluating epistemic confidence *after*.
|
| 36 |
+
|
| 37 |
+
๐ **Try the Live Interactive Demo:** [TRIGNUM-TQPE-Pipeline](https://huggingface.co/spaces/Codfskitraceon/TRIGNUM-TQPE-Pipeline)
|
| 38 |
+
|
| 39 |
+
|
| 40 |
+
Read the full "BUILDING THE BRIDGE" paper in the `tqpe/` folder.
|
| 41 |
+
|
| 42 |
+
## ๐ The Original Manuscript
|
| 43 |
+
|
| 44 |
+
- **`trignumentality-paper-2026-02-23.md` / `.pdf`**: The foundation document outlining the 5 core principles of Trignumentality.
|