cirq-core 1.7.0.dev20250812185424__py3-none-any.whl → 1.7.0.dev20250812232034__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 +1 -1
- cirq/_version_test.py +1 -1
- cirq/value/linear_dict.py +0 -18
- {cirq_core-1.7.0.dev20250812185424.dist-info → cirq_core-1.7.0.dev20250812232034.dist-info}/METADATA +1 -1
- {cirq_core-1.7.0.dev20250812185424.dist-info → cirq_core-1.7.0.dev20250812232034.dist-info}/RECORD +8 -8
- {cirq_core-1.7.0.dev20250812185424.dist-info → cirq_core-1.7.0.dev20250812232034.dist-info}/WHEEL +0 -0
- {cirq_core-1.7.0.dev20250812185424.dist-info → cirq_core-1.7.0.dev20250812232034.dist-info}/licenses/LICENSE +0 -0
- {cirq_core-1.7.0.dev20250812185424.dist-info → cirq_core-1.7.0.dev20250812232034.dist-info}/top_level.txt +0 -0
cirq/_version.py
CHANGED
cirq/_version_test.py
CHANGED
cirq/value/linear_dict.py
CHANGED
|
@@ -178,24 +178,6 @@ class LinearDict(Generic[TVector], MutableMapping[TVector, 'cirq.TParamValComple
|
|
|
178
178
|
snapshot = self.copy().clean(atol=0)
|
|
179
179
|
return snapshot._terms.items()
|
|
180
180
|
|
|
181
|
-
@overload
|
|
182
|
-
def update(
|
|
183
|
-
self, other: Mapping[TVector, cirq.TParamValComplex], **kwargs: cirq.TParamValComplex
|
|
184
|
-
) -> None:
|
|
185
|
-
pass
|
|
186
|
-
|
|
187
|
-
@overload
|
|
188
|
-
def update(
|
|
189
|
-
self,
|
|
190
|
-
other: Iterable[tuple[TVector, cirq.TParamValComplex]],
|
|
191
|
-
**kwargs: cirq.TParamValComplex,
|
|
192
|
-
) -> None:
|
|
193
|
-
pass
|
|
194
|
-
|
|
195
|
-
@overload
|
|
196
|
-
def update(self, *args: Any, **kwargs: cirq.TParamValComplex) -> None:
|
|
197
|
-
pass
|
|
198
|
-
|
|
199
181
|
def update(self, *args, **kwargs):
|
|
200
182
|
terms = dict()
|
|
201
183
|
terms.update(*args, **kwargs)
|
{cirq_core-1.7.0.dev20250812185424.dist-info → cirq_core-1.7.0.dev20250812232034.dist-info}/METADATA
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: cirq-core
|
|
3
|
-
Version: 1.7.0.
|
|
3
|
+
Version: 1.7.0.dev20250812232034
|
|
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
|
{cirq_core-1.7.0.dev20250812185424.dist-info → cirq_core-1.7.0.dev20250812232034.dist-info}/RECORD
RENAMED
|
@@ -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=
|
|
8
|
-
cirq/_version_test.py,sha256=
|
|
7
|
+
cirq/_version.py,sha256=Wb9SSVg7fr8XHwCF76B5EobTvG00ROP5w3kRn6crYJc,1206
|
|
8
|
+
cirq/_version_test.py,sha256=LeLwdz2iMeoQOiOakjL4RwaVafmkyCVV7t-mZJMPPVI,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
|
|
@@ -1187,7 +1187,7 @@ cirq/value/digits.py,sha256=-3HTHqEQqy5evUz8aLE6ruw0NV3ncuPrc5asRMQ-sQ4,6063
|
|
|
1187
1187
|
cirq/value/digits_test.py,sha256=WDeUQTnDqZXh4JjWu_qEkzCFAtd8x1UlN9I2yjdDV3g,3848
|
|
1188
1188
|
cirq/value/duration.py,sha256=9zhnMe7EBicqbRp267GkPz97q1y1DcnPDXHqdEjJpts,10389
|
|
1189
1189
|
cirq/value/duration_test.py,sha256=xQd5-dE8zZddsZru1P6ClV3PoeJncqLAQr3ivgZIXdQ,8281
|
|
1190
|
-
cirq/value/linear_dict.py,sha256=
|
|
1190
|
+
cirq/value/linear_dict.py,sha256=SZAFd6s1pBgdOXuE3Rd8rXq14BsAKPDk7TO3QWaOZ6M,12148
|
|
1191
1191
|
cirq/value/linear_dict_test.py,sha256=eZatVgAMonquI2qys4WJx6ddUc2KDea440qHIOxlTfQ,20061
|
|
1192
1192
|
cirq/value/measurement_key.py,sha256=tgKhfa6UUPMP3azlF_yuARqg31T-lAAMhoTK6OtUEeQ,5175
|
|
1193
1193
|
cirq/value/measurement_key_test.py,sha256=QpiKcsDOr8UjN3UyOng881zGIPNjqDTE1aHr-V6yzbg,4502
|
|
@@ -1234,8 +1234,8 @@ cirq/work/sampler.py,sha256=rxbMWvrhu3gfNSBjZKozw28lLKVvBAS_1EGyPdYe8Xg,19041
|
|
|
1234
1234
|
cirq/work/sampler_test.py,sha256=SsMrRvLDYELyOAWLKISjkdEfrBwLYWRsT6D8WrsLM3Q,13533
|
|
1235
1235
|
cirq/work/zeros_sampler.py,sha256=Fs2JWwq0n9zv7_G5Rm-9vPeHUag7uctcMOHg0JTkZpc,2371
|
|
1236
1236
|
cirq/work/zeros_sampler_test.py,sha256=lQLgQDGBLtfImryys2HzQ2jOSGxHgc7-koVBUhv8qYk,3345
|
|
1237
|
-
cirq_core-1.7.0.
|
|
1238
|
-
cirq_core-1.7.0.
|
|
1239
|
-
cirq_core-1.7.0.
|
|
1240
|
-
cirq_core-1.7.0.
|
|
1241
|
-
cirq_core-1.7.0.
|
|
1237
|
+
cirq_core-1.7.0.dev20250812232034.dist-info/licenses/LICENSE,sha256=tAkwu8-AdEyGxGoSvJ2gVmQdcicWw3j1ZZueVV74M-E,11357
|
|
1238
|
+
cirq_core-1.7.0.dev20250812232034.dist-info/METADATA,sha256=lY-pBfZiCfXCOwnNgf6ZwKfoUkuDJjjP19A1ibFD9i4,4857
|
|
1239
|
+
cirq_core-1.7.0.dev20250812232034.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
1240
|
+
cirq_core-1.7.0.dev20250812232034.dist-info/top_level.txt,sha256=Sz9iOxHU0IEMLSFGwiwOCaN2e9K-jFbBbtpPN1hB73g,5
|
|
1241
|
+
cirq_core-1.7.0.dev20250812232034.dist-info/RECORD,,
|
{cirq_core-1.7.0.dev20250812185424.dist-info → cirq_core-1.7.0.dev20250812232034.dist-info}/WHEEL
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|