Skip to content

bloqade.qbraid.schema.LocalRz

← Module overview

classLocalRzsource

bloqade.qbraid.schema.LocalRz

Bases: Operation

LocalRz operation.

class LocalRz

Fields

op_type (str): The type of operation (Literal[“LocalRz”]). participants (Tuple[int, …]): The qubit indices that are participating in the local Rz gate. phi (float): The angle of rotation.

Attributes

NameTypeDefaultDescription
op_typeLiteral['LocalRz']Field(init=False, default='LocalRz')
participantsTuple[int, ...]required
phifloatrequired