Skip to content
This repository was archived by the owner on Jul 24, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion docs/apidocs/ibm-provider.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,3 @@ Qiskit IBM Quantum Provider API Reference
ibm_jupyter
ibm_utils
ibm_random
ibm_runtime
6 changes: 0 additions & 6 deletions docs/apidocs/ibm_runtime.rst

This file was deleted.

2 changes: 0 additions & 2 deletions qiskit_ibm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@
BackendJobLimit
IBMBackend
IBMBackendService
RunnerResult

Exceptions
==========
Expand Down Expand Up @@ -91,7 +90,6 @@
from .exceptions import *
from .ibm_backend_service import IBMBackendService
from .utils.utils import setup_logger
from .runner_result import RunnerResult
from .version import __version__

# Setup the logger for the IBM Quantum Provider package.
Expand Down
2 changes: 0 additions & 2 deletions qiskit_ibm/api/clients/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,3 @@
from .auth import AuthClient
from .version import VersionClient
from .websocket import WebsocketClient
from .runtime import RuntimeClient
from .runtime_ws import RuntimeWebsocketClient
249 changes: 0 additions & 249 deletions qiskit_ibm/api/clients/runtime.py

This file was deleted.

78 changes: 0 additions & 78 deletions qiskit_ibm/api/clients/runtime_ws.py

This file was deleted.

Loading