From 9f962a555455a43c6b1ed8ebe84270e445cc2881 Mon Sep 17 00:00:00 2001 From: Chuck Ketcham Date: Mon, 2 Feb 2026 22:47:05 +0000 Subject: [PATCH] Update sliding window documentation Signed-off-by: Chuck Ketcham --- docs/sphinx/api/qec/sliding_window_api.rst | 8 ++++++++ 1 file changed, 8 insertions(+) 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 `_