diff --git a/docs/sphinx/api/qec/sliding_window_api.rst b/docs/sphinx/api/qec/sliding_window_api.rst index 63f18199..4480d7cf 100644 --- a/docs/sphinx/api/qec/sliding_window_api.rst +++ b/docs/sphinx/api/qec/sliding_window_api.rst @@ -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 `_