Skip to content

bloqade.qasm2.inline

← Module overview

functioninlinesource

bloqade.qasm2.inline

def inline(text: str) -> None

Inline QASM code into the current program.

Parameters

NameTypeDescription
textstrThe QASM code to inline.
source