cirq-aqt 1.5.0.dev20250402152118__py3-none-any.whl → 1.5.0.dev20250402172547__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-1.5.0.dev20250402152118.dist-info → cirq_aqt-1.5.0.dev20250402172547.dist-info}/METADATA +4 -4
- {cirq_aqt-1.5.0.dev20250402152118.dist-info → cirq_aqt-1.5.0.dev20250402172547.dist-info}/RECORD +7 -7
- {cirq_aqt-1.5.0.dev20250402152118.dist-info → cirq_aqt-1.5.0.dev20250402172547.dist-info}/LICENSE +0 -0
- {cirq_aqt-1.5.0.dev20250402152118.dist-info → cirq_aqt-1.5.0.dev20250402172547.dist-info}/WHEEL +0 -0
- {cirq_aqt-1.5.0.dev20250402152118.dist-info → cirq_aqt-1.5.0.dev20250402172547.dist-info}/top_level.txt +0 -0
cirq_aqt/_version.py
CHANGED
cirq_aqt/_version_test.py
CHANGED
{cirq_aqt-1.5.0.dev20250402152118.dist-info → cirq_aqt-1.5.0.dev20250402172547.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.dev20250402172547
|
|
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.dev20250402172547
|
|
33
33
|
|
|
34
34
|
<div align="center">
|
|
35
35
|
<img width="190px" alt="Cirq logo"
|
|
@@ -71,7 +71,7 @@ two installation options for the `cirq-aqt` module:
|
|
|
71
71
|
* To install the latest pre-release version of `cirq-aqt`, use
|
|
72
72
|
|
|
73
73
|
```shell
|
|
74
|
-
pip install cirq-aqt~=1.0.dev
|
|
74
|
+
pip install --upgrade cirq-aqt~=1.0.dev
|
|
75
75
|
```
|
|
76
76
|
|
|
77
77
|
(The `~=` has a special meaning to `pip` of selecting the latest version
|
|
@@ -80,7 +80,7 @@ two installation options for the `cirq-aqt` module:
|
|
|
80
80
|
|
|
81
81
|
If you would like to install Cirq with all the optional modules, not just
|
|
82
82
|
`cirq-aqt`, then instead of the above commands, use `pip install cirq` for the
|
|
83
|
-
stable release or `pip install cirq~=1.0.dev` for the latest pre-release
|
|
83
|
+
stable release or `pip install --upgrade cirq~=1.0.dev` for the latest pre-release
|
|
84
84
|
version.
|
|
85
85
|
|
|
86
86
|
## Documentation
|
{cirq_aqt-1.5.0.dev20250402152118.dist-info → cirq_aqt-1.5.0.dev20250402172547.dist-info}/RECORD
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
cirq_aqt/__init__.py,sha256=M8r1U_8xYpcIUhs8U110BFWQ4jUCqS9IQf8trjq0rvI,888
|
|
2
|
-
cirq_aqt/_version.py,sha256=
|
|
3
|
-
cirq_aqt/_version_test.py,sha256=
|
|
2
|
+
cirq_aqt/_version.py,sha256=92zDDRHsgPTZ4k-qALnykKcOjHGmT_4nKP1KiYMaQiA,696
|
|
3
|
+
cirq_aqt/_version_test.py,sha256=S0gBTd0GrQrktLHcKbhRtHjoVOTBFmM9puscWy2sTGU,155
|
|
4
4
|
cirq_aqt/aqt_device.py,sha256=48OblqJDD0R7xuwRHxHMcP3yxeTbGc5gSfWHZM9LE0Y,13654
|
|
5
5
|
cirq_aqt/aqt_device_metadata.py,sha256=87xWZP8vrEJBzGfLu8J2grQEwxJgDWngcnzjkaSWlkU,4778
|
|
6
6
|
cirq_aqt/aqt_device_metadata_test.py,sha256=naTXEU4VCCdR__gBlzbWjR0-DzViZ1xgVrH_GAyjskY,2111
|
|
@@ -14,8 +14,8 @@ cirq_aqt/conftest.py,sha256=2-K0ZniZ28adwVNB-f5IqvYjavKEBwC4jes_WQ17Xzg,667
|
|
|
14
14
|
cirq_aqt/json_resolver_cache.py,sha256=oZUTckLvATBDSrn-Y6kEAjHjiGXtKc-Bz_i23WsxFj8,788
|
|
15
15
|
cirq_aqt/json_test_data/__init__.py,sha256=UZKkYSBrgpUKN5Y5Gb-SJzJAa7h-oTA0K3BKecMbDs8,904
|
|
16
16
|
cirq_aqt/json_test_data/spec.py,sha256=OfF8lLmTIVJF9ZgGoKBjx7tqYG5qvkLo6RqK19DtFCA,1050
|
|
17
|
-
cirq_aqt-1.5.0.
|
|
18
|
-
cirq_aqt-1.5.0.
|
|
19
|
-
cirq_aqt-1.5.0.
|
|
20
|
-
cirq_aqt-1.5.0.
|
|
21
|
-
cirq_aqt-1.5.0.
|
|
17
|
+
cirq_aqt-1.5.0.dev20250402172547.dist-info/LICENSE,sha256=tAkwu8-AdEyGxGoSvJ2gVmQdcicWw3j1ZZueVV74M-E,11357
|
|
18
|
+
cirq_aqt-1.5.0.dev20250402172547.dist-info/METADATA,sha256=kL76QN8O6uDs38hJWTlbuuCEmvAJiJ72Zj_P9bByLZQ,4529
|
|
19
|
+
cirq_aqt-1.5.0.dev20250402172547.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
|
20
|
+
cirq_aqt-1.5.0.dev20250402172547.dist-info/top_level.txt,sha256=culYyFTEtuC3Z7wT3wZ6kGVspH3hYFZUEKooByfe9h0,9
|
|
21
|
+
cirq_aqt-1.5.0.dev20250402172547.dist-info/RECORD,,
|
{cirq_aqt-1.5.0.dev20250402152118.dist-info → cirq_aqt-1.5.0.dev20250402172547.dist-info}/LICENSE
RENAMED
|
File without changes
|
{cirq_aqt-1.5.0.dev20250402152118.dist-info → cirq_aqt-1.5.0.dev20250402172547.dist-info}/WHEEL
RENAMED
|
File without changes
|
|
File without changes
|