You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/pe.rst
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,7 @@ The **Phase Estimation (PE)** package includes modules for implementing *Quantum
5
5
6
6
* :doc:`pe.classical_qpe`: This module implements the Python class CQPE that implements the *QPE* algorithm that returns the eigenvalues of a given input unitary operator and an initial eigenstate (or a linear combination of them). The algorithm uses the Quantum Fourier Transformation Routine.
7
7
* :doc:`pe.iterative_quantum_pe`: This module implements the Python class IQPE that implements the *Kitaev Iterative Phase Estimation* algorithm that returns the eigenvalues of a given input unitary operator and an initial eigenstate (or a linear combination of them).
8
+
* :doc:`pe.windows_pe`: This module implements the Python class CQPE that implements a version of the *QPE* algorithm where the initialization of the auxiliary qubits are different from typical Haddamards gates. Different initializations can be used.
8
9
9
10
10
11
.. toctree::
@@ -20,4 +21,10 @@ The **Phase Estimation (PE)** package includes modules for implementing *Quantum
0 commit comments