method

pipeline.Mean.__call__

def __call__(self, exprs: list[CostExpression]) -> CostExpression

Return the elementwise-mean cost expression.

Returns

CostExpression — ``(N, M)`` mean matrix with AND-combined gates.

Source: unitrack/pipeline/merge.py:206