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.
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.
Visual demonstration
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.
Research notes
Tags