Skip to content

Commit 56deede

Browse files
committed
fix l/L typo
1 parent a25683f commit 56deede

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/source/guide/lre-5-theory.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ LRE leverages the flexible configuration space of layerwise unitary folding, all
2828
The goal is to create noise-scaled circuits of different depths where the layers in each circuit are scaled in a specific pattern as a result of [unitary folding](zne-5-theory.md).
2929
This pattern is described by the vector of scale factor vectors which are generated after the fold multiplier and degree for multivariate Richardson extrapolation are chosen.
3030

31-
Suppose we're interested in the value of some observable of a circuit $C$ that has $L$ layers.
32-
For each layer $0 \leq l \leq L$ we can choose a scale factor for how much to scale that particular layer.
33-
Thus a vector $\lambda \in \mathbb{R}^L_+$ corresponds to a folding configuration where $\lambda_0$ corresponds to the scale factor for the first layer, and $\lambda_{L - 1}$ is the scale factor to apply on the circuits final layer.
31+
Suppose we're interested in the value of some observable of a circuit $C$ that has $l$ layers.
32+
For each layer $0 \leq L \leq l$ we can choose a scale factor for how much to scale that particular layer.
33+
Thus a vector $\lambda \in \mathbb{R}^l_+$ corresponds to a folding configuration where $\lambda_0$ corresponds to the scale factor for the first layer, and $\lambda_{l - 1}$ is the scale factor to apply on the circuits final layer.
3434

3535
Fix the number of noise-scaled circuits we wish to generate at $M\in\mathbb{N}$.
3636
Define $\Lambda = (λ_1, λ_2, \ldots, λ_M)^T$ to be the collection of scale factors and let $(C_{λ_1}, C_{λ_2}, \ldots, C_{λ_M})^T$ denote the noise-scaled circuits corresponding to each scale factor.

0 commit comments

Comments
 (0)