Measurement Circuits
Definition
Quantum measurement is the process by which quantum information is extracted as classical data. Unlike classical measurement, quantum measurement is fundamentally probabilistic and destructive: measuring a qubit in the computational basis collapses its state to either or , with probabilities determined by the state amplitudes. Measurement circuits are the physical and logical constructs that perform this operation while minimising readout error and preserving the ability to perform conditional (feedforward) operations.
Projective Measurement in the Computational Basis
The standard measurement projects an -qubit state onto the -basis (computational basis):
A measurement circuit consists of:
- Qubit readout resonator (superconducting) or fluorescence detection (trapped ions) or single-photon detector (photonic).
- Signal chain: Amplification (Josephson parametric amplifier, HEMT), filtering, digitisation (ADC).
- Discrimination: Classifying the analog signal as or — typically using a matched filter or machine-learning classifier.
Measurement Fidelity
Measurement fidelity is the probability that the reported outcome matches the true state:
where is the readout error rate. State-of-the-art readout fidelities:
| Platform | Single-shot fidelity | Integration time |
|---|---|---|
| Superconducting (IBM) | 98.5–99.5% | 400–800 ns |
| Trapped ion (Quantinuum) | 99.8–99.9% | 10–50 µs |
| Photonic | ~99% (heralded) | Coincidence window |
Readout error is asymmetric: (measuring 0 when the qubit is 1) and differ due to qubit relaxation during measurement. Calibration provides a assignment matrix that corrects for this bias.
Measurement Bases
Beyond the basis, measurements can be performed in any single-qubit basis:
- basis: Measure eigenvalues . Achieved by appending a Hadamard gate before measurement.
- basis: Measure eigenvalues. Appending before measurement rotates eigenstates to the basis.
For multi-qubit measurements, one can measure Pauli strings (tensor products of Pauli operators) by applying the appropriate basis rotation to each qubit and measuring in .
Tomographically Complete Measurement Sets
Full state tomography requires measuring in a set of bases that span the space of density matrices. For an -qubit system, this requires measurement settings (one per qubit per Pauli basis). Adaptive tomography reduces this to by using measurement outcomes to select subsequent settings.
Mid-Circuit Measurement and Conditional Operations
Mid-circuit measurement reads out a qubit during algorithm execution without collapsing the remaining qubits. This enables:
- Quantum teleportation: Measure two qubits of a three-qubit entangled state; send classical outcomes to perform corrective gates.
- Error syndrome extraction: In quantum error correction, ancilla qubits are measured mid-circuit to detect errors without disturbing the data qubits.
- Feedforward: Classical results from early measurements determine later gate operations. This is essential for fault-tolerant protocols and adaptive circuits.
Hardware Requirements
Mid-circuit measurement demands:
- Fast, high-fidelity readout — measurement must complete within the qubit coherence time.
- Reset capability: The measured qubit must be returned to (or reused) without disturbing neighbours. Techniques include active reset (π-pulse conditioned on outcome) or passive reset (letting relaxation return the qubit to ground).
- Crosstalk isolation: Readout pulses on one qubit can leak into neighbouring qubit channels, causing dephasing. Mitigated by frequency multiplexing and readout pulse shaping.
Active Reset Circuit
┌───┐┌─┐
q: ┤ H ├┤M├───
└───┘└╥┘
║ ┌───┐
c: 1 ════╩══╡ X ╞ (conditionally flip back to |0⟩)
└───┘
If the measurement outcome is 1, an gate is applied to return the qubit to .
Readout Error Mitigation
Measurement Error Calibration
Execute known preparation circuits (all-, all-, separable ) and build an assignment matrix where . Invert to correct raw counts:
Zero-Noise Extrapolation (ZNE)
Run the same circuit at multiple readout pulse amplitudes or integration times. Extrapolate the measurement outcome to the zero-readout-error limit using a polynomial fit.
Correlated Readout Error
Readout errors are not independent — crosstalk in the multiplexed readout chain creates correlations between qubits. Mitigated by:
- Readout-Error Mitigation (REM) in Qiskit: Builds a full assignment matrix from calibration circuits and inverts it via least-squares or iterative Bayesian unfolding.
- Tensor-product error models: Assume readout errors factorise per qubit (approximate but scalable to many qubits).
Resources and References
- DiVincenzo, "The physical implementation of quantum computation" (2000), Fortschritte der Physik 48, 771–783. [DiVincenzo criteria, including measurement]
- Bultink et al., "Active reset for superconducting qubits" (2020), Phys. Rev. Applied 14, 044050.
- Nation et al., "Scalable readout-error mitigation for near-term quantum computers" (2021), PRX Quantum 2, 040326.
- Quantum Tomography resources: qiskit.org/documentation/apidoc/ignis.verification.html