Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ift
NIFTy
Commits
4f8529a8
Commit
4f8529a8
authored
Jan 17, 2019
by
Martin Reinecke
Browse files
paranoia fixes
parent
60ba4c50
Changes
3
Hide whitespace changes
Inline
Side-by-side
nifty5/library/smooth_linear_amplitude.py
View file @
4f8529a8
...
...
@@ -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:
...
...
nifty5/operators/energy_operators.py
View file @
4f8529a8
...
...
@@ -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.
...
...
nifty5/probing.py
View file @
4f8529a8
...
...
@@ -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
----------
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment