partition (version 0.2.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)

Value

a partition_step object

Arguments

.partition_step

a partition_step object

partitioner

a partitioner, as created from as_partitioner().

See Also

as_partitioner()