Metadata-Version: 2.4
Name: psiqdk-algorithms
Version: 1.22.3
Summary: Algorithms and subroutines for PsiQ's Workbench.
Author: PsiQuantum Corp.
License: Apache-2.0
License-File: LICENSE
Requires-Python: <3.14,>=3.11
Requires-Dist: psiqdk-workbench[bartiq]>=4.43.0
Requires-Dist: pyyaml>=6.0
Provides-Extra: scipy
Requires-Dist: scipy<2.0.0,>=1.13.0; extra == 'scipy'
Description-Content-Type: text/markdown

# Workbench Algorithms

Workbench Algorithms is a library of quantum algorithms and subroutines written in Workbench.
It provides reusable routines for quantum application implementations so application developers can focus on high-level program behavior instead of re-implementing common subroutines.

## Installation

Workbench Algorithms is included in PsiQDK.

```bash
pip install psiqdk
```

## Documentation

Read the full documentation here: https://construct.psiquantum.com/docs/psiqdk-algorithms/index.html
