Skip to content
This repository has been archived by the owner on May 30, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1552 from vkabadzhova/patch-2
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
frankharkins committed Feb 24, 2023
2 parents 86164d3 + 35ff433 commit 69c5368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/ch-algorithms/quantum-counting.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -3288,7 +3288,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"We can see two values stand out, having a much higher probability of measurement than the rest. These two values correspond to $e^{i\\theta}$ and $e^{-i\\theta}$, but we can’t see the number of solutions yet. We need to little more processing to get this information, so first let us get our output into something we can work with (an `int`).\n",
"We can see two values stand out, having a much higher probability of measurement than the rest. These two values correspond to $e^{i\\theta}$ and $e^{-i\\theta}$, but we can’t see the number of solutions yet. We need to do a little more processing to get this information, so first let us get our output into something we can work with (an `int`).\n",
"\n",
"We will get the string of the most probable result from our output data:"
]
Expand Down

0 comments on commit 69c5368

Please sign in to comment.