Skip to content

Commit

Permalink
remove batch reduce
Browse files Browse the repository at this point in the history
  • Loading branch information
josh146 committed May 26, 2021
1 parent aeb8d76 commit 40f7884
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 563 deletions.
1 change: 0 additions & 1 deletion pennylane/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@
measurement_grouping,
metric_tensor,
qfunc_transform,
batch_reduce,
single_tape_transform,
)
from pennylane.utils import inv
Expand Down
3 changes: 0 additions & 3 deletions pennylane/transforms/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,9 @@
~single_tape_transform
~qfunc_transform
~batch_reduce
~transforms.make_tape
~transforms.batch_tape_execute
"""
from .adjoint import adjoint
from .batch_reduce import batch_reduce, batch_tape_execute
from .classical_jacobian import classical_jacobian
from .control import ControlledOperation, ctrl
from .draw import draw
Expand Down
302 changes: 0 additions & 302 deletions pennylane/transforms/batch_reduce.py

This file was deleted.

Loading

0 comments on commit 40f7884

Please sign in to comment.