Skip to content

Commit 56bcf6f

Browse files
committed
Add Changes Requested In Review
1 parent 931a9dd commit 56bcf6f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

quantum/deutsch_jozsa.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
classical algorithm
66
77
Premise:
8-
We are given a hidden Boolean function f ,
9-
which takes as input a string of bits, and returns either 0 or 1:
8+
We are given a hidden Boolean function f,
9+
which takes as input a string of bits, and returns either 0 or 1:
1010
1111
f({x0,x1,x2,...}) -> 0 or 1 , where xn is 0 or 1
1212

0 commit comments

Comments
 (0)