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.