Skip to content

Commit

Permalink
breaking bv nb for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Nadav Ben Ami authored and Nadav Ben Ami committed Oct 13, 2024
1 parent 1afaf83 commit 8fd383d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@
"\n",
"\n",
"@qfunc\n",
"def prepare_minus(target: Output[QBit]):\n",
"def prepare_minus(target: Output[QBit])\n",
" allocate(out=target, num_qubits=1)\n",
" X(target)\n",
" H(target)"
Expand Down

0 comments on commit 8fd383d

Please sign in to comment.