cirq.QubitOrder.DEFAULT¶
-
QubitOrder.DEFAULT= <cirq.ops.qubit_order.QubitOrder object>¶ A basis that orders qubits in the same way that calling
sorteddoes.| Specifically, qubits are ordered first by their type name and then by| whatever comparison value qubits of a given type provide (e.g. forLineQubit| it is the x coordinate of the qubit).