qbraid.transpiler.conversions.qasm3.autoqasm_to_qasm3
- autoqasm_to_qasm3(program)[source]
Converts an AutoQASM program to an OpenQASM 3 program of gates from the Standard Gate Library. The program must be built prior to conversion using the .build() method.
- Parameters:
program (autoqasm.program.program.Program) – AutoQASM program to convert to OpenQASM 3.
- Returns:
OpenQASM 3 program equivalent to input AutoQASM program.
- Return type:
str