Skip to contents

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

Usage

make_chain_pm(postprocess1, measurement0)

Arguments

postprocess1

outer postprocessor

measurement0

inner measurement/mechanism

Value

Measurement