bloqade.qbraid.schema.LocalRz
← Module overview
class
classLocalRz¶source
bloqade.qbraid.schema.LocalRz
Bases: Operation
LocalRz operation.
class LocalRzFields
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
| Name | Type | Default | Description |
|---|---|---|---|
op_type | Literal['LocalRz'] | Field(init=False, default='LocalRz') | |
participants | Tuple[int, ...] | required | |
phi | float | required |