Skip to content

Commit 23fc901

Browse files
authored
Fix typo in PEA tutorial =+ should be + (#4122)
There is an erroneous extra `=` in an equation. This PR removes it. For the correct expression, see, for example Eq (1) in [this paper](https://arxiv.org/pdf/1805.04492) ([abstract for same paper](https://arxiv.org/abs/1805.04492))
1 parent de0db44 commit 23fc901

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorials/probabilistic-error-amplification.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"It assumes expectation values scale with noise by a known function\n",
4848
"\n",
4949
"$$\n",
50-
"\\langle A(\\lambda) \\rangle = \\langle A(0) \\rangle =+ \\sum_{k=0}^{m} a_k \\lambda^k + R\n",
50+
"\\langle A(\\lambda) \\rangle = \\langle A(0) \\rangle + \\sum_{k=0}^{m} a_k \\lambda^k + R\n",
5151
"$$\n",
5252
"where $\\lambda$ parameterizes the noise strength and can be amplified."
5353
]

0 commit comments

Comments
 (0)