cirq-core 1.6.0.dev20250716044750__py3-none-any.whl → 1.6.0.dev20250716215951__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 CHANGED
@@ -13,20 +13,19 @@
13
13
  # limitations under the License.
14
14
 
15
15
  """Define version number here, read it from setup.py automatically,
16
- and warn users that the latest version of cirq uses python 3.11+"""
16
+ and warn users that the latest version of Cirq uses Python 3.11+"""
17
17
 
18
18
  import sys
19
19
 
20
- # TODO: #6648 - update when internal docs build supports python3.11
21
- if sys.version_info < (3, 11 - 1, 0): # pragma: no cover
20
+ if sys.version_info < (3, 11, 0): # pragma: no cover
22
21
  raise SystemError(
23
- "You installed the latest version of cirq but aren't on python 3.11+.\n"
22
+ "You installed the latest version of Cirq but aren't on Python 3.11+.\n"
24
23
  'To fix this error, you need to either:\n'
25
24
  '\n'
26
- 'A) Update to python 3.11 or later.\n'
25
+ 'A) Update to Python 3.11 or later.\n'
27
26
  '- OR -\n'
28
27
  'B) Explicitly install an older deprecated-but-compatible version '
29
- 'of cirq (e.g. "python -m pip install cirq==1.5.0")'
28
+ 'of Cirq (e.g. "python -m pip install cirq==1.5.0")'
30
29
  )
31
30
 
32
- __version__ = "1.6.0.dev20250716044750"
31
+ __version__ = "1.6.0.dev20250716215951"
cirq/_version_test.py CHANGED
@@ -3,4 +3,4 @@ import cirq
3
3
 
4
4
 
5
5
  def test_version() -> None:
6
- assert cirq.__version__ == "1.6.0.dev20250716044750"
6
+ assert cirq.__version__ == "1.6.0.dev20250716215951"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cirq-core
3
- Version: 1.6.0.dev20250716044750
3
+ Version: 1.6.0.dev20250716215951
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.10.0
27
+ Requires-Python: >=3.11.0
28
28
  Description-Content-Type: text/markdown
29
29
  License-File: LICENSE
30
30
  Requires-Dist: attrs>=21.3.0
@@ -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=kr84vYAv6jXEny0ezV0ThHE8wLXjyoYm80Dfw8IKRHQ,1278
8
- cirq/_version_test.py,sha256=_fnkzwpIMoJeJpBbQ5WVbLA7f-8I91DxqFdIb8OMJUk,155
7
+ cirq/_version.py,sha256=yG12KaGj7e7yOTkZeQHhycqzHzWAFIsc8LHO7vuceNE,1206
8
+ cirq/_version_test.py,sha256=qxBtPm8eKH7vSP_30Pkh3CKnAJ9NgElPsrmFvzUFKPo,155
9
9
  cirq/conftest.py,sha256=wSDKNdIQRDfLnXvOCWD3erheOw8JHRhdfQ53EyTUIXg,1239
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.dev20250716044750.dist-info/licenses/LICENSE,sha256=tAkwu8-AdEyGxGoSvJ2gVmQdcicWw3j1ZZueVV74M-E,11357
1224
- cirq_core-1.6.0.dev20250716044750.dist-info/METADATA,sha256=0T_Qo26Zw90Vp7zJbGBKJolKoMh7b0YMO-S1gre5faE,4857
1225
- cirq_core-1.6.0.dev20250716044750.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
1226
- cirq_core-1.6.0.dev20250716044750.dist-info/top_level.txt,sha256=Sz9iOxHU0IEMLSFGwiwOCaN2e9K-jFbBbtpPN1hB73g,5
1227
- cirq_core-1.6.0.dev20250716044750.dist-info/RECORD,,
1223
+ cirq_core-1.6.0.dev20250716215951.dist-info/licenses/LICENSE,sha256=tAkwu8-AdEyGxGoSvJ2gVmQdcicWw3j1ZZueVV74M-E,11357
1224
+ cirq_core-1.6.0.dev20250716215951.dist-info/METADATA,sha256=rQIaKI3VZ2ai9sVSckGH16qnA0IQahQDPJ_gLp6JssA,4857
1225
+ cirq_core-1.6.0.dev20250716215951.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
1226
+ cirq_core-1.6.0.dev20250716215951.dist-info/top_level.txt,sha256=Sz9iOxHU0IEMLSFGwiwOCaN2e9K-jFbBbtpPN1hB73g,5
1227
+ cirq_core-1.6.0.dev20250716215951.dist-info/RECORD,,