Skip to content

Commit

Permalink
some fix
Browse files Browse the repository at this point in the history
  • Loading branch information
refraction-ray committed Dec 19, 2024
1 parent 497595d commit ba40410
Show file tree
Hide file tree
Showing 4 changed files with 55 additions and 93 deletions.
2 changes: 1 addition & 1 deletion lectures/0_qc_ingredients.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
"\n",
"print(f\"the state in vector form is {tensor_product(*[v_list[int(i)] for i in s])}\")\n",
"\n",
"# the nonzero element is exact the 5-th (0-indexed)"
"# the nonzero element is exactly the 5-th (0-indexed)"
]
},
{
Expand Down
1 change: 0 additions & 1 deletion lectures/1_qc_algorithms.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"metadata": {},
"outputs": [],
"source": [
"from functools import partial\n",
"import itertools\n",
"import warnings\n",
"\n",
Expand Down
Loading

0 comments on commit ba40410

Please sign in to comment.