Algorithm library based on QURI Parts
Project description
Welcome to QURI Algo!
QURI Algo is an open source library based on QURI Parts featuring ready to use quantum algorithms. QURI Algo provides
- Interfaces and definitions: These are built on top of quri-parts and provide convenient abstractions for time-evolution circuits, Hadamard tests, circuit compilation, as well as a type hierarchy for abstract problems, which currently support Quantum Hamiltonians
- Algorithms: Quantum algorithms that can be deployed on hardware or simulated directly using estimators and samplers with or without noise
- Compatibility: The algorithms provided are fully compatible with QURI Parts. As such they can be easily transpiled to any architecture supported by QURI Parts and other tools made available through the QURI SDK
- Tutorials: The tutorials written are instructional in the algorithms used and show the logic behind them as well as showcasing our implementations
To get an overview of QURI Algo, we recommend checking out the tutorials.
Getting started
Presently QURI Algo requires Python 3.11.1 or later. We recommend installing QURI Algo in a virtual environment using poetry or pip directly.
For the poetry installation, first make sure to upgrade your pip and virtualenv package. Then create a virtual environment, activate it and within it install poetry
$ python -m venv .venv
$ source .venv/bin/activate
(.venv)$ python -m pip install poetry
Then use poetry to install dependencies.
(.venv)$ python -m poetry install
Otherwise you can install the requirements from the requirements.txt file as
(.venv)$ pip install -r requirements.txt
Documentation
Documentation to QURI Algo is available at QURI SDK documentation site.
Authors
QURI Algo is developed and maintained by QynaSys Inc. All contributors can be viewd on github.
License
QURI Algo is released under an MIT License.
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file quri_algo-0.24.1.tar.gz.
File metadata
- Download URL: quri_algo-0.24.1.tar.gz
- Upload date:
- Size: 33.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3d6a328b8111aa24402dadb1d242a25ce376796caa8fed68a917f7d224f8d289
|
|
| MD5 |
7b2d9a8af31e0af8055f5dab1ce58909
|
|
| BLAKE2b-256 |
7ca82a6f9394d461ebde72e91b42d43a15c8a595220ab203350894c2c9388fc0
|
File details
Details for the file quri_algo-0.24.1-py3-none-any.whl.
File metadata
- Download URL: quri_algo-0.24.1-py3-none-any.whl
- Upload date:
- Size: 69.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4a118ae4f1d26f8c480d3797eb225ac662addeb1e43f96ba19b5ad2ebfd387c8
|
|
| MD5 |
7b0b28669d6784ef4ac1bdbe9b32bc75
|
|
| BLAKE2b-256 |
4b14276d17ea5ca24786c6a5ba139b3a5833ccebc4fa1c00dd4f2bb5822b1275
|