From 984c7a5822a007d6c411346fdbc0bcbc1124330e Mon Sep 17 00:00:00 2001 From: Austin Huang Date: Wed, 24 Jul 2024 16:11:47 -0400 Subject: [PATCH] CHANGELOG --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d2dcbba..9b5e20c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,8 +2,16 @@ ### New features since last release +* Qiskit Sessions can now be used for the ``qiskit.remote`` device with the ``qiskit_session`` context + manager. + [(#551)](https://github.com/PennyLaneAI/pennylane-qiskit/pull/551) + ### Improvements 🛠 +* Qiskit Runtime Primitives are supported by the ``qiskit.remote`` device. Circuits ran using the ``qiskit.remote`` + device will automatically call the SamplerV2 and EstimatorV2 primitives appropriately. Additionally, runtime options can be passed as keyword arguments directly to the ``qiskit.remote`` device. + [(#513)](https://github.com/PennyLaneAI/pennylane-qiskit/pull/513) + ### Breaking changes 💔 * Support has been removed for Qiskit versions below 0.46. The minimum required version for Qiskit is now 1.0.