From 378a06ec6939dabb8880e3531c4f03d435de7e37 Mon Sep 17 00:00:00 2001 From: Austin Huang Date: Thu, 31 Oct 2024 16:18:53 -0400 Subject: [PATCH] redo after fixing typo --- pennylane_qiskit/qiskit_device.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pennylane_qiskit/qiskit_device.py b/pennylane_qiskit/qiskit_device.py index 647566d7..80c1eebc 100644 --- a/pennylane_qiskit/qiskit_device.py +++ b/pennylane_qiskit/qiskit_device.py @@ -105,7 +105,8 @@ def qiskit_session(device, **kwargs): device (QiskitDevice2): the device that will create remote tasks using the session **kwargs: keyword arguments for session settings. At the time of writing, the only relevant keyword argument is "max_time", which lets you set the maximum amount of time the session - is open. + is open. For the most up-to-date information, please refer to the Qiskit Session + `documentation `_. **Example:**