Compute Quantum Volume Rate
compute_quantum_volume_rateCompute the Quantum Volume Rate (QV/second): QVR = V_Q / (log2(V_Q) * t_2Q + t_meas). First-order estimate of how fast a device prepares one QV-sized square circuit (one native 2Q gate per QV layer + one end-of-circuit measurement). OVERSTATES achievable rate: real compilation inflates the 2Q-gate count per layer; omits reset/SPAM, mid-circuit measurement, and classical-control latency. For a production throughput metric, see IBM's CLOPS (arXiv:2110.14108).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| t2QSeconds | Yes | Native 2-qubit gate time in seconds (e.g. 60e-9 for a 60 ns CZ). | |
| quantumVolume | Yes | Quantum volume V_Q (integer ≥ 2, e.g. 64 for a depth-log2=6 square circuit). | |
| tMeasurementSeconds | Yes | End-of-circuit measurement/readout time in seconds (e.g. 5e-3 for 5 ms). |