cirq.AnyIntegerPowerGateFamily

GateFamily which accepts instances of a given cirq.EigenGate, raised to integer power.

Inherits From: GateFamily

gate A subclass of cirq.EigenGate s.t. an instance g of gate will be accepted if g.exponent is an integer.

ValueError If gate is not a subclass of cirq.EigenGate.

description

gate

name

tags_to_accept

tags_to_ignore

Methods

__contains__

View source

__eq__

View source

__ne__

View source