Skip to content

Latest commit

 

History

History
62 lines (46 loc) · 1.68 KB

File metadata and controls

62 lines (46 loc) · 1.68 KB

Important

Status: Work in Progress

This repository is under active development. Content, structure, and implementation details may change frequently.

AxionQM

This repository is the current Axion quantum systems workspace.

It is publicly viewable for research transparency, but it is not open source. The binding legal terms remain in LICENSE and NOTICE.md.

Current stack

The active stack in this repository is:

  1. AxionQFabric
  2. AxionQOS
  3. AxionE
  4. AxionQM_Clean
  5. optional AxionEM

AxionQM remains in the tree as the legacy integrated trunk. It still contains the embedded invariant guard, embedded QECC support, and the parallel-cubed workflow, but new control-path work should target AxionQM_Clean.

Repository layout

  • AxionQFabric - multi-site fabric layer
  • AxionQOS - per-site quantum operating system / control plane
  • AxionE - execution engine and runtime
  • AxionQM_Clean - primary QM control layer
  • AxionEM - optional advisory layer
  • AxionQM - legacy integrated QM repository

Portability

The active stack is workspace-contained.

  • shared path discovery is rooted through workspace_manifest.json
  • no active runtime path depends on this specific computer
  • each active layer is intended to run from inside this repository root

Status

  • AxionQFabric: primary
  • AxionQOS: primary
  • AxionE: primary runtime
  • AxionQM_Clean: primary QM
  • AxionEM: optional
  • AxionQM: legacy but retained

Root docs

  • STACK_ARCHITECTURE.md
  • SUPPORT_STATUS.md
  • ENGINE_QM_CONTRACT.md
  • MIGRATION_GUIDE.md
  • PORTABILITY_AND_INTEGRATION_REPORT.md
  • REBUILT_STACK_FILE_TREE.md