Crate roqoqo_qasm

source ·
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 combining different types of Tokens in an Expression.

Functions