cirq-core 1.5.0.dev20250409060213__py3-none-any.whl → 1.5.0.dev20250409200744__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/ops/clifford_gate.py +1 -1
- {cirq_core-1.5.0.dev20250409060213.dist-info → cirq_core-1.5.0.dev20250409200744.dist-info}/METADATA +1 -1
- {cirq_core-1.5.0.dev20250409060213.dist-info → cirq_core-1.5.0.dev20250409200744.dist-info}/RECORD +8 -8
- {cirq_core-1.5.0.dev20250409060213.dist-info → cirq_core-1.5.0.dev20250409200744.dist-info}/WHEEL +0 -0
- {cirq_core-1.5.0.dev20250409060213.dist-info → cirq_core-1.5.0.dev20250409200744.dist-info}/licenses/LICENSE +0 -0
- {cirq_core-1.5.0.dev20250409060213.dist-info → cirq_core-1.5.0.dev20250409200744.dist-info}/top_level.txt +0 -0
cirq/_version.py
CHANGED
cirq/_version_test.py
CHANGED
cirq/ops/clifford_gate.py
CHANGED
|
@@ -310,7 +310,7 @@ class CommonCliffordGates(metaclass=CommonCliffordGateMetaClass):
|
|
|
310
310
|
ValueError: When one or more operations do not have stabilizer effect.
|
|
311
311
|
"""
|
|
312
312
|
for op in operations:
|
|
313
|
-
if op.gate and op.gate
|
|
313
|
+
if op.gate and protocols.has_stabilizer_effect(op.gate):
|
|
314
314
|
continue
|
|
315
315
|
raise ValueError(
|
|
316
316
|
"Clifford Gate can only be constructed from the "
|
{cirq_core-1.5.0.dev20250409060213.dist-info → cirq_core-1.5.0.dev20250409200744.dist-info}/METADATA
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: cirq-core
|
|
3
|
-
Version: 1.5.0.
|
|
3
|
+
Version: 1.5.0.dev20250409200744
|
|
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.5.0.dev20250409060213.dist-info → cirq_core-1.5.0.dev20250409200744.dist-info}/RECORD
RENAMED
|
@@ -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=
|
|
8
|
-
cirq/_version_test.py,sha256=
|
|
7
|
+
cirq/_version.py,sha256=Vtv5fgF55bDv35wMOYpro5kcdJ52bioYXZzsXoZDjXY,1206
|
|
8
|
+
cirq/_version_test.py,sha256=UxCRarj20cIDuq8fV9GzpCfHITDm9VM7ldq5Ifm6Rk4,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
|
|
@@ -274,7 +274,7 @@ cirq/ops/boolean_hamiltonian.py,sha256=li003lNq6zS8pNPTobqzfzYJvyvaIpCVo3wkliI6H
|
|
|
274
274
|
cirq/ops/boolean_hamiltonian_test.py,sha256=1ey5yfYZPKZDsfM3jpCPAOpbPs_y8i4K_WvDK2d5_4Y,8518
|
|
275
275
|
cirq/ops/classically_controlled_operation.py,sha256=ePhBPrHymodrsztJFk_g2IGI3QSbFnpQ54d-6AH9CN4,10374
|
|
276
276
|
cirq/ops/classically_controlled_operation_test.py,sha256=qS9yzhZeWmsDzg-MM-g3njvGMRWPK1muoG19A6mIcTQ,52468
|
|
277
|
-
cirq/ops/clifford_gate.py,sha256=
|
|
277
|
+
cirq/ops/clifford_gate.py,sha256=hBuNKKE5kmB3W4oQxwdG1SF_NFblkcSIAUeacECRAVY,39495
|
|
278
278
|
cirq/ops/clifford_gate_test.py,sha256=dqghYb7_afYxCLceBarX56Tn9y_dSWCKF75W-Qrzvcw,40341
|
|
279
279
|
cirq/ops/common_channels.py,sha256=lGDOSdstoK57DingL-lo2n49-a51MshhJOl4LOcpQfg,37126
|
|
280
280
|
cirq/ops/common_channels_test.py,sha256=nQsSSxu7vtedb3ZUuw4hNKIX7MYI4x8lxvLyWMZNt10,30079
|
|
@@ -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.5.0.
|
|
1213
|
-
cirq_core-1.5.0.
|
|
1214
|
-
cirq_core-1.5.0.
|
|
1215
|
-
cirq_core-1.5.0.
|
|
1216
|
-
cirq_core-1.5.0.
|
|
1212
|
+
cirq_core-1.5.0.dev20250409200744.dist-info/licenses/LICENSE,sha256=tAkwu8-AdEyGxGoSvJ2gVmQdcicWw3j1ZZueVV74M-E,11357
|
|
1213
|
+
cirq_core-1.5.0.dev20250409200744.dist-info/METADATA,sha256=dJvvihgDxQpf75qOxmuOx7itOUJh5PvEAFmId1a43-Q,4908
|
|
1214
|
+
cirq_core-1.5.0.dev20250409200744.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
|
|
1215
|
+
cirq_core-1.5.0.dev20250409200744.dist-info/top_level.txt,sha256=Sz9iOxHU0IEMLSFGwiwOCaN2e9K-jFbBbtpPN1hB73g,5
|
|
1216
|
+
cirq_core-1.5.0.dev20250409200744.dist-info/RECORD,,
|
{cirq_core-1.5.0.dev20250409060213.dist-info → cirq_core-1.5.0.dev20250409200744.dist-info}/WHEEL
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|