Skip to content

Commit

Permalink
temp fix
Browse files Browse the repository at this point in the history
  • Loading branch information
austingmhuang committed Oct 31, 2024
1 parent fb02a32 commit 3da2f59
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions pennylane_qiskit/qiskit_device.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,12 +103,7 @@ def qiskit_session(device, **kwargs):
Args:
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. For the most up to date
information, please refer to the Qiskit Session
`documentation <https://docs.quantum.ibm.com/api/qiskit-ibm-runtime/qiskit_ibm_runtime.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. For the most up to date information, please refer to the Qiskit Session `documentation <https://docs.quantum.ibm.com/api/qiskit-ibm-runtime/qiskit_ibm_runtime.Session>`_.
**Example:**
Expand Down

0 comments on commit 3da2f59

Please sign in to comment.