Crates.io | roqoqo-qasm |
lib.rs | roqoqo-qasm |
version | |
source | src |
created_at | 2021-07-08 09:12:44.793333 |
updated_at | 2024-12-05 08:34:45.665968 |
description | QASM interface for roqoqo Rust quantum computing toolkit by HQS Quantum Simulations |
homepage | |
repository | https://github.com/HQSquantumsimulations/qoqo_qasm |
max_upload_size | |
id | 420242 |
Cargo.toml error: | TOML parse error at line 24, column 1 | 24 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
Qasm interface for the roqoqo quantum toolkit by HQS Quantum Simulations.
roqoqo-qasm provides the QasmBackend class that allows users translate a roqoqo circuit into a qasm file.
Not all roqoqo operations have a corresponding qasm expression.
Circuits containing operations without a corresponding expression can not be translated.
This project is partly supported by PlanQK.
We welcome contributions to the project. If you want to contribute code, please have a look at CONTRIBUTE.md for our code contribution guidelines.