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
6cb2d9d0
Commit
6cb2d9d0
authored
May 15, 2020
by
Philipp Frank
Browse files
more docstrings
parent
951b371d
Pipeline
#74971
passed with stages
in 26 minutes and 27 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
nifty6/operators/einsum.py
View file @
6cb2d9d0
...
...
@@ -51,7 +51,7 @@ class MultiLinearEinsum(Operator):
-----
By convention :class:`MultiLinearEinsum` only performs operations with
lower indices. Therefore no complex conjugation is performed on complex
I
nputs. To achieve operations with upper/lower indices use
i
nputs. To achieve operations with upper/lower indices use
:class:`PartialConjugate` before applying this operator.
"""
def
__init__
(
self
,
domain
,
subscripts
,
...
...
@@ -181,6 +181,13 @@ class LinearEinsum(LinearOperator):
the order of the keys in the multi-field.
optimize: bool, String or List, optional
Parameter passed on to einsum_path.
Notes
-----
By convention :class:`LinearEinsum` only performs operations with
lower indices. Therefore no complex conjugation is performed on complex
inputs or mf. To achieve operations with upper/lower indices use
:class:`PartialConjugate` before applying this operator.
"""
def
__init__
(
self
,
domain
,
mf
,
subscripts
,
key_order
=
None
,
optimize
=
'optimal'
,
_target
=
None
,
_calling_as_lin
=
False
):
...
...
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