#quantum-simulation #qoqo #qir #interface #toolkit #quantum-computing #roqoqo

qoqo_qir

QIR interface for roqoqo Rust quantum computing toolkit by HQS Quantum Simulations

1 unstable release

0.1.1 Jul 30, 2024

#12 in #qoqo

Apache-2.0

77KB
1.5K SLoC

qoqo-qir

Documentation Status GitHub Workflow Status PyPI PyPI - Format Crates.io

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.

General Notes

This software is still in the beta stage. Functions and documentation are not yet complete and breaking changes can occur.

Contributing

We welcome contributions to the project. If you want to contribute code, please have a look at CONTRIBUTE.md for our code contribution guidelines.

Dependencies

~14–20MB
~298K SLoC