Skip to content

bloqade.qbraid.lowering.qbraid_noise

← Module overview

functionqbraid_noisesource

bloqade.qbraid.lowering.qbraid_noise

def qbraid_noise(py_func=None, *, fold: bool=True)

Decorator callable: use the bare decorator or call it with compilation options. The displayed signature exposes the returned pass options, not the internal factory’s self parameter.

Parameters

NameTypeDefaultDescription
py_func—NonePython function to compile; omit when using the decorator with options.
foldboolTrue
source