Skip to content

Commit ae08b6e

Browse files
committed
delete me
1 parent d7f218c commit ae08b6e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

algorithms/bernstein_vazirani/bernstein_vazirani.ipynb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@
138138
"metadata": {},
139139
"outputs": [],
140140
"source": [
141+
"x = y+3\n",
141142
"@qfunc\n",
142143
"def bv_function(a: CInt, x: QArray):\n",
143144
" aux = QBit()\n",

algorithms/bernstein_vazirani/bernstein_vazirani.qmod

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
qperm bv_predicate(a: int, const x: qbit[], res: qbit) {
21
repeat (i: x.len) {
32
if ((floor(a / (2 ** i)) % 2) == 1) {
43
CX(x[i], res);

0 commit comments

Comments
 (0)