Skip to content

Commit

Permalink
Fixed typo in QMCI documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
renezander90 committed Nov 28, 2024
1 parent cd77d9e commit e59a9db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qrisp/algorithms/qmci.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def QMCI(qargs, function, distribution=None):
Implements a general algorithm for `Quantum Monte Carlo Integration <https://www.nature.com/articles/s41598-024-61010-9>`_.
This implementation utilizes :ref:`IQAE`. A detailed explanation can be found in the :ref:`tutorial <QMCItutorial>`.
QMCI performs numerical integration of (high-dimensional) functions over probility distributions:
QMCI performs numerical integration of (high-dimensional) functions over probability distributions:
.. math::
Expand Down

0 comments on commit e59a9db

Please sign in to comment.