From f5582850604d5039d0951b22c44611620d0ef494 Mon Sep 17 00:00:00 2001 From: Justin Lietz Date: Tue, 28 Jan 2025 12:36:53 -0500 Subject: [PATCH] Corrected line in docs --- docs/sphinx/components/qec/introduction.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sphinx/components/qec/introduction.rst b/docs/sphinx/components/qec/introduction.rst index 1ca03f8..602b632 100644 --- a/docs/sphinx/components/qec/introduction.rst +++ b/docs/sphinx/components/qec/introduction.rst @@ -846,7 +846,7 @@ The functions return a tuple containing: 1. **Syndrome Measurements** (:code:`tensor`): - * Shape: :code:`(num_shots, (num_rounds-1) * syndrome_size)` + * Shape: :code:`(num_shots, num_rounds * syndrome_size)` * Contains stabilizer measurement results * Values are 0 or 1 representing measurement outcomes