cirq-core 1.5.0.dev20250312231723__py3-none-any.whl → 1.5.0.dev20250317201732__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.dev20250312231723"
31
+ __version__ = "1.5.0.dev20250317201732"
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.dev20250312231723"
6
+ assert cirq.__version__ == "1.5.0.dev20250317201732"
@@ -407,7 +407,7 @@ def partial_trace(tensor: np.ndarray, keep_indices: Sequence[int]) -> np.ndarray
407
407
  if not all(i < ndim for i in keep_indices):
408
408
  raise ValueError(
409
409
  f'keep_indices were {keep_indices} but must be in first half, '
410
- f'i.e. have index less that {ndim}.'
410
+ f'i.e. have index less than {ndim}.'
411
411
  )
412
412
  keep_set = set(keep_indices)
413
413
  keep_map = dict(zip(keep_indices, sorted(keep_indices)))
@@ -57,7 +57,7 @@ def _cases_for_random_circuit():
57
57
  )
58
58
  )
59
59
  # Sometimes we generate gate domains whose gates all act on a
60
- # number of qubits greater that the number of qubits for the
60
+ # number of qubits greater than the number of qubits for the
61
61
  # circuit. In this case, try again.
62
62
  if all(n > n_qubits for n in gate_domain.values()):
63
63
  continue # pragma: no cover
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: cirq-core
3
- Version: 1.5.0.dev20250312231723
3
+ Version: 1.5.0.dev20250317201732
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=z3PMGsFFc9loMC8ptHlwdYk8UGjhaVuEedK4uq5i-Yk,1206
8
- cirq/_version_test.py,sha256=BZSiO6dH779EPZbO1948wunnJ0f4MFOYnuUlL1Ax8ps,147
7
+ cirq/_version.py,sha256=KBChmfr5fs1rLJwgqMbpPx_uZmKkUcRCB0tECrtuFBU,1206
8
+ cirq/_version_test.py,sha256=vhHUBisLMCSpEncXOjDHr8SDP76Vdla_zm1QeOSN89I,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
@@ -258,7 +258,7 @@ cirq/linalg/predicates.py,sha256=Q8BTlR4EvPg2KP9VodK78UEWYJbSCOTqRahn1DnFmSc,120
258
258
  cirq/linalg/predicates_test.py,sha256=UVDkNH2ujI80JwJwsDjbTgyALZUQJAVVCoFN1T_LLf0,21503
259
259
  cirq/linalg/tolerance.py,sha256=yHYVSHx2aoRci1aac9ZiM8OH1Bvy1Em-Rybnar701nE,1870
260
260
  cirq/linalg/tolerance_test.py,sha256=wnmuXIGEn_mugGoNm3AigSgjV2DMFdj8xpgRTMBbO7A,2355
261
- cirq/linalg/transformations.py,sha256=iQZimH95XRaEomy264F75hcis6n_ycRhp_2KSIstofg,32119
261
+ cirq/linalg/transformations.py,sha256=zWNDn55-1qLI-S6Z4K-E_cGhcBvd7HonWFbTEtdk0MI,32119
262
262
  cirq/linalg/transformations_test.py,sha256=ofrqw8H9109vVDBelSGkMjTPkmNinYsin4rvUE_iSn4,25095
263
263
  cirq/neutral_atoms/__init__.py,sha256=VoQBkmZ5m4TPxjxShRixjqJbnc-IAnAWkGOPu8MBS5o,813
264
264
  cirq/neutral_atoms/convert_to_neutral_atom_gates.py,sha256=SsXFh1-NoBGqp4yX8-jIbIw-AK40baA-qh-iTL1wS6Q,1070
@@ -1010,7 +1010,7 @@ cirq/testing/order_tester_test.py,sha256=2mifnUW_BT17jwWZjmM9p7EoJjq0Ouz54o3G8Bq
1010
1010
  cirq/testing/pytest_utils.py,sha256=I3R5oGjZpoc2eWzEVU940hnDLwlDlD5cSa9-B4le-1I,1920
1011
1011
  cirq/testing/pytest_utils_test.py,sha256=LbgQP5UrMapU8iB53DzBdtg69lGKnfCIjGM-yJzEp54,1314
1012
1012
  cirq/testing/random_circuit.py,sha256=oMoz0_VWWVmUGmJ9mu1R7NByNKtSadxdLjFyDEE1qT0,5900
1013
- cirq/testing/random_circuit_test.py,sha256=x0ovYOIc3-QNKFjCc87LbLkWNwFZKx6T97ZCN3QGRsI,7026
1013
+ cirq/testing/random_circuit_test.py,sha256=LbnkwcFOCcgOJk1r8lxYEjvb0RxTCLw16Wtiy_YXrVE,7026
1014
1014
  cirq/testing/repr_pretty_tester.py,sha256=dtk713qmE87Biaez3c8R83Wb7tlb4xWFfzt44iKkbto,2899
1015
1015
  cirq/testing/repr_pretty_tester_test.py,sha256=wvwqD72hnAJe7Vg90goZ1Voz5PNGtWELOxAyEn58ivo,2226
1016
1016
  cirq/testing/routing_devices.py,sha256=uIm0j7GcChiHog9-c7kyIw9qdfBEmLLETRF37UwLviY,2530
@@ -1204,8 +1204,8 @@ cirq/work/sampler.py,sha256=bE5tmVkcR6cZZMLETxDfHehdsYUMbx2RvBeIBetehI4,19187
1204
1204
  cirq/work/sampler_test.py,sha256=hL2UWx3dz2ukZVNxWftiKVvJcQoLplLZdQm-k1QcA40,13282
1205
1205
  cirq/work/zeros_sampler.py,sha256=x1C7cup66a43n-3tm8QjhiqJa07qcJW10FxNp9jJ59Q,2356
1206
1206
  cirq/work/zeros_sampler_test.py,sha256=JIkpBBFPJe5Ba4142vzogyWyboG1Q1ZAm0UVGgOoZn8,3279
1207
- cirq_core-1.5.0.dev20250312231723.dist-info/LICENSE,sha256=tAkwu8-AdEyGxGoSvJ2gVmQdcicWw3j1ZZueVV74M-E,11357
1208
- cirq_core-1.5.0.dev20250312231723.dist-info/METADATA,sha256=4CnLvSMX4vKnQBmMMDqbH9HTeUbDczPIDuyLZa0eJsI,4817
1209
- cirq_core-1.5.0.dev20250312231723.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
1210
- cirq_core-1.5.0.dev20250312231723.dist-info/top_level.txt,sha256=Sz9iOxHU0IEMLSFGwiwOCaN2e9K-jFbBbtpPN1hB73g,5
1211
- cirq_core-1.5.0.dev20250312231723.dist-info/RECORD,,
1207
+ cirq_core-1.5.0.dev20250317201732.dist-info/LICENSE,sha256=tAkwu8-AdEyGxGoSvJ2gVmQdcicWw3j1ZZueVV74M-E,11357
1208
+ cirq_core-1.5.0.dev20250317201732.dist-info/METADATA,sha256=WByo_rbdzRb5j5mPREXIJoY3YvHb8-ljo48ZBeN9Q2U,4817
1209
+ cirq_core-1.5.0.dev20250317201732.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
1210
+ cirq_core-1.5.0.dev20250317201732.dist-info/top_level.txt,sha256=Sz9iOxHU0IEMLSFGwiwOCaN2e9K-jFbBbtpPN1hB73g,5
1211
+ cirq_core-1.5.0.dev20250317201732.dist-info/RECORD,,