From 40ee308a128d8bc4c39f83d66b347dd0dd866286 Mon Sep 17 00:00:00 2001 From: Austin Huang Date: Thu, 31 Oct 2024 15:11:44 -0400 Subject: [PATCH] doc changes --- pennylane_qiskit/qiskit_device.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pennylane_qiskit/qiskit_device.py b/pennylane_qiskit/qiskit_device.py index 813e06dd..7b5e936c 100644 --- a/pennylane_qiskit/qiskit_device.py +++ b/pennylane_qiskit/qiskit_device.py @@ -88,8 +88,8 @@ def qiskit_session(device, **kwargs): .. warning:: As of the time of writing (Oct 31, 2024), sessions can no longer be used by IBM users on - the Open plan. Sessions may behave unexpectedly and close randomly. In such event, we - recommend referring to the Qiskit Session + the Open plan. There are also reports of sessions behaving unexpectedly and closing randomly. + In such event, we recommend referring to the Qiskit Session `documentation `_. and opening a session with Qiskit's session directly.