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
bb896c33
Commit
bb896c33
authored
Jan 17, 2019
by
Martin Reinecke
Browse files
Merge branch 'mr_docs' into 'NIFTy_5'
paranoia fixes See merge request ift/nifty-dev!185
parents
0e9b31c3
4f8529a8
Changes
3
Hide whitespace changes
Inline
Side-by-side
nifty5/library/smooth_linear_amplitude.py
View file @
bb896c33
...
...
@@ -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 @
bb896c33
...
...
@@ -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 @
bb896c33
...
...
@@ -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