Skip to content

Commit

Permalink
Testing references to figures.
Browse files Browse the repository at this point in the history
  • Loading branch information
ntwalibas committed Nov 14, 2018
1 parent a04d97e commit 9678775
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions source/algorithms/deutsch.rst
Original file line number Diff line number Diff line change
Expand Up @@ -140,4 +140,9 @@ not immediately obvious how they got translated to quantum oracles. No matter, i
our objective to construct the oracles, you are not supposed to peek into them anyway.
So we are going to focus on the algorithm itself.

To get started, we need to transform the way the classical oracle is called into a flow
the quantum algorithm can work with. We can't use the flow in :numref:`classical_solution`
because it is not reversible. So we need to build an equivalent flow that has the same
effect but runnable on a quantum computer.


0 comments on commit 9678775

Please sign in to comment.