cirq-aqt 1.5.0.dev20250327175906__py3-none-any.whl → 1.5.0.dev20250327210023__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of cirq-aqt might be problematic. Click here for more details.
- cirq_aqt/_version.py +1 -1
- cirq_aqt/_version_test.py +1 -1
- cirq_aqt/aqt_sampler.py +2 -3
- cirq_aqt/aqt_sampler_test.py +2 -1
- cirq_aqt/aqt_simulator_test.py +1 -3
- cirq_aqt/aqt_target_gateset_test.py +0 -1
- cirq_aqt/json_test_data/spec.py +1 -2
- {cirq_aqt-1.5.0.dev20250327175906.dist-info → cirq_aqt-1.5.0.dev20250327210023.dist-info}/METADATA +2 -2
- cirq_aqt-1.5.0.dev20250327210023.dist-info/RECORD +21 -0
- cirq_aqt-1.5.0.dev20250327175906.dist-info/RECORD +0 -21
- {cirq_aqt-1.5.0.dev20250327175906.dist-info → cirq_aqt-1.5.0.dev20250327210023.dist-info}/LICENSE +0 -0
- {cirq_aqt-1.5.0.dev20250327175906.dist-info → cirq_aqt-1.5.0.dev20250327210023.dist-info}/WHEEL +0 -0
- {cirq_aqt-1.5.0.dev20250327175906.dist-info → cirq_aqt-1.5.0.dev20250327210023.dist-info}/top_level.txt +0 -0
cirq_aqt/_version.py
CHANGED
cirq_aqt/_version_test.py
CHANGED
cirq_aqt/aqt_sampler.py
CHANGED
|
@@ -25,16 +25,15 @@ API keys for classical simulators and quantum devices can be obtained at:
|
|
|
25
25
|
import json
|
|
26
26
|
import time
|
|
27
27
|
import uuid
|
|
28
|
-
from typing import Callable, cast, Dict, List, Sequence, Tuple,
|
|
28
|
+
from typing import Callable, cast, Dict, List, Literal, Sequence, Tuple, TypedDict, Union
|
|
29
29
|
from urllib.parse import urljoin
|
|
30
30
|
|
|
31
31
|
import numpy as np
|
|
32
|
-
from requests import
|
|
32
|
+
from requests import get, post
|
|
33
33
|
|
|
34
34
|
import cirq
|
|
35
35
|
from cirq_aqt.aqt_device import AQTSimulator, get_op_string, OperationString
|
|
36
36
|
|
|
37
|
-
|
|
38
37
|
_DEFAULT_HOST = "https://arnica.aqt.eu/api/v1/"
|
|
39
38
|
|
|
40
39
|
|
cirq_aqt/aqt_sampler_test.py
CHANGED
cirq_aqt/aqt_simulator_test.py
CHANGED
|
@@ -15,10 +15,8 @@
|
|
|
15
15
|
import pytest
|
|
16
16
|
|
|
17
17
|
import cirq
|
|
18
|
-
|
|
19
18
|
from cirq_aqt import AQTSimulator
|
|
20
|
-
from cirq_aqt.aqt_device import get_aqt_device
|
|
21
|
-
from cirq_aqt.aqt_device import AQTNoiseModel
|
|
19
|
+
from cirq_aqt.aqt_device import AQTNoiseModel, get_aqt_device
|
|
22
20
|
|
|
23
21
|
|
|
24
22
|
def test_simulator_no_circ():
|
cirq_aqt/json_test_data/spec.py
CHANGED
|
@@ -15,9 +15,8 @@
|
|
|
15
15
|
import pathlib
|
|
16
16
|
|
|
17
17
|
import cirq_aqt
|
|
18
|
-
from cirq_aqt.json_resolver_cache import _class_resolver_dictionary
|
|
19
|
-
|
|
20
18
|
from cirq.testing.json import ModuleJsonTestSpec
|
|
19
|
+
from cirq_aqt.json_resolver_cache import _class_resolver_dictionary
|
|
21
20
|
|
|
22
21
|
TestSpec = ModuleJsonTestSpec(
|
|
23
22
|
name="cirq_aqt",
|
{cirq_aqt-1.5.0.dev20250327175906.dist-info → cirq_aqt-1.5.0.dev20250327210023.dist-info}/METADATA
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: cirq-aqt
|
|
3
|
-
Version: 1.5.0.
|
|
3
|
+
Version: 1.5.0.dev20250327210023
|
|
4
4
|
Summary: A Cirq package to simulate and connect to Alpine Quantum Technologies quantum computers
|
|
5
5
|
Home-page: http://github.com/quantumlib/cirq
|
|
6
6
|
Author: The Cirq Developers
|
|
@@ -29,7 +29,7 @@ Requires-Python: >=3.10.0
|
|
|
29
29
|
Description-Content-Type: text/markdown
|
|
30
30
|
License-File: LICENSE
|
|
31
31
|
Requires-Dist: requests~=2.32
|
|
32
|
-
Requires-Dist: cirq-core==1.5.0.
|
|
32
|
+
Requires-Dist: cirq-core==1.5.0.dev20250327210023
|
|
33
33
|
|
|
34
34
|
<div align="center">
|
|
35
35
|
<img width="190px" alt="Cirq logo"
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
cirq_aqt/__init__.py,sha256=M8r1U_8xYpcIUhs8U110BFWQ4jUCqS9IQf8trjq0rvI,888
|
|
2
|
+
cirq_aqt/_version.py,sha256=pAdWzWYWfu2yCl4oSPpajRU-9Zgo77ZJdwkBBb3nEPI,696
|
|
3
|
+
cirq_aqt/_version_test.py,sha256=1YXAMGgxvuYFkqbaOtRrQyDzHW2cD9Gl72wF_vX4f1Y,155
|
|
4
|
+
cirq_aqt/aqt_device.py,sha256=48OblqJDD0R7xuwRHxHMcP3yxeTbGc5gSfWHZM9LE0Y,13654
|
|
5
|
+
cirq_aqt/aqt_device_metadata.py,sha256=87xWZP8vrEJBzGfLu8J2grQEwxJgDWngcnzjkaSWlkU,4778
|
|
6
|
+
cirq_aqt/aqt_device_metadata_test.py,sha256=naTXEU4VCCdR__gBlzbWjR0-DzViZ1xgVrH_GAyjskY,2111
|
|
7
|
+
cirq_aqt/aqt_device_test.py,sha256=eYHT1DIt3EI_4e-rSROiUw5_E4A9Bjt8tIchvUrKnxs,5210
|
|
8
|
+
cirq_aqt/aqt_sampler.py,sha256=wBgTenfELWTx1fCMFaTio9WYpxiBiQndWNp8NAEsfMk,18378
|
|
9
|
+
cirq_aqt/aqt_sampler_test.py,sha256=cA68zrJTh57Ge8TW6xd4Q__l0wah_VJ4k6BL_SVPnHw,16403
|
|
10
|
+
cirq_aqt/aqt_simulator_test.py,sha256=QjqR6cULJdHEdTI4IxFCaJkhPIvR728hYCvg4RLPW-A,1641
|
|
11
|
+
cirq_aqt/aqt_target_gateset.py,sha256=2p5wopt6IuQGL_0zNhrlAzGZDH2zQYth-XDF0dPlOFM,2778
|
|
12
|
+
cirq_aqt/aqt_target_gateset_test.py,sha256=mZuuDvBl-o6l7ShNzcf_BrIc79I00To_RHt3y7hyOHg,3335
|
|
13
|
+
cirq_aqt/conftest.py,sha256=2-K0ZniZ28adwVNB-f5IqvYjavKEBwC4jes_WQ17Xzg,667
|
|
14
|
+
cirq_aqt/json_resolver_cache.py,sha256=oZUTckLvATBDSrn-Y6kEAjHjiGXtKc-Bz_i23WsxFj8,788
|
|
15
|
+
cirq_aqt/json_test_data/__init__.py,sha256=UZKkYSBrgpUKN5Y5Gb-SJzJAa7h-oTA0K3BKecMbDs8,904
|
|
16
|
+
cirq_aqt/json_test_data/spec.py,sha256=OfF8lLmTIVJF9ZgGoKBjx7tqYG5qvkLo6RqK19DtFCA,1050
|
|
17
|
+
cirq_aqt-1.5.0.dev20250327210023.dist-info/LICENSE,sha256=tAkwu8-AdEyGxGoSvJ2gVmQdcicWw3j1ZZueVV74M-E,11357
|
|
18
|
+
cirq_aqt-1.5.0.dev20250327210023.dist-info/METADATA,sha256=ee2yraIn8Sj1fyqp6HnJ12ZsHywVlsMQmOKAwSYgYwE,4509
|
|
19
|
+
cirq_aqt-1.5.0.dev20250327210023.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
|
20
|
+
cirq_aqt-1.5.0.dev20250327210023.dist-info/top_level.txt,sha256=culYyFTEtuC3Z7wT3wZ6kGVspH3hYFZUEKooByfe9h0,9
|
|
21
|
+
cirq_aqt-1.5.0.dev20250327210023.dist-info/RECORD,,
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
cirq_aqt/__init__.py,sha256=M8r1U_8xYpcIUhs8U110BFWQ4jUCqS9IQf8trjq0rvI,888
|
|
2
|
-
cirq_aqt/_version.py,sha256=F4BGPaiqgGte1qVgJushKmDzb8m2PXEn42qIywqV2r0,696
|
|
3
|
-
cirq_aqt/_version_test.py,sha256=COFUsgu-TXfqXKQaf0rZcytmgQEjmpcPRRPVihnw7eA,155
|
|
4
|
-
cirq_aqt/aqt_device.py,sha256=48OblqJDD0R7xuwRHxHMcP3yxeTbGc5gSfWHZM9LE0Y,13654
|
|
5
|
-
cirq_aqt/aqt_device_metadata.py,sha256=87xWZP8vrEJBzGfLu8J2grQEwxJgDWngcnzjkaSWlkU,4778
|
|
6
|
-
cirq_aqt/aqt_device_metadata_test.py,sha256=naTXEU4VCCdR__gBlzbWjR0-DzViZ1xgVrH_GAyjskY,2111
|
|
7
|
-
cirq_aqt/aqt_device_test.py,sha256=eYHT1DIt3EI_4e-rSROiUw5_E4A9Bjt8tIchvUrKnxs,5210
|
|
8
|
-
cirq_aqt/aqt_sampler.py,sha256=GKkbF1iEuseDui9fDR6stJSrwQcssX4DTTeUhzFdezg,18379
|
|
9
|
-
cirq_aqt/aqt_sampler_test.py,sha256=EspGPtmOs6WJUEOZEjCGcbUANawPyOWAFL3ozsFiu7Y,16402
|
|
10
|
-
cirq_aqt/aqt_simulator_test.py,sha256=LSRyNSnme3A1l5eyDC79MzJLKZNoKa3LdsN_NoKMPTE,1673
|
|
11
|
-
cirq_aqt/aqt_target_gateset.py,sha256=2p5wopt6IuQGL_0zNhrlAzGZDH2zQYth-XDF0dPlOFM,2778
|
|
12
|
-
cirq_aqt/aqt_target_gateset_test.py,sha256=wILzfJ3uWTzs-9R93I_qReZoWER-TaBhVr1lG3zl1WU,3336
|
|
13
|
-
cirq_aqt/conftest.py,sha256=2-K0ZniZ28adwVNB-f5IqvYjavKEBwC4jes_WQ17Xzg,667
|
|
14
|
-
cirq_aqt/json_resolver_cache.py,sha256=oZUTckLvATBDSrn-Y6kEAjHjiGXtKc-Bz_i23WsxFj8,788
|
|
15
|
-
cirq_aqt/json_test_data/__init__.py,sha256=UZKkYSBrgpUKN5Y5Gb-SJzJAa7h-oTA0K3BKecMbDs8,904
|
|
16
|
-
cirq_aqt/json_test_data/spec.py,sha256=RMp340PqpXN2iFQClZzTcXrKDVMKa_OLcXQ8qn2mPsw,1051
|
|
17
|
-
cirq_aqt-1.5.0.dev20250327175906.dist-info/LICENSE,sha256=tAkwu8-AdEyGxGoSvJ2gVmQdcicWw3j1ZZueVV74M-E,11357
|
|
18
|
-
cirq_aqt-1.5.0.dev20250327175906.dist-info/METADATA,sha256=5kovVFwGrJJ0gueDZ0r0XjkQvyM-5XiRHgPfc12B1nA,4509
|
|
19
|
-
cirq_aqt-1.5.0.dev20250327175906.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
|
20
|
-
cirq_aqt-1.5.0.dev20250327175906.dist-info/top_level.txt,sha256=culYyFTEtuC3Z7wT3wZ6kGVspH3hYFZUEKooByfe9h0,9
|
|
21
|
-
cirq_aqt-1.5.0.dev20250327175906.dist-info/RECORD,,
|
{cirq_aqt-1.5.0.dev20250327175906.dist-info → cirq_aqt-1.5.0.dev20250327210023.dist-info}/LICENSE
RENAMED
|
File without changes
|
{cirq_aqt-1.5.0.dev20250327175906.dist-info → cirq_aqt-1.5.0.dev20250327210023.dist-info}/WHEEL
RENAMED
|
File without changes
|
|
File without changes
|