Skip to content

bloqade.qasm2.passes.py2qasm.Py2QASM

← Module overview

classPy2QASMsource

bloqade.qasm2.passes.py2qasm.Py2QASM

Bases: Pass

class Py2QASM

methodunsafe_runsource

bloqade.qasm2.passes.py2qasm.Py2QASM.unsafe_run

def unsafe_run(mt: ir.Method) -> RewriteResult

Parameters

NameTypeDescription
mtir.Method

Returns

RewriteResult

source