GridDevice should allow measuring any qubit #5652
Labels
area/devices
kind/bug-report
Something doesn't seem to work.
triage/discuss
Needs decision / discussion, bring these up during Cirq Cynque
Description of the issue
Currently
cirq_google.GridDevice
requires that for any operation with exactly two qubits, the pair of qubits must be inqubit_pairs
. However, not all 2-qubit operations require the qubits to be coupled. In particular,MeasurementGate
should be allowed on any set of qubits, including pairs that are not coupled.How to reproduce the issue
Cirq version
0.15
The text was updated successfully, but these errors were encountered: