Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
NIFTy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ift
NIFTy
Commits
4f8529a8
Commit
4f8529a8
authored
6 years ago
by
Martin Reinecke
Browse files
Options
Downloads
Patches
Plain Diff
paranoia fixes
parent
60ba4c50
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
nifty5/library/smooth_linear_amplitude.py
+1
-1
1 addition, 1 deletion
nifty5/library/smooth_linear_amplitude.py
nifty5/operators/energy_operators.py
+1
-1
1 addition, 1 deletion
nifty5/operators/energy_operators.py
nifty5/probing.py
+1
-1
1 addition, 1 deletion
nifty5/probing.py
with
3 additions
and
3 deletions
nifty5/library/smooth_linear_amplitude.py
+
1
−
1
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:
...
...
This diff is collapsed.
Click to expand it.
nifty5/operators/energy_operators.py
+
1
−
1
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.
...
...
This diff is collapsed.
Click to expand it.
nifty5/probing.py
+
1
−
1
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
----------
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment