Skip to content

Commit

Permalink
Update deutsch_jozsa.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
NadavClassiq authored Nov 7, 2024
1 parent 84b1e4a commit 75a8d78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion algorithms/deutsch_jozsa/deutsch_jozsa.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
"\n",
"\n",
"@qfunc\n",
"def prep_minus(out: Output[QBit]) -> None:\n",
"def prep_minus(out: Output[QBit]) -> None\n",
" allocate(1, out)\n",
" X(out)\n",
" H(out)\n",
Expand Down

0 comments on commit 75a8d78

Please sign in to comment.