Skip to content

bloqade.qbraid.schema.CZ

← Module overview

classCZsource

bloqade.qbraid.schema.CZ

Bases: Operation

A CZ gate operation.

class CZ

Fields

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

NameTypeDefaultDescription
op_typeLiteral['CZ']Field(init=False, default='CZ')
participantsTuple[Union[Tuple[int], Tuple[int, int]], ...]required