Skip to content

bloqade.qasm2.passes.lift_qubits.LiftQubits

← Module overview

classLiftQubitssource

bloqade.qasm2.passes.lift_qubits.LiftQubits

Bases: Pass

This pass lifts the creation of qubits to the block where the register is defined.

class LiftQubits

methodunsafe_runsource

bloqade.qasm2.passes.lift_qubits.LiftQubits.unsafe_run

def unsafe_run(mt: ir.Method)

Parameters

NameTypeDescription
mtir.Method
source