Quantum Core
PQC Primitives, SIC-POVM Swarm & IBM Quantum Bridge
01. Architecture
Quantum Core is the mathematical substrate of the P31 stack โ a TypeScript library providing post-quantum cryptographic primitives, SIC-POVM swarm coordination, and a bridge to IBM Quantum hardware. It is consumed as a dependency by Kenosis, Genesis Gate, and Node Zero.
-
โธ
FIPS-203 (ML-KEM / Kyber) + FIPS-204 (ML-DSA / Dilithium) NIST-standardized post-quantum key encapsulation and digital signatures. Implemented in
src/pqc/fips203-204.ts. These primitives replace RSA/ECDSA in all P31 identity and signing operations. -
โธ
SIC-POVM Swarm Manager
src/swarm/SicPovmSwarmManager.tsโ coordinates measurement assignments across the 7-node Kenosis topology. Each worker node is assigned one of the d=2 SIC-POVM tetrahedral measurement axes. -
โธ
IBM Quantum Bridge
src/ibmQuantumBridge.tsโ submits circuits to IBM Quantum backends via the Qiskit Runtime API. Used for Posner molecule simulation and SIC-POVM fidelity verification against real hardware. -
โธ
Algorithm Primitives
src/algorithms/quantumAlgorithms.tsโ Grover's search, amplitude estimation, phase estimation.src/monitoring/quantumSystemMonitor.tstracks coherence times and gate fidelity. -
โธ
Performance Baseline
src/optimization/performanceBaseline.tsโ classical vs. quantum comparison harness. Tracks which operations benefit from quantum speedup vs. which remain classical for efficiency.
02. Research Context
Quantum Core exists because the P31 thesis rests on a specific physical claim: the Posner molecule (Caโ(POโ)โ) protects ยณยนP nuclear spin coherence long enough for biologically meaningful quantum operations. Quantum Core provides the computational substrate to model and verify this.
SIC-POVM and the Network Topology: The d=2 SIC-POVM is informationally complete โ 4 measurements (forming a tetrahedron on the Bloch sphere) are sufficient to reconstruct any qubit state. P31 maps each measurement to a network node, making the 7-node Kenosis mesh informationally complete by construction.
Post-Quantum Timeline: FIPS-203/204 were standardized by NIST in 2024. All P31 cryptographic identity is being migrated to these standards ahead of the "harvest now, decrypt later" threat window.
GRANT REFERENCE
ARPA-H grant abstract included at docs/ARPA-H_GRANT_ABSTRACT.md. The IBM Quantum bridge supports the research claim that Posner molecule coherence is computationally significant.
Package Info
test/quantum-core.test.ts