Skip to content

Commit ed4662d

Browse files
committed
state search item
1 parent 9d12016 commit ed4662d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

notebooks/02_grovers_algorithm.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"source": [
3030
"## Oracle\n",
3131
"\n",
32-
"We first implement the oracle that will add a phase to our desired search item. \n",
32+
"We first implement the oracle that will add a phase to our desired search item ($011$). \n",
3333
"\n",
3434
"**Note the negative sign on one of the diagonal entries.**"
3535
]

notebooks/03_isotropic_error_on_grovers.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"source": [
2929
"## Oracle\n",
3030
"\n",
31-
"We first implement the oracle that will add a phase to our desired search item. \n",
31+
"We first implement the oracle that will add a phase to our desired search item ($011$). \n",
3232
"\n",
3333
"**Note the negative sign on one of the diagonal entries.**"
3434
]

notebooks/04_isotropic_grovers_complexity_3q.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"source": [
2727
"## Oracle\n",
2828
"\n",
29-
"We first implement the oracle that will add a phase to our desired search item. \n",
29+
"We first implement the oracle that will add a phase to our desired search item ($011$). \n",
3030
"\n",
3131
"**Note the negative sign on one of the diagonal entries.**"
3232
]

0 commit comments

Comments
 (0)