cirq-core 1.7.0.dev20250723142806__py3-none-any.whl → 1.7.0.dev20250723184230__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, 11, 0): # pragma: no cover
28
28
  'of Cirq (e.g. "python -m pip install cirq==1.5.0")'
29
29
  )
30
30
 
31
- __version__ = "1.7.0.dev20250723142806"
31
+ __version__ = "1.7.0.dev20250723184230"
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.7.0.dev20250723142806"
6
+ assert cirq.__version__ == "1.7.0.dev20250723184230"
@@ -0,0 +1,12 @@
1
+ [
2
+ {
3
+ "cirq_type": "DampedReadoutNoiseModel",
4
+ "decay_prob": 0.3,
5
+ "prepend": true
6
+ },
7
+ {
8
+ "cirq_type": "DampedReadoutNoiseModel",
9
+ "decay_prob": 0.4,
10
+ "prepend": false
11
+ }
12
+ ]
@@ -0,0 +1,4 @@
1
+ [
2
+ cirq.contrib.noise_models.DampedReadoutNoiseModel(0.3, prepend=True),
3
+ cirq.contrib.noise_models.DampedReadoutNoiseModel(0.4, prepend=False),
4
+ ]
@@ -0,0 +1,12 @@
1
+ [
2
+ {
3
+ "cirq_type": "DepolarizingNoiseModel",
4
+ "depol_prob": 0.1,
5
+ "prepend": false
6
+ },
7
+ {
8
+ "cirq_type": "DepolarizingNoiseModel",
9
+ "depol_prob": 0.15,
10
+ "prepend": true
11
+ }
12
+ ]
@@ -0,0 +1,4 @@
1
+ [
2
+ cirq.contrib.noise_models.DepolarizingNoiseModel(0.1, prepend=False),
3
+ cirq.contrib.noise_models.DepolarizingNoiseModel(0.15, prepend=True),
4
+ ]
@@ -0,0 +1,6 @@
1
+ {
2
+ "cirq_type": "DepolarizingWithDampedReadoutNoiseModel",
3
+ "depol_prob": 0.1,
4
+ "bitflip_prob": 0.2,
5
+ "decay_prob": 0.3
6
+ }
@@ -0,0 +1 @@
1
+ cirq.contrib.noise_models.DepolarizingWithDampedReadoutNoiseModel(0.1, 0.2, 0.3)
@@ -0,0 +1,5 @@
1
+ {
2
+ "cirq_type": "DepolarizingWithReadoutNoiseModel",
3
+ "depol_prob": 0.1,
4
+ "bitflip_prob": 0.2
5
+ }
@@ -0,0 +1 @@
1
+ cirq.contrib.noise_models.DepolarizingWithReadoutNoiseModel(0.1, 0.2)
@@ -0,0 +1,12 @@
1
+ [
2
+ {
3
+ "cirq_type": "ReadoutNoiseModel",
4
+ "bitflip_prob": 0.2,
5
+ "prepend": true
6
+ },
7
+ {
8
+ "cirq_type": "ReadoutNoiseModel",
9
+ "bitflip_prob": 0.23,
10
+ "prepend": false
11
+ }
12
+ ]
@@ -0,0 +1,4 @@
1
+ [
2
+ cirq.contrib.noise_models.ReadoutNoiseModel(0.2, prepend=True),
3
+ cirq.contrib.noise_models.ReadoutNoiseModel(0.23, prepend=False),
4
+ ]
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cirq-core
3
- Version: 1.7.0.dev20250723142806
3
+ Version: 1.7.0.dev20250723184230
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=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=eUWQDrSRA6jG5UvWSfnwyXwfU_OjnlyUiepRsOlRL78,1206
8
- cirq/_version_test.py,sha256=OPTko7aFwdIhGaJB0W721s8CeRkcPFCLmYNGH1hpJfw,155
7
+ cirq/_version.py,sha256=2ccSFbgKbWU0JjsuJ0tdI_GP6ghvvA6kzafk2fBvTaA,1206
8
+ cirq/_version_test.py,sha256=e-OnJ-jrXcKdyMmh5_uWePDW2AuPwfMKZ3-dCTEdiBI,155
9
9
  cirq/conftest.py,sha256=wSDKNdIQRDfLnXvOCWD3erheOw8JHRhdfQ53EyTUIXg,1239
10
10
  cirq/json_resolver_cache.py,sha256=A5DIgFAY1hUNt9vai_C3-gGBv24116CJMzQxMcXOax4,13726
11
11
  cirq/py.typed,sha256=VFSlmh_lNwnaXzwY-ZuW-C2Ws5PkuDoVgBdNCs0jXJE,63
@@ -84,6 +84,16 @@ cirq/contrib/graph_device/uniform_graph_device_test.py,sha256=M7cxp4UEbhTf-kdVUc
84
84
  cirq/contrib/hacks/__init__.py,sha256=C1uZ1J79EG0dmPxj29mnjdfx6aRU6moz6QAD9PFGUYM,584
85
85
  cirq/contrib/hacks/disable_validation.py,sha256=cOqo4QUtbDu1PAOUCQRjT8EKE_AImbQr2rwGi0AOO0k,1530
