cirq.RoutingSwapTag

A 'cirq.TaggedOperation' tag indicated that the operation is an inserted SWAP.

A RoutingSwapTag is meant to be used to distinguish SWAP operations that are inserted during a routing procedure and SWAP operations that are part of the original circuit before routing.

Methods

__eq__

View source

Return self==value.