From 6b5503fec7c2fae6ae0ef4440594c720a53a6eda Mon Sep 17 00:00:00 2001 From: ABBY CROSS Date: Fri, 5 Jun 2026 11:03:31 -0400 Subject: [PATCH] open PR --- docs/guides/repetition-rate-execution.ipynb | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/guides/repetition-rate-execution.ipynb b/docs/guides/repetition-rate-execution.ipynb index f81ff8a957b..8326ccb8e67 100644 --- a/docs/guides/repetition-rate-execution.ipynb +++ b/docs/guides/repetition-rate-execution.ipynb @@ -56,7 +56,6 @@ "\n", "![The first column represents shot 0. The circuits are run in order from 0 through 3. The second column represents shot 1. The circuits are run in order from 0 through 3. The remaining columns follow the same pattern. ](/docs/images/guides/repetition-rate-execution/circuits_shots_matrix1.avif \"Column-wise execution matrix\")\n", "\n", - "\n", "Because `rep_delay` is inserted between circuits, each shot of the execution encounters this delay. Therefore, as you lower the `rep_delay`, the total QPU execution time decreases, at the expense of increasing the state preparation error rate, as the following image illustrates:\n", "\n", "![This image shows that as the `rep_delay` value is lowered, the state preparation error rate increases.](/docs/images/guides/repetition-rate-execution/rep_delay.avif \"Repetition delay versus error rate\")\n",