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/ae.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
@@ -11,6 +11,7 @@ The **Amplitude Estimation (AE)** package comprises modules that implement diffe
11
11
* :doc:`ae.mlae_utils`: This module contains functions used for the: *QQuantLib.AE..maximum_likelihood_ae* module.
12
12
* :doc:`ae.iterative_quantum_ae`: This module contains the Python class IQAE that implements the Iterative Quantum Amplitude Estimation algorithm.
13
13
* :doc:`ae.miterative_quantum_ae`: This module contains the Python class mIQAE that implements a modification of the Iterative Quantum Amplitude Estimation algorithm that increases the performance over the IQAE.
14
+
* :doc:`ae.bayesian_ae`: This module contains the Python class BAYESQAE that implements the Bayesian Quantum Amplitude Estimation algorithm.
14
15
* :doc:`ae.real_quantum_ae`: This module contains the Python class RQAE that implements the Real Quantum Amplitude Estimation algorithm. This algorithm estimates the **amplitude** of the given target state instead of its probability.
15
16
* :doc:`ae.mreal_quantum_ae`: This module contains the Python class mRQAE that implements a modification of the Real Quantum Amplitude Estimation algorithm that increases theoretical performance over the RQAE. This algorithm estimates the **amplitude** of the given target state instead of its probability.
16
17
* :doc:`ae.sreal_quantum_ae`: This module contains the Python class sRQAE that implements a modification of the Real Quantum Amplitude Estimation algorithm where the user can provide the number of shots the generated quantum circuits should be measured. This algorithm estimates the **amplitude** of the given target state instead of its probability.
@@ -60,6 +61,12 @@ The **Amplitude Estimation (AE)** package comprises modules that implement diffe
0 commit comments