method

pipeline.Max.__call__

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

Return the elementwise-maximum cost expression.

Returns

CostExpression — ``(N, M)`` maximum matrix with OR-combined gates.

Source: unitrack/pipeline/merge.py:188