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§
- Backend to qoqo that produces QASM output which can be imported.
Functions§
- Translate the qoqo circuit into QASM ouput
- Translate a qoqo operation to QASM text
- Translates a QASM File to a Circuit.
- Outputs the QASM gate definition of many qoqo operations
- Translates a QASM string into a qoqo Circuit instance.