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 uv or pip directly. If you are working inside the quri-sdk monorepo, install dependencies once at the repository root with uv sync --all-groups and run all commands via uv run from there.
For the uv installation, first install uv. Since quri-algo is a member of the uv workspace, dependencies are installed from the repository root and the shared virtual environment lives at the repository root .venv. From the repository root, run
$ uv sync --all-groups
(--all-groups also installs the lint, typecheck, and doc tooling; drop it for just the runtime + test dependencies.)
Otherwise you can create and activate a virtual environment yourself and install the requirements from the requirements.txt file as
$ python -m venv .venv
$ source .venv/bin/activate
(.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.
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.27.0.tar.gz.
File metadata
- Download URL: quri_algo-0.27.0.tar.gz
- Upload date:
- Size: 35.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bacba396207792e2f35f4fa9cbf26087246262baeaa64473f9f838be2778f86d
|
|
| MD5 |
bd3ed50be9ce0a4caa21855d708e7747
|
|
| BLAKE2b-256 |
9a91104831d7039304a27cd612543a9b61a5d629ea2ef37f05a676fefcbab328
|
File details
Details for the file quri_algo-0.27.0-py3-none-any.whl.
File metadata
- Download URL: quri_algo-0.27.0-py3-none-any.whl
- Upload date:
- Size: 78.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dd5390b26b35a432137d40938cf945bdfbbf1b4523ed5f38bf26306132fb4f80
|
|
| MD5 |
09d3665977f0267adbd0bbe3f2949589
|
|
| BLAKE2b-256 |
f57e60797b01e2a19efe57674db54cf770ca4cf0a964f3085ed41e30d37ccdad
|