This symbol is a type alias.
Specifies a qubit ordering.
Source:
QubitOrderOrList = Union[
cirq.QubitOrder
,
Iterable[cirq.Qid
]
]
The ordering can either be specified by an iterable (such as a list) with
the qubits in the desired order, or by a cirq.QubitOrder
object.