Crates.io | qoqo_qir |
lib.rs | qoqo_qir |
version | 0.1.1 |
source | src |
created_at | 2024-07-30 07:59:24.662084 |
updated_at | 2024-07-30 07:59:24.662084 |
description | QIR interface for roqoqo Rust quantum computing toolkit by HQS Quantum Simulations |
homepage | |
repository | https://github.com/HQSquantumsimulations/qoqo_qir |
max_upload_size | |
id | 1319542 |
size | 21,581 |
QIR interface for the qoqo quantum toolkit by HQS Quantum Simulations.
qoqo-qir provides the QirBackend class that allows users translate a qoqo circuit into a QIR file.
Not all qoqo operations have a corresponding QIR expression.
Circuits containing operations without a corresponding expression cannot be translated.
If you intend to use the produced QIR expression with the QIR alliance's QIR-runner you should use the measure_all argument.
A source distribution now exists but requires a Rust install with a rust version > 1.47 and a maturin version { >= 0.14, <0.15 } in order to be built.
This software is still in the beta stage. Functions and documentation are not yet complete and breaking changes can occur.
We welcome contributions to the project. If you want to contribute code, please have a look at CONTRIBUTE.md for our code contribution guidelines.