Skip to content

Commit

Permalink
doc changes
Browse files Browse the repository at this point in the history
  • Loading branch information
austingmhuang committed Oct 31, 2024
1 parent 035be64 commit ad63db8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pennylane_qiskit/qiskit_device.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@ def execute(self, circuits, execution_config=DefaultExecutionConfig):
def qiskit_session(device, **kwargs):
"""
A context manager that creates a Qiskit Session and sets it as a session
on the device while the context manager is active.
on the device while the context manager is active.
.. warning::
As of the time of writing (Oct 31, 2024), sessions can no longer be used by IBM users on
Expand Down

0 comments on commit ad63db8

Please sign in to comment.