qoqo_qir

Crates.ioqoqo_qir
lib.rsqoqo_qir
version0.1.1
sourcesrc
created_at2024-07-30 07:59:24.662084
updated_at2024-07-30 07:59:24.662084
descriptionQIR interface for roqoqo Rust quantum computing toolkit by HQS Quantum Simulations
homepage
repositoryhttps://github.com/HQSquantumsimulations/qoqo_qir
max_upload_size
id1319542
size21,581
Nicolas Vogt (nfwvogt)

documentation

README

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.

Commit count: 0

cargo fmt