Skip to content
Snippets Groups Projects
Commit 46563b88 authored by Philipp Arras's avatar Philipp Arras
Browse files

Docs

parent e6c00792
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,8 @@ def CorrelatedField(target, amplitude_operator, name='xi', codomain=None):
Returns
-------
Correlated field : Operator
Operator
Correlated field
"""
tgt = DomainTuple.make(target)
if len(tgt) > 1:
......@@ -74,7 +75,7 @@ def MfCorrelatedField(target, amplitudes, name='xi'):
Parameters
----------
target : Domain, DomainTuple or tuple of Domain
Target of the operator. Must contain exactly one space.
Target of the operator. Must contain exactly two spaces.
amplitudes: iterable of Operator
List of two amplitude operators.
name : string
......@@ -82,7 +83,8 @@ def MfCorrelatedField(target, amplitudes, name='xi'):
Returns
-------
Correlated field : Operator
Operator
Correlated field
"""
tgt = DomainTuple.make(target)
if len(tgt) != 2:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment