From 0cdf58947768971ac72c983442dee49e673f25dd Mon Sep 17 00:00:00 2001 From: Austin Huang Date: Thu, 31 Oct 2024 15:21:38 -0400 Subject: [PATCH] fix docs --- pennylane_qiskit/qiskit_device.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pennylane_qiskit/qiskit_device.py b/pennylane_qiskit/qiskit_device.py index 41d50a71..c66edf44 100644 --- a/pennylane_qiskit/qiskit_device.py +++ b/pennylane_qiskit/qiskit_device.py @@ -90,7 +90,7 @@ 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 + At the time of writing, sessions can no longer be used by IBM users on 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 `_.