cirq-aqt 1.5.0.dev20250131234248__py3-none-any.whl → 1.5.0.dev20250205194253__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.dev20250205194253.dist-info/METADATA +112 -0
- {cirq_aqt-1.5.0.dev20250131234248.dist-info → cirq_aqt-1.5.0.dev20250205194253.dist-info}/RECORD +7 -7
- cirq_aqt-1.5.0.dev20250131234248.dist-info/METADATA +0 -64
- {cirq_aqt-1.5.0.dev20250131234248.dist-info → cirq_aqt-1.5.0.dev20250205194253.dist-info}/LICENSE +0 -0
- {cirq_aqt-1.5.0.dev20250131234248.dist-info → cirq_aqt-1.5.0.dev20250205194253.dist-info}/WHEEL +0 -0
- {cirq_aqt-1.5.0.dev20250131234248.dist-info → cirq_aqt-1.5.0.dev20250205194253.dist-info}/top_level.txt +0 -0
cirq_aqt/_version.py
CHANGED
cirq_aqt/_version_test.py
CHANGED
|
@@ -0,0 +1,112 @@
|
|
|
1
|
+
Metadata-Version: 2.1
|
|
2
|
+
Name: cirq-aqt
|
|
3
|
+
Version: 1.5.0.dev20250205194253
|
|
4
|
+
Summary: A Cirq package to simulate and connect to Alpine Quantum Technologies quantum computers
|
|
5
|
+
Home-page: http://github.com/quantumlib/cirq
|
|
6
|
+
Author: The Cirq Developers
|
|
7
|
+
Author-email: cirq-dev@googlegroups.com
|
|
8
|
+
Maintainer: Google Quantum AI open-source maintainers
|
|
9
|
+
Maintainer-email: quantum-oss-maintainers@google.com
|
|
10
|
+
License: Apache 2
|
|
11
|
+
Keywords: algorithms,api,cirq,google,google quantum,nisq,python,quantum,quantum algorithms,quantum circuit,quantum circuit simulator,quantum computer simulator,quantum computing,quantum development kit,quantum information,quantum programming,quantum programming language,quantum simulation,sdk,simulation
|
|
12
|
+
Classifier: Development Status :: 5 - Production/Stable
|
|
13
|
+
Classifier: Intended Audience :: Developers
|
|
14
|
+
Classifier: Intended Audience :: Education
|
|
15
|
+
Classifier: Intended Audience :: Science/Research
|
|
16
|
+
Classifier: License :: OSI Approved :: Apache Software License
|
|
17
|
+
Classifier: Operating System :: MacOS :: MacOS X
|
|
18
|
+
Classifier: Operating System :: Microsoft :: Windows
|
|
19
|
+
Classifier: Operating System :: POSIX :: Linux
|
|
20
|
+
Classifier: Programming Language :: Python :: 3
|
|
21
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
22
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
23
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
24
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
25
|
+
Classifier: Topic :: Scientific/Engineering :: Quantum Computing
|
|
26
|
+
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
27
|
+
Classifier: Typing :: Typed
|
|
28
|
+
Requires-Python: >=3.10.0
|
|
29
|
+
Description-Content-Type: text/markdown
|
|
30
|
+
License-File: LICENSE
|
|
31
|
+
Requires-Dist: requests~=2.18
|
|
32
|
+
Requires-Dist: cirq-core==1.5.0.dev20250205194253
|
|
33
|
+
|
|
34
|
+
<div align='center' width='50%'>
|
|
35
|
+
|
|
36
|
+
| ⚠️ WARNING |
|
|
37
|
+
|:----------:|
|
|
38
|
+
| **This is a development version of `cirq-aqt` and may be<br>unstable. For the latest stable release of `cirq-aqt`,<br>please visit** <https://pypi.org/project/cirq-aqt>.|
|
|
39
|
+
|
|
40
|
+
</div>
|
|
41
|
+
|
|
42
|
+
<div align="center">
|
|
43
|
+
<img width="190px" alt="Cirq logo"
|
|
44
|
+
src="https://raw.githubusercontent.com/quantumlib/Cirq/refs/heads/main/docs/images/Cirq_logo_color.svg"
|
|
45
|
+
><img width="60px" height="0" alt=""><img width="200px" alt="AQT logo"
|
|
46
|
+
src="https://www.aqt.eu/wp-content/uploads/2024/01/Logo-AQT-Alpine-Quantum-Technologies-2.png">
|
|
47
|
+
</div>
|
|
48
|
+
|
|
49
|
+
# cirq-aqt
|
|
50
|
+
|
|
51
|
+
This is the Cirq-AQT integration module. It provides an interface that allows
|
|
52
|
+
[Cirq] quantum algorithms to run on quantum computers made by [Alpine Quantum
|
|
53
|
+
Technologies GmbH](https://www.aqt.eu). (See the [Documentation](#documentation)
|
|
54
|
+
section below for information about getting access to AQT devices.)
|
|
55
|
+
|
|
56
|
+
[Cirq] is a Python package for writing, manipulating, and running [quantum
|
|
57
|
+
circuits](https://en.wikipedia.org/wiki/Quantum_circuit) on quantum computers
|
|
58
|
+
and simulators. Cirq provides useful abstractions for dealing with today’s
|
|
59
|
+
[noisy intermediate-scale quantum](https://arxiv.org/abs/1801.00862) (NISQ)
|
|
60
|
+
computers, where the details of quantum hardware are vital to achieving
|
|
61
|
+
state-of-the-art results. For more information about Cirq, please visit the
|
|
62
|
+
[Cirq documentation site].
|
|
63
|
+
|
|
64
|
+
[Cirq]: https://github.com/quantumlib/cirq
|
|
65
|
+
[Cirq documentation site]: https://quantumai.google/cirq
|
|
66
|
+
|
|
67
|
+
## Installation
|
|
68
|
+
|
|
69
|
+
This module is built on top of [Cirq]; installing this module will
|
|
70
|
+
automatically install the `cirq-core` module and other dependencies. There are
|
|
71
|
+
two installation options for the `cirq-aqt` module:
|
|
72
|
+
|
|
73
|
+
* To install the stable version of `cirq-aqt`, use
|
|
74
|
+
|
|
75
|
+
```shell
|
|
76
|
+
pip install cirq-aqt
|
|
77
|
+
```
|
|
78
|
+
|
|
79
|
+
* To install the latest pre-release version of `cirq-aqt`, use
|
|
80
|
+
|
|
81
|
+
```shell
|
|
82
|
+
pip install cirq-aqt~=1.0.dev
|
|
83
|
+
```
|
|
84
|
+
|
|
85
|
+
(The `~=` has a special meaning to `pip` of selecting the latest version
|
|
86
|
+
compatible with the `1.*` and `dev` in the name. Despite appearances,
|
|
87
|
+
this will not install an old version 1.0 release!)
|
|
88
|
+
|
|
89
|
+
If you would like to install Cirq with all the optional modules, not just
|
|
90
|
+
`cirq-aqt`, then instead of the above commands, use `pip install cirq` for the
|
|
91
|
+
stable release or `pip install cirq~=1.0.dev` for the latest pre-release
|
|
92
|
+
version.
|
|
93
|
+
|
|
94
|
+
## Documentation
|
|
95
|
+
|
|
96
|
+
To get started with using AQT quantum computers through Cirq, please refer to
|
|
97
|
+
the following documentation:
|
|
98
|
+
|
|
99
|
+
* [Access and authentication](https://quantumai.google/cirq/aqt/access).
|
|
100
|
+
* [Getting started
|
|
101
|
+
guide](https://quantumai.google/cirq/tutorials/aqt/getting_started).
|
|
102
|
+
|
|
103
|
+
To get started with using Cirq in general, please refer to the [Cirq
|
|
104
|
+
documentation site].
|
|
105
|
+
|
|
106
|
+
For more information about getting help, reporting bugs, and other matters
|
|
107
|
+
related to Cirq and the Cirq-AQT integration module, please visit the [Cirq
|
|
108
|
+
repository on GitHub](https://github.com/quantumlib/Cirq).
|
|
109
|
+
|
|
110
|
+
## Disclaimer
|
|
111
|
+
|
|
112
|
+
Cirq is not an official Google product. Copyright 2019 The Cirq Developers.
|
{cirq_aqt-1.5.0.dev20250131234248.dist-info → cirq_aqt-1.5.0.dev20250205194253.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=PNZB6YOpVMfCWHCtdI1frp7lBLhPh8-H1KaWGR5sJSE,696
|
|
3
|
+
cirq_aqt/_version_test.py,sha256=9Kc-48r99reKs3J7GwYbh6L0O-m73cJxi4y2hsAo9pY,155
|
|
4
4
|
cirq_aqt/aqt_device.py,sha256=48OblqJDD0R7xuwRHxHMcP3yxeTbGc5gSfWHZM9LE0Y,13654
|
|
5
5
|
cirq_aqt/aqt_device_metadata.py,sha256=vdYGf3gdZNJEIttlYNutdXGh9qz-93vNzLrail6ujYc,4779
|
|
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=RMp340PqpXN2iFQClZzTcXrKDVMKa_OLcXQ8qn2mPsw,1051
|
|
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.dev20250205194253.dist-info/LICENSE,sha256=tAkwu8-AdEyGxGoSvJ2gVmQdcicWw3j1ZZueVV74M-E,11357
|
|
18
|
+
cirq_aqt-1.5.0.dev20250205194253.dist-info/METADATA,sha256=7T-Nb3Qs6Ty1ryg8XaOXUh8c5nwfGHc1vEaevB9VR-M,4759
|
|
19
|
+
cirq_aqt-1.5.0.dev20250205194253.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
|
20
|
+
cirq_aqt-1.5.0.dev20250205194253.dist-info/top_level.txt,sha256=culYyFTEtuC3Z7wT3wZ6kGVspH3hYFZUEKooByfe9h0,9
|
|
21
|
+
cirq_aqt-1.5.0.dev20250205194253.dist-info/RECORD,,
|
|
@@ -1,64 +0,0 @@
|
|
|
1
|
-
Metadata-Version: 2.1
|
|
2
|
-
Name: cirq-aqt
|
|
3
|
-
Version: 1.5.0.dev20250131234248
|
|
4
|
-
Summary: A Cirq package to simulate and connect to Alpine Quantum Technologies quantum computers
|
|
5
|
-
Home-page: http://github.com/quantumlib/cirq
|
|
6
|
-
Author: The Cirq Developers
|
|
7
|
-
Author-email: cirq-dev@googlegroups.com
|
|
8
|
-
Maintainer: Google Quantum AI open-source maintainers
|
|
9
|
-
Maintainer-email: quantum-oss-maintainers@google.com
|
|
10
|
-
License: Apache 2
|
|
11
|
-
Keywords: algorithms,api,cirq,google,google quantum,nisq,python,quantum,quantum algorithms,quantum circuit,quantum circuit simulator,quantum computer simulator,quantum computing,quantum development kit,quantum information,quantum programming,quantum programming language,quantum simulation,sdk,simulation
|
|
12
|
-
Classifier: Development Status :: 5 - Production/Stable
|
|
13
|
-
Classifier: Intended Audience :: Developers
|
|
14
|
-
Classifier: Intended Audience :: Education
|
|
15
|
-
Classifier: Intended Audience :: Science/Research
|
|
16
|
-
Classifier: License :: OSI Approved :: Apache Software License
|
|
17
|
-
Classifier: Operating System :: MacOS :: MacOS X
|
|
18
|
-
Classifier: Operating System :: Microsoft :: Windows
|
|
19
|
-
Classifier: Operating System :: POSIX :: Linux
|
|
20
|
-
Classifier: Programming Language :: Python :: 3
|
|
21
|
-
Classifier: Programming Language :: Python :: 3.10
|
|
22
|
-
Classifier: Programming Language :: Python :: 3.11
|
|
23
|
-
Classifier: Programming Language :: Python :: 3.12
|
|
24
|
-
Classifier: Programming Language :: Python :: 3.13
|
|
25
|
-
Classifier: Topic :: Scientific/Engineering :: Quantum Computing
|
|
26
|
-
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
27
|
-
Classifier: Typing :: Typed
|
|
28
|
-
Requires-Python: >=3.10.0
|
|
29
|
-
License-File: LICENSE
|
|
30
|
-
Requires-Dist: requests~=2.18
|
|
31
|
-
Requires-Dist: cirq-core==1.5.0.dev20250131234248
|
|
32
|
-
|
|
33
|
-
**This is a development version of Cirq-AQT and may be unstable.**
|
|
34
|
-
|
|
35
|
-
**For the latest stable release of Cirq-AQT see**
|
|
36
|
-
`here <https://pypi.org/project/cirq-aqt>`__.
|
|
37
|
-
|
|
38
|
-
.. image:: https://www.aqt.eu/wp-content/uploads/2018/08/Logo-Alpine-Quantum-Technologies-AQT-1.png
|
|
39
|
-
:target: https://github.com/quantumlib/cirq/
|
|
40
|
-
:alt: cirq-aqt
|
|
41
|
-
:width: 200px
|
|
42
|
-
|
|
43
|
-
`Cirq <https://quantumai.google/cirq>`__ is a Python library for writing, manipulating, and optimizing quantum
|
|
44
|
-
circuits and running them against quantum computers and simulators.
|
|
45
|
-
|
|
46
|
-
This module is **cirq-aqt**, which provides everything you'll need to run Cirq quantum algorithms on AQT quantum computers.
|
|
47
|
-
|
|
48
|
-
Documentation
|
|
49
|
-
-------------
|
|
50
|
-
|
|
51
|
-
To get started with the Alpine Quantum Technologies, checkout the following guide and tutorial:
|
|
52
|
-
|
|
53
|
-
- `Access and authentication <https://quantumai.google/cirq/aqt/access>`__
|
|
54
|
-
- `Getting started guide <https://quantumai.google/cirq/tutorials/aqt/getting_started>`__
|
|
55
|
-
|
|
56
|
-
Installation
|
|
57
|
-
------------
|
|
58
|
-
|
|
59
|
-
To install the stable version of only **cirq-aqt**, use `pip install cirq-aqt`.
|
|
60
|
-
To install the pre-release version of only **cirq-aqt**, use `pip install cirq-aqt~=1.0.dev`.
|
|
61
|
-
|
|
62
|
-
Note, that this will install both cirq-aqt and cirq-core as well.
|
|
63
|
-
|
|
64
|
-
To get all the optional modules installed as well, you'll have to use `pip install cirq` or `pip install cirq~=1.0.dev` for the pre-release version.
|
{cirq_aqt-1.5.0.dev20250131234248.dist-info → cirq_aqt-1.5.0.dev20250205194253.dist-info}/LICENSE
RENAMED
|
File without changes
|
{cirq_aqt-1.5.0.dev20250131234248.dist-info → cirq_aqt-1.5.0.dev20250205194253.dist-info}/WHEEL
RENAMED
|
File without changes
|
|
File without changes
|