Expand description
§roqoqo-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 to qoqo
- Struct implementing Iterator trait to lex string to computational Tokens.
- Struct to keep track of variables present in input Circuit.
Enums§
- Enum for setting the version of OpenQASM used
- Enum for setting the version of OpenQASM used
- Enum for setting the version of OpenQASM used
- Enum combining different types of Tokens in an Expression.
Functions§
- Translate the qoqo circuit into QASM ouput.
- Translates a qoqo operation to QASM (&str).
- Translates a QASM file into a qoqo Circuit instance.
- Outputs the QASM gate definition of many qoqo operations.
- Translates a QASM string into a qoqo Circuit instance.