Gates & Circuits
Circuit Depth
The number of sequential time-steps required to execute a quantum circuit, a key factor in how much error accumulates.
Definition
Circuit depth measures the longest sequential chain of gate operations in a quantum circuit, from input to output — distinct from the total number of gates, since gates acting on different qubits at the same time don't add to depth. Deeper circuits take longer to run and accumulate more error.
Technical Definition
Because decoherence and gate errors compound with each additional time step, circuit depth is often a more critical practical constraint on NISQ hardware than total qubit count or total gate count alone.
Visual Explanation: An Analogy
Think of circuit depth like the number of sequential steps in a recipe that must happen one after another (you can't frost a cake before it's baked), as opposed to steps that could happen simultaneously (chopping vegetables while the oven preheats).
Real-World Use Cases
- A key constraint motivating NISQ-era algorithm design (like VQE and QAOA) to use shallow circuits
- Directly relevant to why hardware-aware circuit compilation, discussed in our Research Papers, matters so much for practical performance