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
code/api/pennylane.transforms.core.transform_program.null_postprocessing
Download Python script
Download Notebook
View on GitHub