PricingOpen Lab
Chapter 07 of 13 · ~25 min

Circuit Depth

Gate count measures how much work a circuit does; depth counts the layers of gates that must run one after another. Two circuits with identical gates can have different depth, and on real hardware more layers means more time exposed to error.

Gate count or depth — what is the difference?

Two numbers summarise a circuit's size, and they answer different questions.

Gate count is the total number of operations — how much work the circuit contains.

Depth is about time. Gates that touch entirely different qubits can run simultaneously; a group of such gates forms one layer. Depth is the number of layers when every gate is packed as early as its dependencies allow. A gate depends on another only when they share a qubit — that is exactly the ordering promise a circuit diagram makes.

Count is the size of the to-do list; depth is the length of the critical path through it.

Continue this chapter

You’ve read the opening of chapter 77 more sections follow, with worked examples and circuits you can run on the page. A free account unlocks every chapter of every course (paid plans aren’t live yet — early readers get everything free).

Create a free accountAll chaptersStart with the free chapters
Circuit Depth · QPU137