File tree Expand file tree Collapse file tree 11 files changed +11
-11
lines changed Expand file tree Collapse file tree 11 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 18
18
19
19
from qiskit_scaleway .backends import BaseBackend
20
20
21
- from scaleway_qaas_client import QaaSClient , QaaSPlatform
21
+ from scaleway_qaas_client . v1alpha1 import QaaSClient , QaaSPlatform
22
22
23
23
24
24
class AerBackend (BaseBackend ):
Original file line number Diff line number Diff line change 17
17
from qiskit_scaleway .backends import BaseBackend
18
18
from qiskit_scaleway .utils import create_target_from_platform
19
19
20
- from scaleway_qaas_client import QaaSClient , QaaSPlatform
20
+ from scaleway_qaas_client . v1alpha1 import QaaSClient , QaaSPlatform
21
21
22
22
23
23
class AqtBackend (BaseBackend ):
Original file line number Diff line number Diff line change 21
21
from qiskit .providers import BackendV2
22
22
from qiskit .circuit import QuantumCircuit
23
23
24
- from scaleway_qaas_client import QaaSClient , QaaSPlatform
24
+ from scaleway_qaas_client . v1alpha1 import QaaSClient , QaaSPlatform
25
25
26
26
from .base_job import BaseJob
27
27
Original file line number Diff line number Diff line change 25
25
26
26
from qiskit_scaleway .versions import USER_AGENT
27
27
28
- from scaleway_qaas_client import (
28
+ from scaleway_qaas_client . v1alpha1 import (
29
29
QaaSClient ,
30
30
QaaSJobResult ,
31
31
QaaSJobData ,
Original file line number Diff line number Diff line change 16
16
from qiskit_scaleway .backends import BaseBackend
17
17
from qiskit_scaleway .utils import create_target_from_platform
18
18
19
- from scaleway_qaas_client import QaaSClient , QaaSPlatform
19
+ from scaleway_qaas_client . v1alpha1 import QaaSClient , QaaSPlatform
20
20
21
21
22
22
class IqmBackend (BaseBackend ):
Original file line number Diff line number Diff line change 23
23
from qiskit_scaleway .backends .qsim .job import QsimJob
24
24
from qiskit_scaleway .backends import BaseBackend
25
25
26
- from scaleway_qaas_client import QaaSClient , QaaSPlatform
26
+ from scaleway_qaas_client . v1alpha1 import QaaSClient , QaaSPlatform
27
27
28
28
29
29
class QsimBackend (BaseBackend ):
Original file line number Diff line number Diff line change 40
40
from qiskit_scaleway .versions import USER_AGENT
41
41
from qiskit_scaleway .backends import BaseJob
42
42
43
- from scaleway_qaas_client import (
43
+ from scaleway_qaas_client . v1alpha1 import (
44
44
QaaSClient ,
45
45
QaaSJobData ,
46
46
QaaSJobClientData ,
Original file line number Diff line number Diff line change 25
25
AerBackend ,
26
26
)
27
27
28
- from scaleway_qaas_client import QaaSClient
28
+ from scaleway_qaas_client . v1alpha1 import QaaSClient
29
29
30
30
31
31
class ScalewayProvider :
Original file line number Diff line number Diff line change 5
5
from qiskit .transpiler import Target
6
6
from qiskit .circuit .library import get_standard_gate_name_mapping
7
7
8
- from scaleway_qaas_client import QaaSPlatform
8
+ from scaleway_qaas_client . v1alpha1 import QaaSPlatform
9
9
10
10
11
11
@dataclass_json
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ qiskit-aer==0.17
3
3
randomname >= 0.2.1
4
4
dataclasses-json >= 0.6.4
5
5
dataclasses >= 0.6
6
- scaleway-qaas-client >= 0.1.12
6
+ scaleway-qaas-client >= 0.1.15
You can’t perform that action at this time.
0 commit comments