cirq.CSwapGate¶
-
class
cirq.CSwapGate[source]¶ A controlled swap gate. The Fredkin gate.
-
__init__()¶ Initialize self. See help(type(self)) for accurate signature.
Methods
on(*qubits)Returns an application of this gate to the given qubits. qubit_index_to_equivalence_group_key(index)Returns a key that differs between non-interchangeable qubits. validate_args(qubits)Checks if this gate can be applied to the given qubits. -