Skip to content

Commit

Permalink
Minor bugfix QMCI tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
renezander90 committed Dec 21, 2024
1 parent b979e77 commit ece7ddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/source/general/tutorial/QMCItutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ Now, we arrive at the heart of the algorithm, the definition of the ``state_func
distribution(qf_x)
h(qf_y)

with(qf_y < function(*qf_x)):
with(qf_y < function(qf_x)):
x(tar)

It receives the ``@auto_uncompute`` :ref:`decorator <uncomputation>` ensuring that all intermediate variables are properly uncomputed.
Expand Down

0 comments on commit ece7ddf

Please sign in to comment.