Crate qoqo_qasm

Crate qoqo_qasm 

Source
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§

QasmBackendWrapper
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.