Skip to content

Commit

Permalink
Use qiskit-ibm-provider api code (#871)
Browse files Browse the repository at this point in the history
* use qiskit-ibm-provider api code

* remove duplicated rest files

* remove duplicate clients files

* check integration tests

* fix metrics typing

* fix job inputs

* update proxies & auth client tests

* re-enable integration tests
  • Loading branch information
kt474 authored Jul 7, 2023
1 parent 4393cb9 commit f36e01e
Show file tree
Hide file tree
Showing 21 changed files with 28 additions and 1,013 deletions.
8 changes: 4 additions & 4 deletions qiskit_ibm_runtime/api/clients/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@

"""IBM Quantum API clients."""

from .base import BaseClient, WebsocketClientCloseCode
from .auth import AuthClient
from .version import VersionClient
from qiskit_ibm_provider.api.clients.base import BaseClient, WebsocketClientCloseCode
from qiskit_ibm_provider.api.clients.auth import AuthClient
from qiskit_ibm_provider.api.clients.version import VersionClient
from qiskit_ibm_provider.api.clients.runtime_ws import RuntimeWebsocketClient
from .runtime import RuntimeClient
from .runtime_ws import RuntimeWebsocketClient
174 changes: 0 additions & 174 deletions qiskit_ibm_runtime/api/clients/auth.py

This file was deleted.

2 changes: 1 addition & 1 deletion qiskit_ibm_runtime/api/clients/backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from datetime import datetime as python_datetime
from abc import ABC, abstractmethod

from .base import BaseClient
from qiskit_ibm_provider.api.clients.base import BaseClient

logger = logging.getLogger(__name__)

Expand Down
Loading

0 comments on commit f36e01e

Please sign in to comment.