cirq-core 1.7.0.dev20251018005221__py3-none-any.whl → 1.7.0.dev20251021231621__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/transformers/analytical_decompositions/quantum_shannon_decomposition_test.py +0 -2
- {cirq_core-1.7.0.dev20251018005221.dist-info → cirq_core-1.7.0.dev20251021231621.dist-info}/METADATA +1 -1
- {cirq_core-1.7.0.dev20251018005221.dist-info → cirq_core-1.7.0.dev20251021231621.dist-info}/RECORD +8 -8
- {cirq_core-1.7.0.dev20251018005221.dist-info → cirq_core-1.7.0.dev20251021231621.dist-info}/WHEEL +0 -0
- {cirq_core-1.7.0.dev20251018005221.dist-info → cirq_core-1.7.0.dev20251021231621.dist-info}/licenses/LICENSE +0 -0
- {cirq_core-1.7.0.dev20251018005221.dist-info → cirq_core-1.7.0.dev20251021231621.dist-info}/top_level.txt +0 -0
cirq/_version.py
CHANGED
cirq/_version_test.py
CHANGED
|
@@ -31,7 +31,6 @@ from cirq.transformers.analytical_decompositions.quantum_shannon_decomposition i
|
|
|
31
31
|
)
|
|
32
32
|
|
|
33
33
|
|
|
34
|
-
@pytest.mark.xfail(reason='#6765')
|
|
35
34
|
@pytest.mark.parametrize('n_qubits', list(range(1, 8)))
|
|
36
35
|
def test_random_qsd_n_qubit(n_qubits) -> None:
|
|
37
36
|
U = unitary_group.rvs(2**n_qubits)
|
|
@@ -211,7 +210,6 @@ def test_three_qubit_gate(gate) -> None:
|
|
|
211
210
|
np.testing.assert_allclose(new_unitary, desired_unitary, atol=1e-6)
|
|
212
211
|
|
|
213
212
|
|
|
214
|
-
@pytest.mark.xfail(reason='#6765')
|
|
215
213
|
def test_qft5() -> None:
|
|
216
214
|
global_phase = np.exp(1j * np.random.choice(np.linspace(0, 2 * np.pi, 10)))
|
|
217
215
|
desired_unitary = cirq.unitary(cirq.qft(*cirq.LineQubit.range(5))) * global_phase
|
{cirq_core-1.7.0.dev20251018005221.dist-info → cirq_core-1.7.0.dev20251021231621.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.dev20251021231621
|
|
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.dev20251018005221.dist-info → cirq_core-1.7.0.dev20251021231621.dist-info}/RECORD
RENAMED
|
@@ -4,8 +4,8 @@ cirq/_compat_test.py,sha256=emXpdD5ZvwLRlFAoQB8YatmZyU3b4e9jg6FppMTUhkU,33900
|
|
|
4
4
|
cirq/_doc.py,sha256=28ZskY9ZtZ_4GS1oXPUgklKnJqmAE-rkUfzcsJ0--nA,2941
|
|
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=VwHiu3fjIQSUE34S5RYX_WTSuveBNZlMG6vZG_wa5F8,1206
|
|
8
|
+
cirq/_version_test.py,sha256=ZKKkK4EAxj52XOj72dySPyCcHfYOWP505IoV_qxiFVE,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
|
|
@@ -1124,7 +1124,7 @@ cirq/transformers/analytical_decompositions/cphase_to_fsim_test.py,sha256=1jlK8a
|
|
|
1124
1124
|
cirq/transformers/analytical_decompositions/pauli_string_decomposition.py,sha256=7GKdVnN5jvpjABudB0zE1kUn0BPZmuvRZcM2yLMUoWs,4540
|
|
1125
1125
|
cirq/transformers/analytical_decompositions/pauli_string_decomposition_test.py,sha256=yWHkXXErOxLmnp5t65WUsY9e9iN6L950MZRw5OY3QW0,2172
|
|
1126
1126
|
cirq/transformers/analytical_decompositions/quantum_shannon_decomposition.py,sha256=CaOmLzoIM8r5lC9LRYZW9b7omSP0tAi8Th3ZTYF-EQE,15476
|
|
1127
|
-
cirq/transformers/analytical_decompositions/quantum_shannon_decomposition_test.py,sha256=
|
|
1127
|
+
cirq/transformers/analytical_decompositions/quantum_shannon_decomposition_test.py,sha256=Unbrv-bIFKSneH_Lr40iZvdxj8MSBeo_6aQns7KbThw,9030
|
|
1128
1128
|
cirq/transformers/analytical_decompositions/single_qubit_decompositions.py,sha256=6kaQfcXY7je42o-pVprSwgPXCDJXraDXQ9mHyR_BaBk,8428
|
|
1129
1129
|
cirq/transformers/analytical_decompositions/single_qubit_decompositions_test.py,sha256=v8vO3ykhUmTiK5yFiSZ8E8UShhvh7HVBw7AVxVgolWY,12653
|
|
1130
1130
|
cirq/transformers/analytical_decompositions/single_to_two_qubit_isometry.py,sha256=CRZylmI8nA_aq6vXj0WmMce8PIe8OFCjq4_bqYfkenk,2464
|
|
@@ -1246,8 +1246,8 @@ cirq/work/sampler.py,sha256=rxbMWvrhu3gfNSBjZKozw28lLKVvBAS_1EGyPdYe8Xg,19041
|
|
|
1246
1246
|
cirq/work/sampler_test.py,sha256=SsMrRvLDYELyOAWLKISjkdEfrBwLYWRsT6D8WrsLM3Q,13533
|
|
1247
1247
|
cirq/work/zeros_sampler.py,sha256=Fs2JWwq0n9zv7_G5Rm-9vPeHUag7uctcMOHg0JTkZpc,2371
|
|
1248
1248
|
cirq/work/zeros_sampler_test.py,sha256=lQLgQDGBLtfImryys2HzQ2jOSGxHgc7-koVBUhv8qYk,3345
|
|
1249
|
-
cirq_core-1.7.0.
|
|
1250
|
-
cirq_core-1.7.0.
|
|
1251
|
-
cirq_core-1.7.0.
|
|
1252
|
-
cirq_core-1.7.0.
|
|
1253
|
-
cirq_core-1.7.0.
|
|
1249
|
+
cirq_core-1.7.0.dev20251021231621.dist-info/licenses/LICENSE,sha256=tAkwu8-AdEyGxGoSvJ2gVmQdcicWw3j1ZZueVV74M-E,11357
|
|
1250
|
+
cirq_core-1.7.0.dev20251021231621.dist-info/METADATA,sha256=uTc3zMzY-HT2tYH86ezpE3n6Ay3K8Ql3EzvmZzJEKVg,4757
|
|
1251
|
+
cirq_core-1.7.0.dev20251021231621.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
1252
|
+
cirq_core-1.7.0.dev20251021231621.dist-info/top_level.txt,sha256=Sz9iOxHU0IEMLSFGwiwOCaN2e9K-jFbBbtpPN1hB73g,5
|
|
1253
|
+
cirq_core-1.7.0.dev20251021231621.dist-info/RECORD,,
|
{cirq_core-1.7.0.dev20251018005221.dist-info → cirq_core-1.7.0.dev20251021231621.dist-info}/WHEEL
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|