86
86
  cirq/contrib/hacks/disable_validation_test.py,sha256=sz319WQwkSvkAUr913lhlrh1NM7-ozMffb3MxCjbwgY,1755
87
+ cirq/contrib/json_test_data/DampedReadoutNoiseModel.json,sha256=2prOerpHJRPJf_o-sFcYBr0Ffm4J4xCYdJFd6FLS4Hs,196
88
+ cirq/contrib/json_test_data/DampedReadoutNoiseModel.repr,sha256=63Nt1ibLxTkSNVSOrnKcRqc_RTLLg-d9O5Dw_ltc4ME,153
89
+ cirq/contrib/json_test_data/DepolarizingNoiseModel.json,sha256=mBwPxHDjLGwUAg6uB1_pNv04xA7blkRkXcUPL07f7wQ,195
90
+ cirq/contrib/json_test_data/DepolarizingNoiseModel.repr,sha256=PsZ4U9gWM6Z45O_xpe2crHygAawoE6L63Ela-AlDKE4,152
91
+ cirq/contrib/json_test_data/DepolarizingWithDampedReadoutNoiseModel.json,sha256=e8GnksOKwVQkxP9obfQ3wpoxwjVE9FC2jiKFWDxux5Y,126
92
+ cirq/contrib/json_test_data/DepolarizingWithDampedReadoutNoiseModel.repr,sha256=d0ih7jIhch2MgkjexP2ICsA1P1Yat9G0R_nH5v50AtM,81
93
+ cirq/contrib/json_test_data/DepolarizingWithReadoutNoiseModel.json,sha256=5B1rE7lFsyxl-HaV57zd3I2IvcFhtZhGYrxixo_JqsU,99
94
+ cirq/contrib/json_test_data/DepolarizingWithReadoutNoiseModel.repr,sha256=HsgqVOnJ9rnm87M_wB8IlB9fs6juCa1wEkUI2wJWE0w,70
95
+ cirq/contrib/json_test_data/ReadoutNoiseModel.json,sha256=4rozZLPSIS_pLHJYP_lQI-RmCD9FSVylpsVk72tdpjc,189
96
+ cirq/contrib/json_test_data/ReadoutNoiseModel.repr,sha256=2D9n9x2HpMimEUPqcnGdsmah2b7KvhAGzbrEkxC2jHg,142
87
97
  cirq/contrib/json_test_data/__init__.py,sha256=y4pe0VWiQAa4PmWikB3XKFVgiuJWspUzW9ugDUYq8C8,723
88
98
  cirq/contrib/json_test_data/spec.py,sha256=9Q_-qZkFM6S0bMFzyt-Bv2lPrHaUxltPmYCsn-wTxrs,1182
89
99
  cirq/contrib/noise_models/__init__.py,sha256=O3wvaQ6kyNZzwsCnMMZvr2EyS76LpO9xnVZ69a2obv0,957
@@ -1224,8 +1234,8 @@ cirq/work/sampler.py,sha256=rxbMWvrhu3gfNSBjZKozw28lLKVvBAS_1EGyPdYe8Xg,19041
1224
1234
  cirq/work/sampler_test.py,sha256=SsMrRvLDYELyOAWLKISjkdEfrBwLYWRsT6D8WrsLM3Q,13533
1225
1235
  cirq/work/zeros_sampler.py,sha256=Fs2JWwq0n9zv7_G5Rm-9vPeHUag7uctcMOHg0JTkZpc,2371
1226
1236
  cirq/work/zeros_sampler_test.py,sha256=lQLgQDGBLtfImryys2HzQ2jOSGxHgc7-koVBUhv8qYk,3345
1227
- cirq_core-1.7.0.dev20250723142806.dist-info/licenses/LICENSE,sha256=tAkwu8-AdEyGxGoSvJ2gVmQdcicWw3j1ZZueVV74M-E,11357
1228
- cirq_core-1.7.0.dev20250723142806.dist-info/METADATA,sha256=c_6hThFWtffpH6v6oJ0G3mVHxxkmy5dzFOCv5OZAxtg,4857
1229
- cirq_core-1.7.0.dev20250723142806.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
1230
- cirq_core-1.7.0.dev20250723142806.dist-info/top_level.txt,sha256=Sz9iOxHU0IEMLSFGwiwOCaN2e9K-jFbBbtpPN1hB73g,5
1231
- cirq_core-1.7.0.dev20250723142806.dist-info/RECORD,,
1237
+ cirq_core-1.7.0.dev20250723184230.dist-info/licenses/LICENSE,sha256=tAkwu8-AdEyGxGoSvJ2gVmQdcicWw3j1ZZueVV74M-E,11357
1238
+ cirq_core-1.7.0.dev20250723184230.dist-info/METADATA,sha256=fGM4tFlt9us52k8jCRU8Dt4Hm5oDf0EtZtxFbMGabzM,4857
1239
+ cirq_core-1.7.0.dev20250723184230.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
1240
+ cirq_core-1.7.0.dev20250723184230.dist-info/top_level.txt,sha256=Sz9iOxHU0IEMLSFGwiwOCaN2e9K-jFbBbtpPN1hB73g,5
1241
+ cirq_core-1.7.0.dev20250723184230.dist-info/RECORD,,