deq-runtime 0.3.0

deq: Real-time Quantum Error Correction Decoding System
1
2
3
4
5
6
7
8
9
10
11
12
# deq-runtime

The runtime engine for **deq**, a dynamic and generic quantum error correction decoding
system. This crate hosts the decoders, coordinators, and gRPC services that
execute QEC decoding workloads, and also ships as a Python extension module
(`deq-runtime`) for use from Python.

The high-level Python frontend and tooling live in the companion
[`deq`](https://pypi.org/project/deq/) package.

See the [qdk-ec repository](https://github.com/microsoft/qdk-ec) for
documentation and examples.