cirq-aqt 1.5.0.dev20250128200057__py3-none-any.whl → 1.5.0.dev20250128203716__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 CHANGED
@@ -14,4 +14,4 @@
14
14
 
15
15
  """Define version number here, read it from setup.py automatically"""
16
16
 
17
- __version__ = "1.5.0.dev20250128200057"
17
+ __version__ = "1.5.0.dev20250128203716"
cirq_aqt/_version_test.py CHANGED
@@ -3,4 +3,4 @@ import cirq_aqt
3
3
 
4
4
 
5
5
  def test_version():
6
- assert cirq_aqt.__version__ == "1.5.0.dev20250128200057"
6
+ assert cirq_aqt.__version__ == "1.5.0.dev20250128203716"
@@ -1,17 +1,34 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: cirq-aqt
3
- Version: 1.5.0.dev20250128200057
3
+ Version: 1.5.0.dev20250128203716
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
7
7
  Author-email: cirq-dev@googlegroups.com
8
- Maintainer: The Quantum AI open-source software maintainers
8
+ Maintainer: Google Quantum AI open-source maintainers
9
9
  Maintainer-email: quantum-oss-maintainers@google.com
10
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
11
28
  Requires-Python: >=3.10.0
12
29
  License-File: LICENSE
13
30
  Requires-Dist: requests~=2.18
14
- Requires-Dist: cirq-core==1.5.0.dev20250128200057
31
+ Requires-Dist: cirq-core==1.5.0.dev20250128203716
15
32
 
16
33
  **This is a development version of Cirq-AQT and may be unstable.**
17
34
 
@@ -1,6 +1,6 @@
1
1
  cirq_aqt/__init__.py,sha256=M8r1U_8xYpcIUhs8U110BFWQ4jUCqS9IQf8trjq0rvI,888
2
- cirq_aqt/_version.py,sha256=v9xQM_3QeSOq0zKeOPFjD8H0XB_9fmDgbFRrzmbPz8U,696
3
- cirq_aqt/_version_test.py,sha256=14i_6kE9-wweBzjR8UTR4rkACw1LTxPVjtM-32MYmyM,155
2
+ cirq_aqt/_version.py,sha256=0we137gRU7CHwdb2s0xSpPw7mEylF9Px8ybsxNaAY58,696
3
+ cirq_aqt/_version_test.py,sha256=s0Uu1pfmPueKfJEcKk5idpXlttuTYFw49xjH40v_L4Y,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.dev20250128200057.dist-info/LICENSE,sha256=tAkwu8-AdEyGxGoSvJ2gVmQdcicWw3j1ZZueVV74M-E,11357
18
- cirq_aqt-1.5.0.dev20250128200057.dist-info/METADATA,sha256=ysUvYWFwXv759B-8b-uLeQxhw1zu5CA5QySTY3cZQcE,1901
19
- cirq_aqt-1.5.0.dev20250128200057.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
20
- cirq_aqt-1.5.0.dev20250128200057.dist-info/top_level.txt,sha256=culYyFTEtuC3Z7wT3wZ6kGVspH3hYFZUEKooByfe9h0,9
21
- cirq_aqt-1.5.0.dev20250128200057.dist-info/RECORD,,
17
+ cirq_aqt-1.5.0.dev20250128203716.dist-info/LICENSE,sha256=tAkwu8-AdEyGxGoSvJ2gVmQdcicWw3j1ZZueVV74M-E,11357
18
+ cirq_aqt-1.5.0.dev20250128203716.dist-info/METADATA,sha256=mfXZMYe94wWfvrle_52MuSNuyDHUZXP_9bVYc9NDNls,3023
19
+ cirq_aqt-1.5.0.dev20250128203716.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
20
+ cirq_aqt-1.5.0.dev20250128203716.dist-info/top_level.txt,sha256=culYyFTEtuC3Z7wT3wZ6kGVspH3hYFZUEKooByfe9h0,9
21
+ cirq_aqt-1.5.0.dev20250128203716.dist-info/RECORD,,