cirq 1.5.0.dev20250409225226__py3-none-any.whl → 1.6.0__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 might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cirq
3
- Version: 1.5.0.dev20250409225226
3
+ Version: 1.6.0
4
4
  Summary: A framework for creating, editing, and invoking Noisy Intermediate Scale Quantum (NISQ) circuits.
5
5
  Home-page: http://github.com/quantumlib/cirq
6
6
  Author: The Cirq Developers
@@ -18,27 +18,26 @@ Classifier: Operating System :: MacOS :: MacOS X
18
18
  Classifier: Operating System :: Microsoft :: Windows
19
19
  Classifier: Operating System :: POSIX :: Linux
20
20
  Classifier: Programming Language :: Python :: 3
21
- Classifier: Programming Language :: Python :: 3.10
22
21
  Classifier: Programming Language :: Python :: 3.11
23
22
  Classifier: Programming Language :: Python :: 3.12
24
23
  Classifier: Programming Language :: Python :: 3.13
25
24
  Classifier: Topic :: Scientific/Engineering :: Quantum Computing
26
25
  Classifier: Topic :: Software Development :: Libraries :: Python Modules
27
26
  Classifier: Typing :: Typed
28
- Requires-Python: >=3.10.0
27
+ Requires-Python: >=3.11.0
29
28
  Description-Content-Type: text/markdown
30
29
  License-File: LICENSE
31
30
  License-File: AUTHORS
32
- Requires-Dist: cirq-aqt==1.5.0.dev20250409225226
33
- Requires-Dist: cirq-core==1.5.0.dev20250409225226
34
- Requires-Dist: cirq-google==1.5.0.dev20250409225226
35
- Requires-Dist: cirq-ionq==1.5.0.dev20250409225226
36
- Requires-Dist: cirq-pasqal==1.5.0.dev20250409225226
37
- Requires-Dist: cirq-web==1.5.0.dev20250409225226
31
+ Requires-Dist: cirq-aqt==1.6.0
32
+ Requires-Dist: cirq-core==1.6.0
33
+ Requires-Dist: cirq-google==1.6.0
34
+ Requires-Dist: cirq-ionq==1.6.0
35
+ Requires-Dist: cirq-pasqal==1.6.0
36
+ Requires-Dist: cirq-web==1.6.0
38
37
  Provides-Extra: dev-env
39
- Requires-Dist: mypy==1.15.0; extra == "dev-env"
40
- Requires-Dist: types-protobuf>=4.24; extra == "dev-env"
41
- Requires-Dist: types-requests~=2.32.0.20241016; extra == "dev-env"
38
+ Requires-Dist: mypy==1.16.1; extra == "dev-env"
39
+ Requires-Dist: types-protobuf<6.0dev,>=5.26.1; extra == "dev-env"
40
+ Requires-Dist: types-requests~=2.32; extra == "dev-env"
42
41
  Requires-Dist: pytest; extra == "dev-env"
43
42
  Requires-Dist: pytest-asyncio; extra == "dev-env"
44
43
  Requires-Dist: pytest-cov; extra == "dev-env"
@@ -51,13 +50,13 @@ Requires-Dist: importlib-metadata; extra == "dev-env"
51
50
  Requires-Dist: codeowners; platform_system != "Windows" and extra == "dev-env"
52
51
  Requires-Dist: virtualenv~=20.23; extra == "dev-env"
53
52
  Requires-Dist: virtualenv-clone; extra == "dev-env"
54
- Requires-Dist: black==25.1.0; extra == "dev-env"
53
+ Requires-Dist: black[jupyter]==25.1.0; extra == "dev-env"
55
54
  Requires-Dist: isort[colors]~=6.0.1; extra == "dev-env"
56
55
  Requires-Dist: pylint~=3.3.1; extra == "dev-env"
57
- Requires-Dist: grpcio-tools~=1.62.3; extra == "dev-env"
56
+ Requires-Dist: grpcio-tools~=1.71.2; extra == "dev-env"
58
57
  Requires-Dist: mypy-protobuf~=3.6; extra == "dev-env"
59
58
  Requires-Dist: typedunits; extra == "dev-env"
60
- Requires-Dist: ipython~=8.10; extra == "dev-env"
59
+ Requires-Dist: ipython>=8.15; extra == "dev-env"
61
60
  Requires-Dist: notebook~=7.0; extra == "dev-env"
62
61
  Requires-Dist: ipykernel~=6.29; extra == "dev-env"
63
62
  Requires-Dist: papermill~=2.6; extra == "dev-env"
@@ -68,9 +67,10 @@ Requires-Dist: opt_einsum; extra == "dev-env"
68
67
  Requires-Dist: seaborn~=0.12; extra == "dev-env"
69
68
  Requires-Dist: tensorflow-docs==2025.2.19.33219; extra == "dev-env"
70
69
  Requires-Dist: virtualenv; extra == "dev-env"
71
- Requires-Dist: setuptools<77,>=70; extra == "dev-env"
70
+ Requires-Dist: setuptools>=70; extra == "dev-env"
72
71
  Requires-Dist: wheel; extra == "dev-env"
73
72
  Requires-Dist: twine; extra == "dev-env"
73
+ Requires-Dist: ruff~=0.12.1; extra == "dev-env"
74
74
  Requires-Dist: asv; extra == "dev-env"
75
75
  Requires-Dist: qiskit-aer~=0.17.0; extra == "dev-env"
76
76
  Requires-Dist: stimcirq; extra == "dev-env"
@@ -90,11 +90,10 @@ Dynamic: requires-dist
90
90
  Dynamic: requires-python
91
91
  Dynamic: summary
92
92
 
93
- # <!-- H1 title omitted because our logo acts as the title. -->
94
-
93
+ <!-- H1 title omitted because our logo acts as the title. -->
95
94
  <div align="center">
96
- <img width="280px" height="135px" alt="Cirq logo"
97
- src="https://raw.githubusercontent.com/quantumlib/Cirq/refs/heads/main/docs/images/Cirq_logo_color.svg">
95
+
96
+ <img width="300px" alt="Cirq logo" src="https://raw.githubusercontent.com/quantumlib/Cirq/refs/heads/main/docs/images/Cirq_logo_color.svg">
98
97
 
