Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
NIFTy
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
13
Issues
13
List
Boards
Labels
Service Desk
Milestones
Merge Requests
8
Merge Requests
8
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ift
NIFTy
Commits
9527d938
Commit
9527d938
authored
Jun 22, 2020
by
Gordian Edenhofer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
correlated_fields.py: Fix some spelling mistakes
parent
f1fd55aa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
src/library/correlated_fields.py
src/library/correlated_fields.py
+4
-4
No files found.
src/library/correlated_fields.py
View file @
9527d938
...
...
@@ -318,7 +318,7 @@ class _Amplitude(Operator):
class
CorrelatedFieldMaker
:
"""Constru
tion helper for hi
rarchical correlated field models.
"""Constru
ction helper for hie
rarchical correlated field models.
The correlated field models are parametrized by creating
power spectrum operators ("amplitudes") via calls to
...
...
@@ -388,7 +388,7 @@ class CorrelatedFieldMaker:
An integer array specifying the zero mode models used if
total_N > 1. It needs to have length of total_N. If total_N=3 and
dofdex=[0,0,1], that means that two models for the zero mode are
instan
c
iated; the first one is used for the first and second
instan
t
iated; the first one is used for the first and second
field model and the second is used for the third field model.
*If not specified*, use the same zero mode model for all
constructed field models.
...
...
@@ -429,7 +429,7 @@ class CorrelatedFieldMaker:
It is assembled as the sum of a power law component
(linear slope in log-log power-frequency-space),
a smooth varying component (integrated wiener process) and
a ragged componen
ent (un
integrated wiener process).
a ragged componen
t (un-
integrated wiener process).
Multiple calls to `add_fluctuations` are possible, in which case
the constructed field will have the outer product of the individual
...
...
@@ -459,7 +459,7 @@ class CorrelatedFieldMaker:
An integer array specifying the power spectrum models used if
total_N > 1. It needs to have length of total_N. If total_N=3 and
dofdex=[0,0,1], that means that two power spectrum models are
instan
c
iated; the first one is used for the first and second
instan
t
iated; the first one is used for the first and second
field model and the second one is used for the third field model.
*If not given*, use the same power spectrum model for all
constructed field models.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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