Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
rmoyard committed Oct 13, 2023
1 parent 6d54773 commit f58c4ca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/releases/changelog-dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@
* Transforms can be applied on devices following the new device API.
[(#4667)](https://github.com/PennyLaneAI/pennylane/pull/4667)

* All gradient transforms are updated to the new transform program system.
[(#4595)](https://github.com/PennyLaneAI/pennylane/pull/4595)

* All quantum functions transforms are update to the new transform program system.
[(#4439)](https://github.com/PennyLaneAI/pennylane/pull/4439)

Expand Down
2 changes: 2 additions & 0 deletions pennylane/interfaces/execution.py
Original file line number Diff line number Diff line change
Expand Up @@ -424,6 +424,8 @@ def execute(
interface (str): The interface that will be used for classical autodifferentiation.
This affects the types of parameters that can exist on the input tapes.
Available options include ``autograd``, ``torch``, ``tf``, ``jax`` and ``auto``.
transform_program(qml.transforms.core.TransformProgram): A transform program to be applied to the initial tape.
config (qml.devices.ExecutionConfig): A datastructure describing the parameters needed to fully describe the execution.
grad_on_execution (bool, str): Whether the gradients should be computed on the execution or not. Only applies
if the device is queried for the gradient; gradient transform
functions available in ``qml.gradients`` are only supported on the backward
Expand Down

0 comments on commit f58c4ca

Please sign in to comment.