cirq-core 1.5.0.dev20250228014434__py3-none-any.whl → 1.5.0.dev20250228220317__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
@@ -28,4 +28,4 @@ if sys.version_info < (3, 10, 0): # pragma: no cover
28
28
  'of cirq (e.g. "python -m pip install cirq==1.1.*")'
29
29
  )
30
30
 
31
- __version__ = "1.5.0.dev20250228014434"
31
+ __version__ = "1.5.0.dev20250228220317"
cirq/_version_test.py CHANGED
@@ -3,4 +3,4 @@ import cirq
3
3
 
4
4
 
5
5
  def test_version():
6
- assert cirq.__version__ == "1.5.0.dev20250228014434"
6
+ assert cirq.__version__ == "1.5.0.dev20250228220317"
cirq/study/sweeps.py CHANGED
@@ -216,7 +216,8 @@ class Product(Sweep):
216
216
  If one sweep assigns 'a' to the values 0, 1, 2, and the second sweep
217
217
  assigns 'b' to the values 2, 3, then the product is a sweep that
218
218
  assigns the tuple ('a','b') to all possible combinations of these
219
- assignments: (0, 2), (1, 2), (2, 2), (0, 3), (1, 3), (2, 3).
219
+ assignments: (0, 2), (0, 3), (1, 2), (1, 3), (2, 2), (2, 3).
220
+ That is, the leftmost sweep is the outer loop in a product of sweeps.
220
221
  """
221
222
 
222
223
  def __init__(self, *factors: Sweep) -> None:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: cirq-core
3
- Version: 1.5.0.dev20250228014434
3
+ Version: 1.5.0.dev20250228220317
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
@@ -4,8 +4,8 @@ cirq/_compat_test.py,sha256=Qq3ZcfgD-Nb81cEppQdJqhAyrVqXKtfXZYGXT0p-Wh0,34718
4
4
  cirq/_doc.py,sha256=yDyWUD_2JDS0gShfGRb-rdqRt9-WeL7DhkqX7np0Nko,2879
5
5
  cirq/_import.py,sha256=p9gMHJscbtDDkfHOaulvd3Aer0pwUF5AXpL89XR8dNw,8402
6
6
  cirq/_import_test.py,sha256=6K_v0riZJXOXUphHNkGA8MY-JcmGlezFaGmvrNhm3OQ,1015
7
- cirq/_version.py,sha256=st5pfHdcuFvWhnPbf7jkrC0lPMUEM-8BDK1c2sNs2y4,1206
8
- cirq/_version_test.py,sha256=ECrpkOwO6IZplxoqJ3om2pdTZYD314hbVJCoRCiTZwU,147
7
+ cirq/_version.py,sha256=mQS8KdaZuqddrX85Gce8BiTwbXKlAA3-76pRebOXt6o,1206
8
+ cirq/_version_test.py,sha256=bTPakGqAk4fYExSWkfQFy2gLSyZT0OkyE2yNf8aLB4o,147
9
9
  cirq/conftest.py,sha256=X7yLFL8GLhg2CjPw0hp5e_dGASfvHx1-QT03aUbhKJw,1168
10
10
  cirq/json_resolver_cache.py,sha256=p-vEOa-8GQ2cFIAdze-kd6C1un1uRvtujVPljVKaHBg,13557
11
11
  cirq/py.typed,sha256=VFSlmh_lNwnaXzwY-ZuW-C2Ws5PkuDoVgBdNCs0jXJE,63
@@ -957,7 +957,7 @@ cirq/study/result.py,sha256=KzjpjvDVCTFjMyq9r91pZSYdtcD1x3yj8jP_StlOSMg,19285
957
957
  cirq/study/result_test.py,sha256=fq5BH78RswfTiYjMchJ4wEDDyaJu0QdJoGobMjKDeSI,15591
958
958
  cirq/study/sweepable.py,sha256=CHC6NMZbenwKdTQrFJnbK4PlwoXhXTWmAzi1ZjSpS00,4357
959
959
  cirq/study/sweepable_test.py,sha256=ENv03_GJmbUc_ukJoqfgG-H5C_yyx1jCcvxohSMyQVU,5502
960
- cirq/study/sweeps.py,sha256=lFryWabkSqtp5f_RS88dWlGYWabkN6OFEwDsDJbxGsM,21599
960
+ cirq/study/sweeps.py,sha256=yJTmZUjxJNOIqXKTevF0uLd8lSP9HnwKhE5EHigUfG4,21673
961
961
  cirq/study/sweeps_test.py,sha256=rgnU7zB7hxOXLbalYJb0yy_QPCOd-LxKgUir1bcyC2s,15426
962
962
  cirq/testing/__init__.py,sha256=m_HUdHcJ3HcKpGQBKCwZ6E6QSkKpIN-dUGr4e75o4tY,6217
963
963
  cirq/testing/circuit_compare.py,sha256=nBQES45wLVThOqC3WrPrYKLQP7HQ2pH5DjlJ5bHkrtU,19176
@@ -1202,8 +1202,8 @@ cirq/work/sampler.py,sha256=bE5tmVkcR6cZZMLETxDfHehdsYUMbx2RvBeIBetehI4,19187
1202
1202
  cirq/work/sampler_test.py,sha256=hL2UWx3dz2ukZVNxWftiKVvJcQoLplLZdQm-k1QcA40,13282
1203
1203
  cirq/work/zeros_sampler.py,sha256=x1C7cup66a43n-3tm8QjhiqJa07qcJW10FxNp9jJ59Q,2356
1204
1204
  cirq/work/zeros_sampler_test.py,sha256=JIkpBBFPJe5Ba4142vzogyWyboG1Q1ZAm0UVGgOoZn8,3279
1205
- cirq_core-1.5.0.dev20250228014434.dist-info/LICENSE,sha256=tAkwu8-AdEyGxGoSvJ2gVmQdcicWw3j1ZZueVV74M-E,11357
1206
- cirq_core-1.5.0.dev20250228014434.dist-info/METADATA,sha256=rrCHAML9zdH0J9WXYJcziz7dhREyHw4v279vCCIUk2Q,4817
1207
- cirq_core-1.5.0.dev20250228014434.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
1208
- cirq_core-1.5.0.dev20250228014434.dist-info/top_level.txt,sha256=Sz9iOxHU0IEMLSFGwiwOCaN2e9K-jFbBbtpPN1hB73g,5
1209
- cirq_core-1.5.0.dev20250228014434.dist-info/RECORD,,
1205
+ cirq_core-1.5.0.dev20250228220317.dist-info/LICENSE,sha256=tAkwu8-AdEyGxGoSvJ2gVmQdcicWw3j1ZZueVV74M-E,11357
1206
+ cirq_core-1.5.0.dev20250228220317.dist-info/METADATA,sha256=KmW10JtLUvvFPmlfTTPrCZ-gMOIsjqX57TwpwhhChGw,4817
1207
+ cirq_core-1.5.0.dev20250228220317.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
1208
+ cirq_core-1.5.0.dev20250228220317.dist-info/top_level.txt,sha256=Sz9iOxHU0IEMLSFGwiwOCaN2e9K-jFbBbtpPN1hB73g,5
1209
+ cirq_core-1.5.0.dev20250228220317.dist-info/RECORD,,