Skip to content

Commit

Permalink
release note
Browse files Browse the repository at this point in the history
  • Loading branch information
ptristan3 committed Jul 10, 2024
1 parent 5aa8067 commit d81fc08
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions release-notes/unreleased/1793.feat.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
The :class:`QiskitRuntimeLocalService` was created to support a local
testing mode. To avoid the user creating separately the class the "local"
has been added to the valid :class:`QiskitRuntimeService` channels.

.. code:: python
service=QiskitRuntimeService(channel="local")
a :class:`QiskitRuntimeLocalService` instance will be returned.

0 comments on commit d81fc08

Please sign in to comment.