cirq-core 1.7.0.dev20250924002546__py3-none-any.whl → 1.7.0.dev20250924190322__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/merge_single_qubit_gates.py +7 -4
- {cirq_core-1.7.0.dev20250924002546.dist-info → cirq_core-1.7.0.dev20250924190322.dist-info}/METADATA +1 -1
- {cirq_core-1.7.0.dev20250924002546.dist-info → cirq_core-1.7.0.dev20250924190322.dist-info}/RECORD +8 -8
- {cirq_core-1.7.0.dev20250924002546.dist-info → cirq_core-1.7.0.dev20250924190322.dist-info}/WHEEL +0 -0
- {cirq_core-1.7.0.dev20250924002546.dist-info → cirq_core-1.7.0.dev20250924190322.dist-info}/licenses/LICENSE +0 -0
- {cirq_core-1.7.0.dev20250924002546.dist-info → cirq_core-1.7.0.dev20250924190322.dist-info}/top_level.txt +0 -0
cirq/_version.py
CHANGED
cirq/_version_test.py
CHANGED
|
@@ -323,9 +323,12 @@ def merge_single_qubit_gates_to_phxz_symbolized(
|
|
|
323
323
|
)
|
|
324
324
|
|
|
325
325
|
# Step 3, get N sets of parameterizations as new_sweep.
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
|
|
326
|
+
if remaining_symbols:
|
|
327
|
+
new_sweep: Sweep = Zip(
|
|
328
|
+
_calc_phxz_sweeps(new_circuit, merged_circuits), # phxz sweeps
|
|
329
|
+
_sweep_on_symbols(sweep, remaining_symbols), # remaining sweeps
|
|
330
|
+
)
|
|
331
|
+
else:
|
|
332
|
+
new_sweep = _calc_phxz_sweeps(new_circuit, merged_circuits)
|
|
330
333
|
|
|
331
334
|
return align.align_right(new_circuit), new_sweep
|
{cirq_core-1.7.0.dev20250924002546.dist-info → cirq_core-1.7.0.dev20250924190322.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.dev20250924190322
|
|
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.dev20250924002546.dist-info → cirq_core-1.7.0.dev20250924190322.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=4QbFjFaVEJ5vcUUAwTGI-EiB7o79hZrwso7Peg33NUE,1206
|
|
8
|
+
cirq/_version_test.py,sha256=zNZEcD5aUPlsdwcZ5YFT4yHs68jU-PxOUCYT61xMAEk,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
|
|
@@ -1085,7 +1085,7 @@ cirq/transformers/measurement_transformers.py,sha256=JXB-hpCmLD4oVA4Y8hAFL4khowP
|
|
|
1085
1085
|
cirq/transformers/measurement_transformers_test.py,sha256=mJKYFqqMwZnD8KXVM1tmF2kcIZXkkZKlfOU9XbGxYpQ,29019
|
|
1086
1086
|
cirq/transformers/merge_k_qubit_gates.py,sha256=v9vY3f52S9QR7D_Om4APSZ65rwJH6Z7g6Gf3pD_9H3I,4380
|
|
1087
1087
|
cirq/transformers/merge_k_qubit_gates_test.py,sha256=523FmfCC7mGX_zecGaQ2tgdqBvMGiMinwJMIfKBgG8E,14016
|
|
1088
|
-
cirq/transformers/merge_single_qubit_gates.py,sha256=
|
|
1088
|
+
cirq/transformers/merge_single_qubit_gates.py,sha256=z8CbidDKHJHqks777KbCuZuVkoOQ6OejMcx4aPHcG1g,13798
|
|
1089
1089
|
cirq/transformers/merge_single_qubit_gates_test.py,sha256=ZIJmpi2rGNSGEu0xY3zRS7gFJbX6-zyGrIsaqGrL5jI,18080
|
|
1090
1090
|
cirq/transformers/noise_adding.py,sha256=UePj56mCvhg6Vp5DJfQcjjaIo_UzcrnOCg2eN6YvkQU,4468
|
|
1091
1091
|
cirq/transformers/noise_adding_test.py,sha256=nHOoKUPBBOkWF6A_JhIO6-G0AuFkLKBCxH7e2BOem9M,2171
|
|
@@ -1236,8 +1236,8 @@ cirq/work/sampler.py,sha256=rxbMWvrhu3gfNSBjZKozw28lLKVvBAS_1EGyPdYe8Xg,19041
|
|
|
1236
1236
|
cirq/work/sampler_test.py,sha256=SsMrRvLDYELyOAWLKISjkdEfrBwLYWRsT6D8WrsLM3Q,13533
|
|
1237
1237
|
cirq/work/zeros_sampler.py,sha256=Fs2JWwq0n9zv7_G5Rm-9vPeHUag7uctcMOHg0JTkZpc,2371
|
|
1238
1238
|
cirq/work/zeros_sampler_test.py,sha256=lQLgQDGBLtfImryys2HzQ2jOSGxHgc7-koVBUhv8qYk,3345
|
|
1239
|
-
cirq_core-1.7.0.
|
|
1240
|
-
cirq_core-1.7.0.
|
|
1241
|
-
cirq_core-1.7.0.
|
|
1242
|
-
cirq_core-1.7.0.
|
|
1243
|
-
cirq_core-1.7.0.
|
|
1239
|
+
cirq_core-1.7.0.dev20250924190322.dist-info/licenses/LICENSE,sha256=tAkwu8-AdEyGxGoSvJ2gVmQdcicWw3j1ZZueVV74M-E,11357
|
|
1240
|
+
cirq_core-1.7.0.dev20250924190322.dist-info/METADATA,sha256=jthxomPJtVzRDEvcoKcakPwgTOOyfF5EKgvXIsb5V7U,4758
|
|
1241
|
+
cirq_core-1.7.0.dev20250924190322.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
1242
|
+
cirq_core-1.7.0.dev20250924190322.dist-info/top_level.txt,sha256=Sz9iOxHU0IEMLSFGwiwOCaN2e9K-jFbBbtpPN1hB73g,5
|
|
1243
|
+
cirq_core-1.7.0.dev20250924190322.dist-info/RECORD,,
|
{cirq_core-1.7.0.dev20250924002546.dist-info → cirq_core-1.7.0.dev20250924190322.dist-info}/WHEEL
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|