Metadata-Version: 2.4
Name: psiqdk-algorithms
Version: 1.23.1
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.47.3
Requires-Dist: pyyaml>=6.0.3; python_version >= '3.14'
Requires-Dist: pyyaml>=6.0; 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
