Skip to content
GitLab
Menu
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
750bafe7
Commit
750bafe7
authored
Jan 13, 2019
by
Philipp Arras
Browse files
Documentation
parent
b53c531b
Changes
2
Hide whitespace changes
Inline
Side-by-side
nifty5/domains/power_space.py
View file @
750bafe7
...
...
@@ -32,7 +32,6 @@ class PowerSpace(StructuredDomain):
harmonic_partner : StructuredDomain
The harmonic domain of which this is the power space.
binbounds : None, or tuple of float
FIXME Add docu for binbounds
By default (binbounds=None):
There are as many bins as there are distinct k-vector lengths in
the harmonic partner space.
...
...
nifty5/domains/rg_space.py
View file @
750bafe7
...
...
@@ -41,6 +41,11 @@ class RGSpace(StructuredDomain):
harmonic : bool, optional
Whether the space represents a grid in position or harmonic space.
Default: False.
Notes
-----
Topologically, a n-dimensional RGSpace is a n-Torus, i.e. it has periodic
boundary conditions.
"""
_needed_for_hash
=
[
"_distances"
,
"_shape"
,
"_harmonic"
]
...
...
Write
Preview
Supports
Markdown
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