bloqade.qbraid.schema.GlobalW
← Module overview
class
classGlobalW¶source
bloqade.qbraid.schema.GlobalW
Bases: Operation
GlobalW operation.
class GlobalWFields
op_type (str): The type of operation (Literal[“GlobalW”]). theta (float): The angle of rotation. phi (float): The angle of rotation.
Attributes
| Name | Type | Default | Description |
|---|---|---|---|
op_type | Literal['GlobalW'] | Field(init=False, default='GlobalW') | |
theta | float | required | |
phi | float | required |