Skip to content

bloqade.qasm2.emit.gate.Constant

← Module overview

classConstantsource

bloqade.qasm2.emit.gate.Constant

Bases: interp.MethodTable

class Constant

methodemit_constantsource

bloqade.qasm2.emit.gate.Constant.emit_constant

Signature
def emit_constant(emit: EmitQASM2Gate, frame: EmitQASM2Frame, stmt: py.Constant)

Parameters

NameTypeDescription
emitEmitQASM2Gate
frameEmitQASM2Frame
stmtpy.Constant
source