Skip to main content

AQT backend for qoqo quantum computing toolkit

Project description

qoqo logo

qoqo-aqt

AQT-backend for the qoqo/roqoqo quantum toolkit by HQS Quantum Simulations.

The qoqo_aqt/roqoqo-aqt packages provide backends for qoqo/roqoqo that allow the users to run quantum circuits on AQT simulators or AQT hardware. AQT endpoints (simulators or hardware) are accessed via a web-interface. To run circuits with these backends the user needs a valid access token for the AQT services and an internet connection.

This repository contains two components:

  • The qoqo_aqt backend for the qoqo python interface to roqoqo
  • The roqoqo-aqt backend for roqoqo directly

qoqo_aqt

Documentation Status GitHub Workflow Status PyPI PyPI - License PyPI - Format

AQT-backend for the qoqo quantum toolkit by HQS Quantum Simulations.

A short tutorial can be found in Tutorial_qoqo.md in the git repository.

Installation

On macOS on x86 precompiled packages can be found on PyPi and installed via

pip install qoqo_aqt

At the moment an issue with building manylinux python wheels prevents us from distributing precompiled packages for linux. For now please use the same method as for other platforms to install qoqo_aqt on linux.

For other platforms we recommend checking out the latest tagged version from github and using the maturin tool to build a python package for qoqo locally and install it via pip. Please note that the package should be built from the top level directory of the workspace selecting the qoqo package with the -m qoqo/Cargo.toml option. Specifically for macOS on Apple Silicon the following build command should be used.

RUSTFLAGS="-C link-arg=-undefined -C link-arg=dynamic_lookup" maturin build -m qoqo_aqt/Cargo.toml  --release
pip install target/wheels/$NAME_OF_WHEEL

A source distribution now exists but requires a Rust install with a rust version > 1.56 and a maturin version { >= 0.14, <0.15 } in order to be built.

roqoqo-aqt

Crates.io GitHub Workflow Status docs.rs Crates.io

AQT-Backend for the roqoqo quantum toolkit by HQS Quantum Simulations.

A short tutorial can be found in Tutorial_roqoqo.md in the git repository.

General Notes

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

This project is partly supported by PlanQK.

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.

OpenSSL

Acknowledgments related to using OpenSSL for http requests:

"This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit (http://www.openssl.org/)."

This product includes cryptographic software written by Eric Young (eay@cryptsoft.com). This product includes software written by Tim Hudson (tjh@cryptsoft.com).

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

qoqo_aqt-0.6.6.tar.gz (172.2 kB view hashes)

Uploaded Source

Built Distributions

qoqo_aqt-0.6.6-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.8 MB view hashes)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

qoqo_aqt-0.6.6-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.8 MB view hashes)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

qoqo_aqt-0.6.6-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.8 MB view hashes)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

qoqo_aqt-0.6.6-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.8 MB view hashes)

Uploaded PyPy manylinux: glibc 2.17+ ARM64

qoqo_aqt-0.6.6-cp312-none-win_amd64.whl (4.4 MB view hashes)

Uploaded CPython 3.12 Windows x86-64

qoqo_aqt-0.6.6-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.7 MB view hashes)

Uploaded CPython 3.12 manylinux: glibc 2.17+ ARM64

qoqo_aqt-0.6.6-cp312-cp312-macosx_11_0_arm64.whl (3.6 MB view hashes)

Uploaded CPython 3.12 macOS 11.0+ ARM64

qoqo_aqt-0.6.6-cp312-cp312-macosx_10_12_x86_64.whl (3.9 MB view hashes)

Uploaded CPython 3.12 macOS 10.12+ x86-64

qoqo_aqt-0.6.6-cp311-none-win_amd64.whl (4.4 MB view hashes)

Uploaded CPython 3.11 Windows x86-64

qoqo_aqt-0.6.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.8 MB view hashes)

Uploaded CPython 3.11 manylinux: glibc 2.17+ ARM64

qoqo_aqt-0.6.6-cp311-cp311-macosx_11_0_arm64.whl (3.7 MB view hashes)

Uploaded CPython 3.11 macOS 11.0+ ARM64

qoqo_aqt-0.6.6-cp311-cp311-macosx_10_12_x86_64.whl (4.0 MB view hashes)

Uploaded CPython 3.11 macOS 10.12+ x86-64

qoqo_aqt-0.6.6-cp310-none-win_amd64.whl (4.4 MB view hashes)

Uploaded CPython 3.10 Windows x86-64

qoqo_aqt-0.6.6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.8 MB view hashes)

Uploaded CPython 3.10 manylinux: glibc 2.17+ ARM64

qoqo_aqt-0.6.6-cp310-cp310-macosx_11_0_arm64.whl (3.7 MB view hashes)

Uploaded CPython 3.10 macOS 11.0+ ARM64

qoqo_aqt-0.6.6-cp310-cp310-macosx_10_12_x86_64.whl (4.0 MB view hashes)

Uploaded CPython 3.10 macOS 10.12+ x86-64

qoqo_aqt-0.6.6-cp39-none-win_amd64.whl (4.4 MB view hashes)

Uploaded CPython 3.9 Windows x86-64

qoqo_aqt-0.6.6-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.8 MB view hashes)

Uploaded CPython 3.9 manylinux: glibc 2.17+ ARM64

qoqo_aqt-0.6.6-cp39-cp39-macosx_11_0_arm64.whl (3.7 MB view hashes)

Uploaded CPython 3.9 macOS 11.0+ ARM64

qoqo_aqt-0.6.6-cp39-cp39-macosx_10_12_x86_64.whl (4.0 MB view hashes)

Uploaded CPython 3.9 macOS 10.12+ x86-64

qoqo_aqt-0.6.6-cp38-none-win_amd64.whl (4.4 MB view hashes)

Uploaded CPython 3.8 Windows x86-64

qoqo_aqt-0.6.6-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.8 MB view hashes)

Uploaded CPython 3.8 manylinux: glibc 2.17+ ARM64

qoqo_aqt-0.6.6-cp38-cp38-macosx_11_0_arm64.whl (3.7 MB view hashes)

Uploaded CPython 3.8 macOS 11.0+ ARM64

qoqo_aqt-0.6.6-cp38-cp38-macosx_10_12_x86_64.whl (4.0 MB view hashes)

Uploaded CPython 3.8 macOS 10.12+ x86-64

qoqo_aqt-0.6.6-cp37-none-win_amd64.whl (4.4 MB view hashes)

Uploaded CPython 3.7 Windows x86-64

qoqo_aqt-0.6.6-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (5.8 MB view hashes)

Uploaded CPython 3.7m manylinux: glibc 2.17+ ARM64

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page