Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/sphinx/api/qec/sliding_window_api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,14 @@
assumptions about temporal correlations or periodicity in the underlying
noise process.

**Streaming Syndrome Interface**

For real-time applications, the decoder provides an ``enqueue_syndrome()``
method that accepts syndrome data one round at a time. This allows the host
to feed syndrome measurements as they arrive without waiting for all rounds
to complete. The decoder automatically manages internal buffering and triggers
window decodes at appropriate boundaries.

References:
`Toward Low-latency Iterative Decoding of QLDPC Codes Under Circuit-Level Noise <https://arxiv.org/abs/2403.18901>`_

Expand Down