cirq.ThreeQubitGate¶
-
class
cirq.ThreeQubitGate[source]¶ A gate that must be applied to exactly three qubits.
-
__init__()¶ Initialize self. See help(type(self)) for accurate signature.
Methods
on(*qubits)Returns an application of this gate to the given qubits. validate_args(qubits)Checks if this gate can be applied to the given qubits. -