Expand description
§qoqo-qasm
QASM interface for qoqo.
Translates qoqo operations and circuits to QASM operations via the interface, and Create a Qasm file with QasmBackend.
Structs§
- Qasm
Backend Wrapper - Backend to qoqo that produces QASM output which can be imported.
Functions§
- qasm_
call_ circuit - Translate the qoqo circuit into QASM ouput
- qasm_
call_ operation - Translate a qoqo operation to QASM text
- qasm_
file_ to_ circuit - Translates a QASM File to a Circuit.
- qasm_
gate_ definition - Outputs the QASM gate definition of many qoqo operations
- qasm_
str_ to_ circuit - Translates a QASM string into a qoqo Circuit instance.