Skip to content

Commit 46a94e7

Browse files
committed
Add dummy function
1 parent 397273b commit 46a94e7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pennylane/transforms/dynamic_one_shot.py

+4
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@ def null_postprocessing(results):
5454
return results[0]
5555

5656

57+
def _get_plxpr_cancel_inverses():
58+
return
59+
60+
5761
@transform
5862
def dynamic_one_shot(tape: QuantumScript, **kwargs) -> tuple[QuantumScriptBatch, PostprocessingFn]:
5963
"""Transform a QNode to into several one-shot tapes to support dynamic circuit execution.

0 commit comments

Comments
 (0)