Metadata-Version: 2.4
Name: psiqdk-algorithms
Version: 1.24.3
Summary: Algorithms and subroutines for PsiQ's Workbench.
Author: PsiQuantum Corp.
License: Apache-2.0
License-File: LICENSE
Requires-Python: <3.15,>=3.11
Requires-Dist: psiqdk-workbench[bartiq]>=4.52.0
Requires-Dist: pyyaml>=6.0.2; python_version < '3.14'
Requires-Dist: pyyaml>=6.0.3; python_version >= '3.14'
Requires-Dist: scipy<2.0.0,>=1.13.0; python_version < '3.13'
Requires-Dist: scipy<2.0.0,>=1.15.0; python_version >= '3.13' and python_version < '3.14'
Requires-Dist: scipy<2.0.0,>=1.16.1; python_version >= '3.14'
Provides-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
