qCompute Hero Image

qCompute

Deterministic · Verifiable · Quantum‑Ready

⚙️ 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 map
  • qc_Identity.md — purpose, invariants, structural role
  • qc_Session.md — session container
  • qc_Validator.md — legality engine
  • qc_Operators.md — operator catalog
  • qc_OperatorGrammar.md — formal grammar
  • qc_Backends.md — backend overview
  • qc_BackendProfiles.md — backend metadata
  • qc_Router.md — routing engine
  • qc_ResonanceFrame.md — frame manager
  • qc_Drift.md — drift engine
  • qc_Transitions.md — environment transitions
  • qc_Capture.md — append‑only ledger writer
  • qc_Replay.md — replay verifier
  • qc_API.md — public API surface
  • qc_Flow.md — narrative pipeline walkthrough
  • qc_Examples_Minimal.md — minimal examples
  • qc_Examples_Advanced.md — advanced examples
  • qc_FrontDoor.html — HTML entry point
  • qc_Module.json — module manifest

🧭 Orientation#

If you are new to qCompute, start with:

  1. qc_Identity.md
  2. qc_Operators.md
  3. qc_OperatorGrammar.md
  4. qc_Router.md
  5. qc_ResonanceFrame.md
  6. qc_Capture.md
  7. qc_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.