Skip to content

bloqade.stim.passes.constprop_override.StimHintConst

← Module overview

classStimHintConstsource

bloqade.stim.passes.constprop_override.StimHintConst

Bases: Pass

HintConst with early-termination scf.For constprop.

class StimHintConst

methodunsafe_runsource

bloqade.stim.passes.constprop_override.StimHintConst.unsafe_run

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

Parameters

NameTypeDescription
mtir.Method

Returns

RewriteResult

source