qCompute
Deterministic · Verifiable · Quantum‑Ready
qc_Module.json— agentic module schema
⚙️ Structure First#
🔒 Hash Chain Integrity#
🧩 Multi‑Tier Routing#
🌌 Drift‑Bounded#
qCompute is the structural compute engine of RTT‑Inside.
It defines the full operator → routing → frame → drift → transition → capture → replay pipeline.
This module computes structure, not amplitudes.
📘 Module Overview#
qCompute provides:
- resonance‑tiered operators (r1 / r2 / r3)
- deterministic routing
- drift‑bounded frames
- environment transitions (sandbox → production → archive)
- append‑only capture (
.qtrace) - strict replay verification
It is the execution substrate for RTT‑Inside.
📂 Key Files#
qc_Index.md— module index + file mapqc_Identity.md— purpose, invariants, structural roleqc_Session.md— session containerqc_Validator.md— legality engineqc_Operators.md— operator catalogqc_OperatorGrammar.md— formal grammarqc_Backends.md— backend overviewqc_BackendProfiles.md— backend metadataqc_Router.md— routing engineqc_ResonanceFrame.md— frame managerqc_Drift.md— drift engineqc_Transitions.md— environment transitionsqc_Capture.md— append‑only ledger writerqc_Replay.md— replay verifierqc_API.md— public API surfaceqc_Flow.md— narrative pipeline walkthroughqc_Examples_Minimal.md— minimal examplesqc_Examples_Advanced.md— advanced examplesqc_FrontDoor.html— HTML entry pointqc_Module.json— module manifest
🧭 Orientation#
If you are new to qCompute, start with:
qc_Identity.mdqc_Operators.mdqc_OperatorGrammar.mdqc_Router.mdqc_ResonanceFrame.mdqc_Capture.mdqc_Replay.md
🛠️ Status#
This module is complete and canonical as of 2026.
All files follow the TriadicFrameworks structural grammar and metadata schema.
📄 License#
Open educational use permitted.
See qc_FrontDoor.html for metadata and contact links.