cirq-core 1.5.0.dev20250324224622__py3-none-any.whl → 1.5.0.dev20250324231907__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.dev20250324224622"
31
+ __version__ = "1.5.0.dev20250324231907"
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.dev20250324224622"
6
+ assert cirq.__version__ == "1.5.0.dev20250324231907"
@@ -50,6 +50,11 @@ _EXCLUDE_JSON_FILES = (
50
50
  "cirq/protocols/json_test_data/sympy.Indexed.json",
51
51
  "cirq/protocols/json_test_data/sympy.IndexedBase.json",
52
52
  "cirq/protocols/json_test_data/sympy.pi.json",
53
+ # Cirq-Rigetti is deprecated per #7058
54
+ # Instead of handling deprecation-in-test errors we exclude
55
+ # all cirq_rigetti classes here.
56
+ "cirq_rigetti/json_test_data/AspenQubit.json",
57
+ "cirq_rigetti/json_test_data/OctagonalQubit.json",
53
58
  # RigettiQCSAspenDevice does not pickle
54
59
  "cirq_rigetti/json_test_data/RigettiQCSAspenDevice.json",
55
60
  )
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: cirq-core
3
- Version: 1.5.0.dev20250324224622
3
+ Version: 1.5.0.dev20250324231907
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=xHgrKE1Q1BaoHDxtQhoyJoiR4JzoMoNg8s46gm1jqjU,1206
8
- cirq/_version_test.py,sha256=8fcD1Karf6ctLw2x3Lj6wl8s2bnjCkBydx0dBI5erIs,147
7
+ cirq/_version.py,sha256=bXNm9wjRS2yb59ChuevzXgXEMJfZ495Vr0XGpe7pXyA,1206
8
+ cirq/_version_test.py,sha256=Uyl5_9YIV7Gbj5Q40b3AiRwCbRVzsPO9dGLL4XWBfj8,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
@@ -401,7 +401,7 @@ cirq/protocols/has_stabilizer_effect_protocol.py,sha256=XH6Lv9SGuYhuuSB0mi5v8Eg5
401
401
  cirq/protocols/has_stabilizer_effect_protocol_test.py,sha256=0ia7ehyGpmscjRP448dBANZKwnlbqSODdPUYRUhDEN0,3879
402
402
  cirq/protocols/has_unitary_protocol.py,sha256=inj17qr8Pz2Zofj0Lsp2o7TWlfmdU1TybtRjs1TWVow,5372
403
403
  cirq/protocols/has_unitary_protocol_test.py,sha256=IjmJ3dqvteFUUO4FLwCTokgUvYy8H2HJjLmTDzt2__Q,5610
404
- cirq/protocols/hash_from_pickle_test.py,sha256=rcY7nFo17Vo7ZEzvyW2bSIuPIoSq3hB6tpN1EjC4dNs,4384
404
+ cirq/protocols/hash_from_pickle_test.py,sha256=YvDlLEQKZLhTaVhtHXGB4MntUhxN1Za9rQqf7ZfAfdw,4634
405
405
  cirq/protocols/inverse_protocol.py,sha256=CEqtGRRj86WQyyALonRXxQrNq-fENOs_Zqrlr_BVau8,4115
406
406
  cirq/protocols/inverse_protocol_test.py,sha256=pqqIU4_G4Npc9Z-SeoM9eCB2T5JRTeI02NCXhP0UtaI,2017
407
407
  cirq/protocols/json_serialization.py,sha256=zwNSm0nHBRJp5NBwOksJ3gkBVzl87Nw6ZC5b-OqvxGg,24517
@@ -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.dev20250324224622.dist-info/LICENSE,sha256=tAkwu8-AdEyGxGoSvJ2gVmQdcicWw3j1ZZueVV74M-E,11357
1208
- cirq_core-1.5.0.dev20250324224622.dist-info/METADATA,sha256=NAjXUkz3BNkBRqoSUL-ZPP2d_5wrDkI5jYjCyXQjslA,4817
1209
- cirq_core-1.5.0.dev20250324224622.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
1210
- cirq_core-1.5.0.dev20250324224622.dist-info/top_level.txt,sha256=Sz9iOxHU0IEMLSFGwiwOCaN2e9K-jFbBbtpPN1hB73g,5
1211
- cirq_core-1.5.0.dev20250324224622.dist-info/RECORD,,
1207
+ cirq_core-1.5.0.dev20250324231907.dist-info/LICENSE,sha256=tAkwu8-AdEyGxGoSvJ2gVmQdcicWw3j1ZZueVV74M-E,11357
1208
+ cirq_core-1.5.0.dev20250324231907.dist-info/METADATA,sha256=4ul72ja6IXP4tgU4GvJCa5ZNQYD7lG8zztvDAeuL5LU,4817
1209
+ cirq_core-1.5.0.dev20250324231907.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
1210
+ cirq_core-1.5.0.dev20250324231907.dist-info/top_level.txt,sha256=Sz9iOxHU0IEMLSFGwiwOCaN2e9K-jFbBbtpPN1hB73g,5
1211
+ cirq_core-1.5.0.dev20250324231907.dist-info/RECORD,,