cirq.AnyUnitaryGateFamily

GateFamily which accepts any N-Qubit unitary gate.

Inherits From: GateFamily

num_qubits The GateFamily will accept any unitary gate acting on num_qubits. If left None, the GateFamily will accept every unitary gate.

ValueError If num_qubits <= 0.

description

gate

name

tags_to_accept

tags_to_ignore

Methods

__contains__

View source

__eq__

View source

__ne__

View source