cirq-core 1.6.0.dev20250415232759__py3-none-any.whl → 1.6.0.dev20250416221104__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.6.0.dev20250415232759"
31
+ __version__ = "1.6.0.dev20250416221104"
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.6.0.dev20250415232759"
6
+ assert cirq.__version__ == "1.6.0.dev20250416221104"
cirq/study/resolver.py CHANGED
@@ -285,7 +285,7 @@ def _resolve_value(val: Any) -> Any:
285
285
  return val.p
286
286
  if isinstance(val, sympy_numbers.RationalConstant):
287
287
  return val.p / val.q
288
- if val == sympy.pi:
288
+ if val is sympy.pi:
289
289
  return np.pi
290
290
 
291
291
  getter = getattr(val, '_resolved_value_', None)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cirq-core
3
- Version: 1.6.0.dev20250415232759
3
+ Version: 1.6.0.dev20250416221104
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=0m3sYIyxRNv9jvAo6rzJ-cnbpny3KGnAByrbU7bApgQ,34720
4
4
  cirq/_doc.py,sha256=yDyWUD_2JDS0gShfGRb-rdqRt9-WeL7DhkqX7np0Nko,2879
5
5
  cirq/_import.py,sha256=cfocxtT1BJ4HkfZ-VO8YyIhPP-xfqHDkLrzz6eeO5U0,8421
6
6
  cirq/_import_test.py,sha256=6K_v0riZJXOXUphHNkGA8MY-JcmGlezFaGmvrNhm3OQ,1015
7
- cirq/_version.py,sha256=eaF4mNYIQQ4Ge7zroAFPv0nQ8ybEz3uirRK-6CiHmSY,1206
8
- cirq/_version_test.py,sha256=2106m4-EOMAfigTIlK68m02nqH2eu0tsmLx95yGLw2Y,147
7
+ cirq/_version.py,sha256=Vvw3st03_ckyQCeG9vaTIUYosZKc4Nc2IWVBaSG4g-c,1206
8
+ cirq/_version_test.py,sha256=qjwawTVbEQg0GgmIMytJQxFd2oiTKfPFYx8ERMo0594,147
9
9
  cirq/conftest.py,sha256=X7yLFL8GLhg2CjPw0hp5e_dGASfvHx1-QT03aUbhKJw,1168
10
10
  cirq/json_resolver_cache.py,sha256=YVamU72nCUT5dG0bhAvRKVX5lXcZMNTwP3H36v-cYag,13615
11
11
  cirq/py.typed,sha256=VFSlmh_lNwnaXzwY-ZuW-C2Ws5PkuDoVgBdNCs0jXJE,63
@@ -956,7 +956,7 @@ cirq/sim/clifford/stabilizer_state_ch_form_test.py,sha256=FK0IsyrTfT6ZPZeBYmyPG2
956
956
  cirq/study/__init__.py,sha256=OyJhZjBiEkNbtSuSZaOwHGwwnOIGgnn-W8ec0xHhHBI,1647
957
957
  cirq/study/flatten_expressions.py,sha256=XUvPFOnuV8jOO2ZyvL4dsD3UWJXhyN2YfyVyq01BJgQ,15582
958
958
  cirq/study/flatten_expressions_test.py,sha256=bJZKjgz_brS71Zf-cdpI7MCY6TMhzilHp96Vhn3DoOg,6078
959
- cirq/study/resolver.py,sha256=h0K-oymS620W2vLlC22FOe8TfraLNF3N_F-Ra24y8os,11790
959
+ cirq/study/resolver.py,sha256=2eBIna65Y5DqJBXoF4LGSDb7u_QLD7xhFA5exNTeg_E,11790
960
960
  cirq/study/resolver_test.py,sha256=VjZn0408VHq9JLB5Che2d_cZhO4JchnrMgnyLL6gjtE,10531
961
961
  cirq/study/result.py,sha256=IjeBZ5eiYC92xDG8VbbH5avZzJl0nh_rArZu5oOIIHY,19285
962
962
  cirq/study/result_test.py,sha256=fq5BH78RswfTiYjMchJ4wEDDyaJu0QdJoGobMjKDeSI,15591
@@ -1209,8 +1209,8 @@ cirq/work/sampler.py,sha256=sW0RhIelGABAKbqTM58shwyyCPgf86JIv9IGdJe__js,19186
1209
1209
  cirq/work/sampler_test.py,sha256=mdk1J-WrvbPUYhY41VhWf9_te4DnXr_XMPcugWwc4-I,13281
1210
1210
  cirq/work/zeros_sampler.py,sha256=8_Ne6dBkDANtTZuql7Eb0Qg_E_P3-_gu-ybFzxTbKAQ,2356
1211
1211
  cirq/work/zeros_sampler_test.py,sha256=JIkpBBFPJe5Ba4142vzogyWyboG1Q1ZAm0UVGgOoZn8,3279
1212
- cirq_core-1.6.0.dev20250415232759.dist-info/licenses/LICENSE,sha256=tAkwu8-AdEyGxGoSvJ2gVmQdcicWw3j1ZZueVV74M-E,11357
1213
- cirq_core-1.6.0.dev20250415232759.dist-info/METADATA,sha256=eXlBqVy00FYK2oB-Z7lLveZzc_rJCILfMc5Hq-x31O4,4908
1214
- cirq_core-1.6.0.dev20250415232759.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
1215
- cirq_core-1.6.0.dev20250415232759.dist-info/top_level.txt,sha256=Sz9iOxHU0IEMLSFGwiwOCaN2e9K-jFbBbtpPN1hB73g,5
1216
- cirq_core-1.6.0.dev20250415232759.dist-info/RECORD,,
1212
+ cirq_core-1.6.0.dev20250416221104.dist-info/licenses/LICENSE,sha256=tAkwu8-AdEyGxGoSvJ2gVmQdcicWw3j1ZZueVV74M-E,11357
1213
+ cirq_core-1.6.0.dev20250416221104.dist-info/METADATA,sha256=jWpyXXVxaHlsFxl4rZqtyEcwZOssGG03UyhQVBU_8OE,4908
1214
+ cirq_core-1.6.0.dev20250416221104.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
1215
+ cirq_core-1.6.0.dev20250416221104.dist-info/top_level.txt,sha256=Sz9iOxHU0IEMLSFGwiwOCaN2e9K-jFbBbtpPN1hB73g,5
1216
+ cirq_core-1.6.0.dev20250416221104.dist-info/RECORD,,