qml.transforms.core.transform_program.null_postprocessing

null_postprocessing(results)[source]

An empty postprocessing function that simply returns its input.

Parameters

results (ResultBatch) – Results from executing a batch of QuantumTape.

Returns

the input to the function.

Return type

ResultBatch