Skip to content

Commit 0f7a6fa

Browse files
committed
Document commonTransform argument
1 parent e9af16d commit 0f7a6fa

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

src/isle/meas/spinSpinCorrelator.py

+8-5
Original file line numberDiff line numberDiff line change
@@ -629,11 +629,14 @@ def save(self, h5group):
629629
def computeDerivedCorrelators(cls, measurements, commonTransform, correlators=None):
630630
r"""!
631631
\param measurements a dictionary of measurements that has measurements of `"Splus_Sminus"`,
632-
`"Sminus_Splus"`, `"np_np"`, `"np_nh"`, `"nh_np"`, and `"nh_nh"` (and other fields are allowed).
633-
\param correlators an iterable of correlators you wish to compute. If `None`, the default, uses
634-
all possible identities from the above bilinear correlators.
635-
If one-point measurements from onePointFunctions.py `"np"` and `"nh"` are included,
636-
additional identities will be leveraged to construct more two-point functions.
632+
`"Sminus_Splus"`, `"np_np"`, `"np_nh"`, `"nh_np"`, and `"nh_nh"`
633+
(and other fields are allowed).
634+
\param commonTransform A spatial matrix used to transform *all* correlators passed in through `measurements`,
635+
i.e. the `transform` attribute of measurement objects.
636+
\param correlators an iterable of correlators you wish to compute.
637+
If `None`, the default, uses all possible identities from the above bilinear correlators.
638+
If one-point measurements from onePointFunctions.py `"np"` and `"nh"` are included,
639+
additional identities will be leveraged to construct more two-point functions.
637640
638641
Uses the identities above to reframe data in terms of different operators.
639642

0 commit comments

Comments
 (0)