Skip to content

bloqade.qasm3.parse.lowering

lowering

bloqade.qasm3.parse.lowering

Attributes

NameTypeDefaultDescription
SINGLE_QUBIT_GATESdict[str, type]{'h': uop.H, 'x': uop.X, 'y': uop.Y, 'z': uop.Z, 's': uop.S, 't': uop.T}
ROTATION_GATESdict[str, type]{'rx': uop.RX, 'ry': uop.RY, 'rz': uop.RZ}
TWO_QUBIT_GATESdict[str, type]{'cx': uop.CX, 'cy': uop.CY, 'cz': uop.CZ}
GENERAL_UNITARYdict[str, type]{'U': uop.UGate, 'u3': uop.UGate}
UNSUPPORTED_CONSTRUCTS—{'ForInLoop', 'WhileLoop', 'BranchingStatement', 'SubroutineDefinition', 'SwitchStatement'}