partition (version 0.1.0)

direct_measure_reduce: Apply a partitioner

Description

direct_measure_reduce() works through the direct-measure-reduce steps of the partition algorithm, applying the partitioner to the partition_step.

Usage

direct_measure_reduce(.partition_step, partitioner)

Arguments

.partition_step

a partition_step object

partitioner

a partitioner, as created from as_partitioner().

Value

a partition_step object

See Also

as_partitioner()