Metrics can improve quantum operations or distort them. A dashboard that optimizes gate fidelity alone may encourage fragile local improvements while system-level workload quality worsens. A dashboard that optimizes QPU utilization alone may encourage low-value jobs. The metric program must reflect the operating purpose.
This chapter adapts measurement-program concepts from NIST security measurement guidance [R166] to quantum platform operations.
View diagram source
flowchart LR
Objective[Operating objective] --> Question[Measurement question]
Question --> Metric[Metric]
Metric --> Data[Data source]
Data --> Review[Review cadence]
Review --> Action[Management action]Measurement principles
A useful metric has an owner, an interpretation rule, and an action path. Without those, it is decoration.
| Principle | Quantum implication |
|---|---|
| measure decisions, not curiosity | every dashboard should support an operating decision |
| separate leading and lagging indicators | calibration drift is leading; failed claims are lagging |
| avoid single-metric control | fidelity without workload success is misleading |
| preserve context | metrics must bind to target epoch and workload class |
| review decay | retire metrics that no longer drive action |
View diagram source
mindmap
root((Metric quality))
Decision linked
Context bound
target
epoch
workload
Actionable
owner
threshold
runbook
Resistant to gaming
Reviewed over timeMetric families
Quantum platforms need multiple metric families because no single number represents health.
View diagram source
flowchart TB
Dashboard[Executive dashboard] --> Physics[Physics health]
Dashboard --> Workload[Workload success]
Dashboard --> Cost[Cost and capacity]
Dashboard --> Evidence[Evidence quality]
Dashboard --> Security[Security and governance]
Dashboard --> Learning[Learning velocity]| Family | Example metrics | Decision supported |
|---|---|---|
| physics health | drift rate, readout stability, crosstalk incidents | target availability |
| workload success | successful mission runs, benchmark pass rate | investment and routing |
| capacity | queue time, reservation utilization, cost per validated result | budgeting |
| evidence | complete packages, failed provenance checks | claim eligibility |
| governance | policy denies, exception age, access-review defects | risk management |
| learning | postmortem closure, canary coverage, experiment cycle time | operating maturity |
Leading and lagging indicators
Leading indicators warn before failure. Lagging indicators tell whether the system already failed. An executive dashboard needs both.
View diagram source
flowchart LR
Leading[Leading indicators] --> Intervention[Intervention]
Intervention --> Lagging[Lagging outcomes]
Lagging --> Review[Review policy]
Review --> LeadingExamples:
| Leading indicator | Lagging outcome |
|---|---|
| sentinel drift trend | failed workload distribution |
| compiler canary instability | customer-visible regression |
| evidence completeness decline | delayed claim review |
| queue aging | missed campaign window |
| exception backlog | audit finding |
Workload-normalized metrics
Raw hardware metrics should be normalized by workload class. A backend that looks poor on one metric may be excellent for a shallow, connectivity-friendly workload.
View diagram source
flowchart TD
HardwareMetric[Hardware metric] --> Normalize[Normalize by workload class]
WorkloadShape[Depth, width, topology, shots] --> Normalize
Normalize --> Score[Workload suitability score]
Score --> Route[Routing decision]A workload suitability score can combine target support, historical success, queue state, cost, and evidence eligibility. It should be explainable, not merely predictive.
Executive view
Executives need fewer metrics and stronger interpretation. The dashboard should show trend, decision threshold, owner, and current action.
View diagram source
flowchart LR
Metric[Metric] --> Threshold[Threshold]
Threshold --> Status[Status]
Status --> Owner[Owner]
Owner --> Action[Current action]Example dashboard rows:
| Metric | Status | Action |
|---|---|---|
| claim-eligible evidence packages | below target | evidence schema sprint |
| cost per validated result | rising | route more workloads to simulator prechecks |
| calibration regression incidents | elevated | expand canary suite |
| public-claim review age | normal | no action |
Anti-patterns
View diagram source
flowchart TD
Bad[Metric anti-pattern] --> Vanity[Vanity fidelity]
Bad --> Utilization[Utilization worship]
Bad --> Average[Averages hide target classes]
Bad --> Unowned[No owner]
Bad --> Static[Metric never retired]The most dangerous quantum metric is the one that looks precise while hiding assumptions. If a dashboard does not say which target, which epoch, which workload class, and which evidence level, it is probably too vague for management action.
Operating rule
Every quantum metric should map to a decision, a threshold, an owner, and an action. If it cannot, remove it from the executive dashboard.