Skip to content
Snippets Groups Projects
Commit 4f8529a8 authored by Martin Reinecke's avatar Martin Reinecke
Browse files

paranoia fixes

parent 60ba4c50
Branches
Tags
No related merge requests found
......@@ -43,7 +43,7 @@ def CepstrumOperator(target, a, k0):
and ceps is the so-called cepstrum:
.. math::
\\mathrm{sqrt\_ceps}(k) = \\frac{a}{1+(k/k0)^2}
\\mathrm{sqrt\\_ceps}(k) = \\frac{a}{1+(k/k0)^2}
These operators are combined in this fashion in order to generate:
......
......@@ -325,7 +325,7 @@ class AveragedEnergy(EnergyOperator):
drawn from the approximating Gaussian:
.. math ::
\\text{KL}(m) = \\frac1{\\#\{v_i\}} \\sum_{v_i} H(m+v_i),
\\text{KL}(m) = \\frac1{\\#\\{v_i\\}} \\sum_{v_i} H(m+v_i),
where :math:`v_i` are the residual samples and :math:`m` is the mean field
around which the samples are drawn.
......
......@@ -111,7 +111,7 @@ def probe_diagonal(op, nprobes, random_type="pm1"):
The operator is called on a user-specified number of randomly generated
input vectors :math:`v_i`, producing :math:`r_i`. The estimated diagonal
is the mean of :math:`r_i^\dagger v_i`.
is the mean of :math:`r_i^\\dagger v_i`.
Parameters
----------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment