cirq 1.6.0.dev20250423233500__py3-none-any.whl → 1.6.0.dev20250424231143__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.
- {cirq-1.6.0.dev20250423233500.dist-info → cirq-1.6.0.dev20250424231143.dist-info}/METADATA +24 -14
- cirq-1.6.0.dev20250424231143.dist-info/RECORD +6 -0
- cirq-1.6.0.dev20250423233500.dist-info/RECORD +0 -6
- {cirq-1.6.0.dev20250423233500.dist-info → cirq-1.6.0.dev20250424231143.dist-info}/WHEEL +0 -0
- {cirq-1.6.0.dev20250423233500.dist-info → cirq-1.6.0.dev20250424231143.dist-info}/licenses/AUTHORS +0 -0
- {cirq-1.6.0.dev20250423233500.dist-info → cirq-1.6.0.dev20250424231143.dist-info}/licenses/LICENSE +0 -0
- {cirq-1.6.0.dev20250423233500.dist-info → cirq-1.6.0.dev20250424231143.dist-info}/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: cirq
|
|
3
|
-
Version: 1.6.0.
|
|
3
|
+
Version: 1.6.0.dev20250424231143
|
|
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
|
|
@@ -29,12 +29,12 @@ Requires-Python: >=3.10.0
|
|
|
29
29
|
Description-Content-Type: text/markdown
|
|
30
30
|
License-File: LICENSE
|
|
31
31
|
License-File: AUTHORS
|
|
32
|
-
Requires-Dist: cirq-aqt==1.6.0.
|
|
33
|
-
Requires-Dist: cirq-core==1.6.0.
|
|
34
|
-
Requires-Dist: cirq-google==1.6.0.
|
|
35
|
-
Requires-Dist: cirq-ionq==1.6.0.
|
|
36
|
-
Requires-Dist: cirq-pasqal==1.6.0.
|
|
37
|
-
Requires-Dist: cirq-web==1.6.0.
|
|
32
|
+
Requires-Dist: cirq-aqt==1.6.0.dev20250424231143
|
|
33
|
+
Requires-Dist: cirq-core==1.6.0.dev20250424231143
|
|
34
|
+
Requires-Dist: cirq-google==1.6.0.dev20250424231143
|
|
35
|
+
Requires-Dist: cirq-ionq==1.6.0.dev20250424231143
|
|
36
|
+
Requires-Dist: cirq-pasqal==1.6.0.dev20250424231143
|
|
37
|
+
Requires-Dist: cirq-web==1.6.0.dev20250424231143
|
|
38
38
|
Provides-Extra: dev-env
|
|
39
39
|
Requires-Dist: mypy==1.15.0; extra == "dev-env"
|
|
40
40
|
Requires-Dist: types-protobuf>=4.24; extra == "dev-env"
|
|
@@ -90,11 +90,10 @@ Dynamic: requires-dist
|
|
|
90
90
|
Dynamic: requires-python
|
|
91
91
|
Dynamic: summary
|
|
92
92
|
|
|
93
|
-
|
|
94
|
-
|
|
93
|
+
<!-- H1 title omitted because our logo acts as the title. -->
|
|
95
94
|
<div align="center">
|
|
96
|
-
|
|
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
|
|
@@ -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
|
-
|
|
347
|
+
quantum-oss-maintainers@google.com.
|
|
349
348
|
|
|
350
349
|
## Disclaimer
|
|
351
350
|
|
|
352
|
-
|
|
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.dev20250424231143.dist-info/licenses/AUTHORS,sha256=FyiF0gaNIILE_9q7HDCtKOsTlwNwu0qsTbOAXF67F9A,292
|
|
2
|
+
cirq-1.6.0.dev20250424231143.dist-info/licenses/LICENSE,sha256=tAkwu8-AdEyGxGoSvJ2gVmQdcicWw3j1ZZueVV74M-E,11357
|
|
3
|
+
cirq-1.6.0.dev20250424231143.dist-info/METADATA,sha256=VeLg6lzflv33gYcRKIGZljhXdcojUXcTLTD1UvA0C8k,16135
|
|
4
|
+
cirq-1.6.0.dev20250424231143.dist-info/WHEEL,sha256=SmOxYU7pzNKBqASvQJ7DjX3XGUF92lrGhMb3R6_iiqI,91
|
|
5
|
+
cirq-1.6.0.dev20250424231143.dist-info/top_level.txt,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
6
|
+
cirq-1.6.0.dev20250424231143.dist-info/RECORD,,
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
cirq-1.6.0.dev20250423233500.dist-info/licenses/AUTHORS,sha256=FyiF0gaNIILE_9q7HDCtKOsTlwNwu0qsTbOAXF67F9A,292
|
|
2
|
-
cirq-1.6.0.dev20250423233500.dist-info/licenses/LICENSE,sha256=tAkwu8-AdEyGxGoSvJ2gVmQdcicWw3j1ZZueVV74M-E,11357
|
|
3
|
-
cirq-1.6.0.dev20250423233500.dist-info/METADATA,sha256=3YXa0fnZQThz94fRd_W6gRl_JZq2Z71Nl24zj_ts9VY,15728
|
|
4
|
-
cirq-1.6.0.dev20250423233500.dist-info/WHEEL,sha256=SmOxYU7pzNKBqASvQJ7DjX3XGUF92lrGhMb3R6_iiqI,91
|
|
5
|
-
cirq-1.6.0.dev20250423233500.dist-info/top_level.txt,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
6
|
-
cirq-1.6.0.dev20250423233500.dist-info/RECORD,,
|
|
File without changes
|
{cirq-1.6.0.dev20250423233500.dist-info → cirq-1.6.0.dev20250424231143.dist-info}/licenses/AUTHORS
RENAMED
|
File without changes
|
{cirq-1.6.0.dev20250423233500.dist-info → cirq-1.6.0.dev20250424231143.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|
{cirq-1.6.0.dev20250423233500.dist-info → cirq-1.6.0.dev20250424231143.dist-info}/top_level.txt
RENAMED
|
File without changes
|