cirq-core 1.6.0.dev20250627201540__py3-none-any.whl → 1.6.0.dev20250701223839__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-core might be problematic. Click here for more details.
- cirq/_version.py +3 -2
- cirq/_version_test.py +1 -1
- {cirq_core-1.6.0.dev20250627201540.dist-info → cirq_core-1.6.0.dev20250701223839.dist-info}/METADATA +2 -2
- {cirq_core-1.6.0.dev20250627201540.dist-info → cirq_core-1.6.0.dev20250701223839.dist-info}/RECORD +7 -7
- {cirq_core-1.6.0.dev20250627201540.dist-info → cirq_core-1.6.0.dev20250701223839.dist-info}/WHEEL +0 -0
- {cirq_core-1.6.0.dev20250627201540.dist-info → cirq_core-1.6.0.dev20250701223839.dist-info}/licenses/LICENSE +0 -0
- {cirq_core-1.6.0.dev20250627201540.dist-info → cirq_core-1.6.0.dev20250701223839.dist-info}/top_level.txt +0 -0
cirq/_version.py
CHANGED
|
@@ -17,7 +17,8 @@ and warn users that the latest version of cirq uses python 3.11+"""
|
|
|
17
17
|
|
|
18
18
|
import sys
|
|
19
19
|
|
|
20
|
-
|
|
20
|
+
# TODO: #6648 - update when internal docs build supports python3.11
|
|
21
|
+
if sys.version_info < (3, 11 - 1, 0): # pragma: no cover
|
|
21
22
|
raise SystemError(
|
|
22
23
|
"You installed the latest version of cirq but aren't on python 3.11+.\n"
|
|
23
24
|
'To fix this error, you need to either:\n'
|
|
@@ -28,4 +29,4 @@ if sys.version_info < (3, 11, 0): # pragma: no cover
|
|
|
28
29
|
'of cirq (e.g. "python -m pip install cirq==1.5.0")'
|
|
29
30
|
)
|
|
30
31
|
|
|
31
|
-
__version__ = "1.6.0.
|
|
32
|
+
__version__ = "1.6.0.dev20250701223839"
|
cirq/_version_test.py
CHANGED
{cirq_core-1.6.0.dev20250627201540.dist-info → cirq_core-1.6.0.dev20250701223839.dist-info}/METADATA
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: cirq-core
|
|
3
|
-
Version: 1.6.0.
|
|
3
|
+
Version: 1.6.0.dev20250701223839
|
|
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
|
|
@@ -24,7 +24,7 @@ Classifier: Programming Language :: Python :: 3.13
|
|
|
24
24
|
Classifier: Topic :: Scientific/Engineering :: Quantum Computing
|
|
25
25
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
26
26
|
Classifier: Typing :: Typed
|
|
27
|
-
Requires-Python: >=3.
|
|
27
|
+
Requires-Python: >=3.10.0
|
|
28
28
|
Description-Content-Type: text/markdown
|
|
29
29
|
License-File: LICENSE
|
|
30
30
|
Requires-Dist: attrs>=21.3.0
|
{cirq_core-1.6.0.dev20250627201540.dist-info → cirq_core-1.6.0.dev20250701223839.dist-info}/RECORD
RENAMED
|
@@ -4,8 +4,8 @@ cirq/_compat_test.py,sha256=emXpdD5ZvwLRlFAoQB8YatmZyU3b4e9jg6FppMTUhkU,33900
|
|
|
4
4
|
cirq/_doc.py,sha256=BrnoABo1hk5RgB3Cgww4zLHUfiyFny0F1V-tOMCbdaU,2909
|
|
5
5
|
cirq/_import.py,sha256=ixBu4EyGl46Ram2cP3p5eZVEFDW5L2DS-VyTjz4N9iw,8429
|
|
6
6
|
cirq/_import_test.py,sha256=oF4izzOVZLc7NZ0aZHFcGv-r01eiFFt_JORx_x7_D4s,1089
|
|
7
|
-
cirq/_version.py,sha256=
|
|
8
|
-
cirq/_version_test.py,sha256=
|
|
7
|
+
cirq/_version.py,sha256=vtOZyzGqrxXTIKKGgUJ9u-hpr6a3XxdGuo8PT6dR7QI,1278
|
|
8
|
+
cirq/_version_test.py,sha256=T9q70V8niBHsRQuDG11BZ4Wxe3aaP3XcUn0CnvU0MgA,155
|
|
9
9
|
cirq/conftest.py,sha256=X7yLFL8GLhg2CjPw0hp5e_dGASfvHx1-QT03aUbhKJw,1168
|
|
10
10
|
cirq/json_resolver_cache.py,sha256=hYyG53VJeV61X0oukK5ndZYega8lkL2FyaL1m0j6h5M,13556
|
|
11
11
|
cirq/py.typed,sha256=VFSlmh_lNwnaXzwY-ZuW-C2Ws5PkuDoVgBdNCs0jXJE,63
|
|
@@ -1220,8 +1220,8 @@ cirq/work/sampler.py,sha256=rxbMWvrhu3gfNSBjZKozw28lLKVvBAS_1EGyPdYe8Xg,19041
|
|
|
1220
1220
|
cirq/work/sampler_test.py,sha256=SsMrRvLDYELyOAWLKISjkdEfrBwLYWRsT6D8WrsLM3Q,13533
|
|
1221
1221
|
cirq/work/zeros_sampler.py,sha256=Fs2JWwq0n9zv7_G5Rm-9vPeHUag7uctcMOHg0JTkZpc,2371
|
|
1222
1222
|
cirq/work/zeros_sampler_test.py,sha256=lQLgQDGBLtfImryys2HzQ2jOSGxHgc7-koVBUhv8qYk,3345
|
|
1223
|
-
cirq_core-1.6.0.
|
|
1224
|
-
cirq_core-1.6.0.
|
|
1225
|
-
cirq_core-1.6.0.
|
|
1226
|
-
cirq_core-1.6.0.
|
|
1227
|
-
cirq_core-1.6.0.
|
|
1223
|
+
cirq_core-1.6.0.dev20250701223839.dist-info/licenses/LICENSE,sha256=tAkwu8-AdEyGxGoSvJ2gVmQdcicWw3j1ZZueVV74M-E,11357
|
|
1224
|
+
cirq_core-1.6.0.dev20250701223839.dist-info/METADATA,sha256=yRsq2hXOwu8-K_-u0P17cfPIMLP8PNe2GOy3dXk-EMY,4857
|
|
1225
|
+
cirq_core-1.6.0.dev20250701223839.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
1226
|
+
cirq_core-1.6.0.dev20250701223839.dist-info/top_level.txt,sha256=Sz9iOxHU0IEMLSFGwiwOCaN2e9K-jFbBbtpPN1hB73g,5
|
|
1227
|
+
cirq_core-1.6.0.dev20250701223839.dist-info/RECORD,,
|
{cirq_core-1.6.0.dev20250627201540.dist-info → cirq_core-1.6.0.dev20250701223839.dist-info}/WHEEL
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|