Quantum operations is a team sport. A credible program needs physicists, control engineers, compiler engineers, software engineers, SREs, security engineers, data engineers, product managers, and domain experts. It also needs an operating culture that rewards uncertainty discipline rather than spectacular but unreproducible demonstrations.
33.1 Team topology
View diagram source
flowchart TB
Platform[Quantum platform team] --> Hardware[Hardware / lab operations]
Platform --> Control[Control systems]
Platform --> Compiler[Compiler and SDK]
Platform --> Data[Data and reproducibility]
Platform --> SRE[SRE / operations]
Platform --> Security[Security and governance]
Platform --> Product[Product / portfolio]
Platform --> Domain[Domain application teams]Team responsibilities:
| Team | Primary responsibility |
|---|---|
| hardware / lab | device health, facilities, calibration, physical operations |
| control systems | pulses, timing, feedback, electronics, real-time constraints |
| compiler | target-aware lowering, optimization, portability |
| data | artifacts, provenance, trust reports, reproducibility |
| SRE | incidents, reliability, queues, telemetry, runbooks |
| security | IAM, data policy, PQC program, vendor review |
| product | use-case portfolio, value thresholds, customer promises |
| domain | chemistry, optimization, materials, finance, logistics, etc. |
33.2 Competency matrix
A competency matrix prevents one expert from becoming the hidden runtime for the whole organization.
View diagram source
quadrantChart
title Quantum operations competency map
x-axis Low operational depth --> High operational depth
y-axis Low quantum depth --> High quantum depth
quadrant-1 Quantum operations leaders
quadrant-2 Research specialists
quadrant-3 Onboarding
quadrant-4 Platform operators
Compiler engineer: [0.70, 0.65]
Lab operator: [0.82, 0.55]
Domain scientist: [0.45, 0.72]
Product manager: [0.42, 0.38]
SRE: [0.78, 0.35]Skills to track:
| Skill | Basic | Advanced |
|---|---|---|
| quantum concepts | reads circuit diagrams | reasons about noise and measurement |
| hardware | knows modality constraints | interprets calibration and drift |
| algorithms | runs examples | designs baselines and stop conditions |
| statistics | reads confidence intervals | designs shot allocation and validation |
| operations | follows runbooks | leads incidents and postmortems |
| security | follows IAM policy | designs governance and PQC controls |
| product | states use case | defines evidence-backed value threshold |
33.3 Training ladder
View diagram source
flowchart LR
Foundations[Foundations] --> Circuits[Circuits and measurement]
Circuits --> Hardware[Hardware constraints]
Hardware --> Algorithms[Algorithm workflows]
Algorithms --> Operations[Operations and SRE]
Operations --> Governance[Governance and productization]Training modules:
| Module | Outcome |
|---|---|
| quantum fundamentals | understand state, gates, measurement, noise |
| circuit execution | submit and interpret simple workloads |
| hardware constraints | understand topology, calibration, and target limits |
| algorithm workflow | run baseline + quantum candidate + trust report |
| platform operations | use runbooks, dashboards, and incident process |
| governance | apply access, cost, publication, and claim policies |
33.4 Review boards
Quantum programs need review boards because bad claims are easy to make and hard to undo.
View diagram source
flowchart TB
Proposal[Experiment proposal] --> Technical[Technical review]
Technical --> Statistical[Statistical review]
Statistical --> Security[Security / data review]
Security --> Product[Product value review]
Product --> Approve{Approve?}
Approve -- yes --> Execute[Execute]
Approve -- no --> Revise[Revise or reject]Review boards should evaluate:
- whether the baseline is adequate,
- whether the statistical plan is credible,
- whether the workload can fit the target,
- whether security and data controls are sufficient,
- whether public or customer-facing claims are justified,
- whether the cost is proportional to expected value.
33.5 Blameless postmortems for quantum incidents
Quantum incidents are often cross-layer: calibration changes, compiler changes, scheduling pressure, hardware drift, result-store defects, or dashboard gaps.
View diagram source
flowchart LR
Incident[Incident] --> Timeline[Timeline]
Timeline --> Contributing[Contributing factors]
Contributing --> Detection[Detection gaps]
Contributing --> Mitigation[Mitigation gaps]
Mitigation --> Actions[Action items]
Actions --> Learning[Shared learning]Postmortem template:
quantum_postmortem:
incident_id: string
summary: string
impact:
workloads_affected: int
evidence_reports_retracted: int
users_affected: int
timeline:
- time: timestamp
event: string
contributing_factors:
- layer: hardware|compiler|scheduler|data|user|provider
description: string
detection_gaps:
- string
corrective_actions:
- owner: string
due_date: date
action: string33.6 Incentives and anti-patterns
Culture determines whether the program optimizes for truth or demos.
| Anti-pattern | Better incentive |
|---|---|
| reward best single run | reward reproducibility across windows |
| hide failed experiments | archive and learn from negative results |
| publish without baseline | require baseline and uncertainty |
| optimize for press claims | optimize for decision quality |
| treat hardware as magic | require target contracts and metadata |
| heroic debugging | build runbooks and dashboards |
View diagram source
flowchart TB
Incentives[Incentives] --> Behavior[Team behavior]
Behavior --> Evidence[Evidence quality]
Evidence --> Trust[Organizational trust]
Trust --> Investment[Investment quality]33.7 On-call and escalation model
Not every quantum program needs 24/7 on-call. But every production-facing program needs named escalation paths.
View diagram source
sequenceDiagram
participant User
participant Support as Support / triage
participant SRE
participant Quantum as Quantum specialist
participant Vendor
User->>Support: report issue
Support->>SRE: classify impact
SRE->>Quantum: investigate quantum layer
Quantum->>Vendor: escalate provider issue if needed
Vendor-->>Quantum: provider response
Quantum-->>SRE: mitigation
SRE-->>Support: user-facing updateEscalation categories:
| Category | Primary owner |
|---|---|
| failed submission | platform/SRE |
| unexpected result distribution | algorithm + hardware |
| metadata missing | data platform |
| backend unavailable | provider/vendor manager |
| cost anomaly | FinOps + platform |
| security event | security |
| public-claim concern | product + legal + technical review |
33.8 Knowledge base design
A quantum knowledge base should be operational, not just educational.
View diagram source
flowchart TB
KB[Knowledge base] --> Runbooks[Runbooks]
KB --> Patterns[Workload patterns]
KB --> Postmortems[Postmortems]
KB --> Glossary[Glossary]
KB --> DecisionRecords[Decision records]
KB --> Training[Training modules]Knowledge-base rules:
- every recurring failure gets a runbook,
- every major architecture choice gets a decision record,
- every retired experiment gets a short rationale,
- every customer-facing claim links to evidence,
- every glossary term maps provider-specific language where necessary.
33.9 Hiring profiles
Useful profiles:
| Profile | Strong signal |
|---|---|
| quantum systems engineer | can reason across hardware, compiler, and statistics |
| quantum SRE | can build reliability processes for probabilistic systems |
| experiment data engineer | can design provenance and reproducibility systems |
| domain algorithm lead | can connect domain value to quantum evidence |
| control engineer | understands timing, feedback, electronics, and calibration |
| quantum security lead | connects PQC, IAM, vendor risk, and artifact security |
Avoid hiring only theorists or only software engineers. The platform needs both, plus operations.
33.10 Chapter checklist
A strong operating culture has:
- explicit team topology,
- competency matrix,
- training ladder,
- review boards,
- blameless postmortems,
- anti-hype incentives,
- escalation paths,
- operational knowledge base,
- hiring profiles tied to roadmap needs.
View diagram source
flowchart LR
Teams[Teams] --> Culture[Operating culture]
Training[Training] --> Culture
Reviews[Reviews] --> Culture
Postmortems[Postmortems] --> Culture
KB[Knowledge base] --> Culture