Glossary
Term |
Meaning |
|---|---|
Adapter |
SDK-specific wrapper that auto-captures circuits, results, and snapshots. |
Artifact |
Any stored blob/file (circuit, result JSON, device snapshot, …). |
Baseline |
Reference run for a project, used by |
Bundle |
Portable ZIP created by |
Calibration |
Device-specific error rates, T1/T2 times, and gate fidelities. |
DeviceSnapshot |
Captured backend state: topology, calibration, SDK versions. |
Digest |
SHA-256 hash identifying an artifact in the content-addressed store. |
Doctor |
CLI command ( |
ExecutionEnvelope |
Standardized record of an execution (UEC): device + program + execution + result snapshots. |
ExecutionSnapshot |
Submission metadata: shots, job IDs, transpilation info. |
Fingerprint |
Hash computed from run contents for reproducibility tracking. |
Frontend |
In multi-layer stacks (e.g., PennyLane), the user-facing API layer. |
GC |
Garbage collection — |
Group |
Collection of related runs (e.g., parameter sweep) identified by |
JUnit |
XML test report format used for CI integration ( |
Lineage |
Parent-child relationship between runs ( |
Metric |
Numeric value logged during a run ( |
Metric series |
Time series of metrics logged with |
Noise context |
Bootstrap-calibrated thresholds and p-value for TVD under shot noise. |
Parameter |
Configuration value logged at run start ( |
ProgramSnapshot |
Captured circuit artifacts: logical, physical, hashes. |
Project |
A named collection of runs (e.g., |
Provenance |
Git state (commit, branch, dirty) captured at run time. |
Registry |
Database storing run metadata (SQLite by default). |
ResultSnapshot |
Normalized measurement counts or expectation values. |
Role |
Semantic category of an artifact ( |
Run |
A single tracked execution with metadata, params, metrics, artifacts, and fingerprints. |
Store |
Content-addressed object store for artifacts (file-based by default). |
Tag |
String key-value pair for categorization ( |
TVD |
Total Variation Distance — measures difference between two probability distributions. |
UEC |
Uniform Execution Contract — standardized format for execution records. |
Verification |
Checking a candidate run against baseline using a policy. |
VerifyPolicy |
Configuration for verification: thresholds, match requirements. |
Workspace |
Local directory containing the object store and metadata registry. |