@@ -629,11 +629,14 @@ def save(self, h5group):
629
629
def computeDerivedCorrelators (cls , measurements , commonTransform , correlators = None ):
630
630
r"""!
631
631
\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.
637
640
638
641
Uses the identities above to reframe data in terms of different operators.
639
642
0 commit comments