Construct the functional composition (measurement1
○ transformation0
).
Returns a Measurement that when invoked, computes measurement1(transformation0(x))
.
Construct the functional composition (postprocess1
○ measurement0
).
Returns a Measurement that when invoked, computes postprocess1(measurement0(x))
.
Used to represent non-interactive postprocessing.
Construct the functional composition (transformation1
○ transformation0
).
Returns a Measurement that when invoked, computes transformation1(transformation0(x))
.