From 3b98dac5289570529c091d248d2dd2b07cd38544 Mon Sep 17 00:00:00 2001 From: Edward Jiang Date: Fri, 28 Jul 2023 10:28:48 -0400 Subject: [PATCH] changelog --- doc/releases/changelog-dev.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/releases/changelog-dev.md b/doc/releases/changelog-dev.md index 5f2db9d7826..07afc84ebfb 100644 --- a/doc/releases/changelog-dev.md +++ b/doc/releases/changelog-dev.md @@ -88,6 +88,9 @@ * When given a callable, `qml.ctrl` now does its custom pre-processing on all queued operators from the callable. [(#4370)](https://github.com/PennyLaneAI/pennylane/pull/4370) +* The experimental `DefaultQubit2` device now supports computing VJPs and JVPs using the adjoint method. + [(#4374)](https://github.com/PennyLaneAI/pennylane/pull/4374) +

Breaking changes 💔

* `Operator.expand` now uses the output of `Operator.decomposition` instead of what it queues.