99
98
  Python package for writing, manipulating, and running [quantum
100
99
  circuits](https://en.wikipedia.org/wiki/Quantum_circuit) on quantum computers
@@ -102,8 +101,8 @@ and simulators.
102
101
 
103
102
  [![Licensed under the Apache 2.0
104
103
  license](https://img.shields.io/badge/License-Apache%202.0-3c60b1.svg?logo=opensourceinitiative&logoColor=white&style=flat-square)](https://github.com/quantumlib/Cirq/blob/main/LICENSE)
105
- [![Compatible with Python versions 3.10 and
106
- higher](https://img.shields.io/badge/Python-3.10+-fcbc2c.svg?style=flat-square&logo=python&logoColor=white)](https://www.python.org/downloads/)
104
+ [![Compatible with Python versions 3.11 and
105
+ higher](https://img.shields.io/badge/Python-3.11+-fcbc2c.svg?style=flat-square&logo=python&logoColor=white)](https://www.python.org/downloads/)
107
106
  [![OpenSSF Best Practices](https://img.shields.io/badge/dynamic/json?label=OpenSSF&logo=springsecurity&logoColor=white&style=flat-square&colorA=gray&colorB=d56420&suffix=%25&query=$.badge_percentage_0&uri=https://bestpractices.coreinfrastructure.org/projects/10063.json)](https://www.bestpractices.dev/projects/10063)
108
107
  [![Cirq project on
109
108
  PyPI](https://img.shields.io/pypi/v/cirq.svg?logo=python&logoColor=white&label=PyPI&style=flat-square&color=fcbc2c)](https://pypi.org/project/cirq)
@@ -142,7 +141,7 @@ results. Some of its features include:
142
141
 
143
142
  ## Installation
144
143
 
145
- Cirq supports Python version 3.10 and later, and can be used on Linux, MacOS,
144
+ Cirq supports Python version 3.11 and later, and can be used on Linux, MacOS,
146
145
  and Windows, as well as [Google Colab](https://colab.google). For complete
147
146
  installation instructions, please refer to the
148
147
  [Install](https://quantumai.google/cirq/start/install) section of the online
@@ -322,7 +321,7 @@ Cirq releases take place approximately every quarter.
322
321
  [contribution guidelines]: https://github.com/quantumlib/cirq/blob/main/CONTRIBUTING.md
323
322
  [pull requests]: https://help.github.com/articles/about-pull-requests
324
323
 
325
- ## Citing Cirq<a name="how-to-cite-cirq"></a>
324
+ ## Citing Cirq<a name="how-to-cite-cirq"></a><a name="how-to-cite"></a>
326
325
 
327
326
  When publishing articles or otherwise writing about Cirq, please cite the Cirq
328
327
  version you use – it will help others reproduce your results. We use Zenodo to
@@ -345,8 +344,19 @@ Zenodo](https://doi.org/10.5281/zenodo.4062499).
345
344
  ## Contact
346
345
 
347
346
  For any questions or concerns not addressed here, please email
348
- <quantum-oss-maintainers@google.com>.
347
+ quantum-oss-maintainers@google.com.
349
348
 
350
349
  ## Disclaimer
351
350
 
352
- Cirq is not an official Google product. Copyright 2019 The Cirq Developers.
351
+ This is not an officially supported Google product. This project is not
352
+ eligible for the [Google Open Source Software Vulnerability Rewards
353
+ Program](https://bughunters.google.com/open-source-security).
354
+
355
+ Copyright 2019 The Cirq Developers.
356
+
357
+ <div align="center">
358
+ <a href="https://quantumai.google">
359
+ <img width="15%" alt="Google Quantum AI"
360
+ src="https://raw.githubusercontent.com/quantumlib/Cirq/refs/heads/main/docs/images/quantum-ai-vertical.svg">
361
+ </a>
362
+ </div>
@@ -0,0 +1,6 @@
1
+ cirq-1.6.0.dist-info/licenses/AUTHORS,sha256=FyiF0gaNIILE_9q7HDCtKOsTlwNwu0qsTbOAXF67F9A,292
2
+ cirq-1.6.0.dist-info/licenses/LICENSE,sha256=tAkwu8-AdEyGxGoSvJ2gVmQdcicWw3j1ZZueVV74M-E,11357
3
+ cirq-1.6.0.dist-info/METADATA,sha256=YFzC7UsCCjqla22WhR0LD6pqLVjIyEAhCUrCxmMemzU,16010
4
+ cirq-1.6.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
5
+ cirq-1.6.0.dist-info/top_level.txt,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
6
+ cirq-1.6.0.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (78.1.0)
2
+ Generator: setuptools (80.9.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -1,6 +0,0 @@
1
- cirq-1.5.0.dev20250409225226.dist-info/licenses/AUTHORS,sha256=FyiF0gaNIILE_9q7HDCtKOsTlwNwu0qsTbOAXF67F9A,292
2
- cirq-1.5.0.dev20250409225226.dist-info/licenses/LICENSE,sha256=tAkwu8-AdEyGxGoSvJ2gVmQdcicWw3j1ZZueVV74M-E,11357
3
- cirq-1.5.0.dev20250409225226.dist-info/METADATA,sha256=wQbdZAOJoR9UsZiMLG3A4qxt8uKLQB9d1mgotcXH0cw,15728
4
- cirq-1.5.0.dev20250409225226.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
5
- cirq-1.5.0.dev20250409225226.dist-info/top_level.txt,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
6
- cirq-1.5.0.dev20250409225226.dist-info/RECORD,,