dr.David
Rhodus
The bookREFERENCE COLLECTION Contents
Appendix M201 / 232

Reference Configurations

Operating Quantum Computers · 1 min read

This appendix provides compact starting configurations for Chapter 74. They are templates, not mandates.

Research sandbox

Illustrative listing · yaml
pattern: research-sandbox
purpose: exploratory learning
controls:
  - source_control
  - local_simulation
  - basic_artifact_retention
  - per_user_budget
not_for:
  - external_claims
  - vendor_acceptance
  - regulated_decisions
DIAGRAM
Diagram loads as you read
Research sandbox · Figure 1
View diagram source
flowchart LR
    Repo[Repo] --> Sim[Local simulator]
    Sim --> Cloud[Cloud QPU]
    Cloud --> Store[Artifact store]
    Store --> Notes[Experiment notes]

Vendor evaluation lab

Illustrative listing · yaml
pattern: vendor-evaluation-lab
purpose: compare providers using benchmark contracts
controls:
  - benchmark_catalog
  - result_cards
  - failed_run_retention
  - reviewer_signoff
  - cost_center_tags
DIAGRAM
Diagram loads as you read
Vendor evaluation lab · Figure 2
View diagram source
flowchart TB
    Catalog[Benchmark catalog] --> Plan[Evaluation plan]
    Plan --> A[Provider A]
    Plan --> B[Provider B]
    Plan --> C[Provider C]
    A --> Cards[Result cards]
    B --> Cards
    C --> Cards
    Cards --> Decision[Procurement decision]

Application platform

Illustrative listing · yaml
pattern: application-platform
purpose: stable quantum workflow APIs for internal teams
controls:
  - internal_sdk
  - workflow_manifest
  - preflight_service
  - runtime_broker
  - experiment_warehouse
  - claim_review
DIAGRAM
Diagram loads as you read
Application platform · Figure 3
View diagram source
flowchart LR
    SDK[Internal SDK] --> Preflight[Preflight]
    Preflight --> Broker[Runtime broker]
    Broker --> Backends[Backends]
    Backends --> Warehouse[Experiment warehouse]
    Warehouse --> Products[Data products]

Hardware operations center

Illustrative listing · yaml
pattern: hardware-operations-center
purpose: operate physical quantum systems
controls:
  - facility_telemetry
  - calibration_pipeline
  - backend_quarantine
  - runtime_admission_control
  - incident_response
  - commissioning_checklists
DIAGRAM
Diagram loads as you read
Hardware operations center · Figure 4
View diagram source
flowchart TB
    Facility[Facility telemetry] --> Ops[Ops console]
    QPU[QPU telemetry] --> Ops
    Control[Control stack] --> Ops
    Ops --> Cal[Calibration]
    Cal --> Admit[Admission control]

Fault-tolerant readiness program

Illustrative listing · yaml
pattern: fault-tolerant-readiness
purpose: prepare for logical quantum services
controls:
  - logical_workload_registry
  - resource_estimation_pipeline
  - assumptions_registry
  - decoder_review
  - factory_model_review
  - investment_gate
DIAGRAM
Diagram loads as you read
Fault-tolerant readiness program · Figure 5
View diagram source
flowchart LR
    Registry[Logical workload registry] --> Estimate[Resource estimate]
    Estimate --> Assumptions[Assumptions registry]
    Assumptions --> Review[Readiness review]
    Review --> Roadmap[Roadmap]