Skip to content

Commit

Permalink
Typo fixing.
Browse files Browse the repository at this point in the history
  • Loading branch information
ntwalibas committed Nov 14, 2018
1 parent 8fc459a commit 662775a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/algorithms/deutsch.rst
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ mapped as shown below.

.. admonition:: XOR encoding of boolean functions

F(x_1, x_2, \ldots, x_n, z) = (x_1, x_2, \ldots, x_n, z \oplus f(x_1, x_2, \ldots, x_n))
:math:`F(x_1, x_2, \ldots, x_n, z) = (x_1, x_2, \ldots, x_n, z \oplus f(x_1, x_2, \ldots, x_n))`


So we have transformed our classical function into a new function that takes booleans and returns a pair of booleans.
Expand Down

0 comments on commit 662775a

Please sign in to comment.