GateFamily which accepts any N-Qubit unitary gate.
Inherits From: GateFamily
cirq.AnyUnitaryGateFamily(
num_qubits: Optional[int] = None
) -> None
Args |
num_qubits
|
The GateFamily will accept any unitary gate acting on num_qubits .
If left None , the GateFamily will accept every unitary gate.
|
Raises |
ValueError
|
If num_qubits <= 0.
|
Attributes |
description
|
|
gate
|
|
name
|
|
tags_to_accept
|
|
tags_to_ignore
|
|
Methods
__contains__
View source
__contains__(
item: Union[cirq.Gate
, cirq.Operation
]
) -> bool
__eq__
View source
__eq__(
other: _SupportsValueEquality
) -> bool
__ne__
View source
__ne__(
other: _SupportsValueEquality
) -> bool