Misconceptions/Hardware/Qubit connectivity constraints
IntermediateHardware6 minVisual demo

The myth

All qubits in a chip can interact directly

01

Why people believe this

In a quantum circuit diagram, any two qubits can be connected by a CNOT gate. It seems natural to assume the hardware implements this directly.

02

The correction

Real quantum hardware has a fixed connectivity graph — only physically adjacent qubits can interact directly. On IBM devices this is a heavy-hex lattice. On Google Sycamore it is a 2D grid. To apply a gate between non-adjacent qubits, the compiler must insert SWAP gates to move the qubit states physically closer. Each SWAP requires 3 CNOT gates and adds significant noise. This qubit routing overhead can multiply the effective circuit depth by 2-5x on typical circuits.

03

Visual demonstration

Loading chart...
04

Simulator note

This concept requires either mathematical proof or hardware-scale experiments beyond what a browser simulator can demonstrate. See the research notes for the canonical references.

05

Research notes

Tags

#connectivity#routing#SWAP#hardware topology#compilation

Related cases

← Back to the misconceptions section