bloqade.qbraid.schema.CZ
← Module overview
class
classCZ¶source
bloqade.qbraid.schema.CZ
Bases: Operation
A CZ gate operation.
class CZFields
op_type (str): The type of operation (Literal[“CZ”]). participants (Tuple[Union[Tuple[int], Tuple[int, int]], …]): The qubit indices that are participating in the CZ gate.
Attributes
| Name | Type | Default | Description |
|---|---|---|---|
op_type | Literal['CZ'] | Field(init=False, default='CZ') | |
participants | Tuple[Union[Tuple[int], Tuple[int, int]], ...] | required |