Metadata-Version: 2.3
Name: deltakit-compile
Version: 0.1.0
Summary: A compiler toolkit for quantum error correction
Author: Deltakit Team
Author-email: Deltakit Team <deltakit@riverlane.com>
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Scientific/Engineering :: Quantum Computing
Classifier: Typing :: Typed
Requires-Dist: xdsl>=0.66,<0.69
Requires-Dist: typer>=0.15.4,<0.27
Requires-Dist: pyyaml>=6.0.3,<7
Requires-Dist: pydantic>=2.11.0a1,<3
Requires-Dist: pydantic>=2.12,<3 ; python_full_version >= '3.14'
Requires-Dist: pydantic-core>=2.28,<3
Requires-Dist: numpy>=1.25,<3
Requires-Dist: numpy>=1.26,<3 ; python_full_version >= '3.12'
Requires-Dist: numpy>=2.1,<3 ; python_full_version >= '3.13'
Requires-Dist: numpy>=2.3.4,<3 ; python_full_version >= '3.14'
Requires-Dist: deltakit-stim>=0.2.2,<0.3
Requires-Dist: typing-extensions>=4.15,<5
Requires-Python: >=3.10, <3.15
Project-URL: Homepage, https://github.com/Deltakit/deltakit-compile
Project-URL: Source, https://github.com/Deltakit/deltakit-compile
Project-URL: Documentation, https://deltakit.riverlane.com/
Project-URL: Issues, https://github.com/Deltakit/deltakit-compile/issues
Project-URL: Changelog, https://github.com/Deltakit/deltakit-compile/releases
Description-Content-Type: text/markdown

# Deltakit-compile

`deltakit-compile` is a compiler implementation for Quantum Error Correction.

## Installation 

### With `pip`

```
python -m pip install deltakit-compile
```

### With `uv` 

```
uv pip install deltakit-compile
```

## Basic usage

See the [public documentation](https://deltakit-docs.riverlane.com/en/latest/deltakit_compile/index.html)