Skip to content

Commit

Permalink
Refactored the docs to collect all algorithm-specific information in …
Browse files Browse the repository at this point in the history
…individual pages
  • Loading branch information
karalekas authored and stylewarning committed Jan 13, 2017
1 parent f54fdc9 commit 4891331
Show file tree
Hide file tree
Showing 28 changed files with 946 additions and 984 deletions.
29 changes: 23 additions & 6 deletions docs/phaseestimation.rst
Original file line number Diff line number Diff line change
@@ -1,10 +1,27 @@
==========================
Phase Estimation Algorithm
==========================

.. toctree::
:name: mastertoc
:maxdepth: 3
Overview
--------

The phase estimation algorithm is a quantum subroutine useful for finding the
eigenvalue corresponding to an eigenvector \\(u\\) of some unitary operator.
It is the starting point for many other algorithms and relies on the inverse
quantum Fourier transform. More details can be found in references [1]_.

Source Code Docs
----------------

Here you can find documentation for the different submodules in phaseestimation.

grove.phaseestimation.phase_estimation
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

.. automodule:: grove.phaseestimation.phase_estimation
:members:
:undoc-members:
:show-inheritance:

.. rubric:: References

phaseestimation/phaseestimation_overview
phaseestimation/pea_source
.. [1] Nielsen, Michael A., and Isaac L. Chuang. Quantum Computation and Quantum Information. Cambridge University Press, 2010.
12 changes: 0 additions & 12 deletions docs/phaseestimation/pea_source.rst

This file was deleted.

13 changes: 0 additions & 13 deletions docs/phaseestimation/phaseestimation_overview.rst

This file was deleted.

0 comments on commit 4891331

Please sign in to comment.