cirq-core 1.6.0.dev20250602215333__py3-none-any.whl → 1.6.0.dev20250603050456__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_test.py +2 -2
- {cirq_core-1.6.0.dev20250602215333.dist-info → cirq_core-1.6.0.dev20250603050456.dist-info}/METADATA +1 -1
- {cirq_core-1.6.0.dev20250602215333.dist-info → cirq_core-1.6.0.dev20250603050456.dist-info}/RECORD +8 -8
- {cirq_core-1.6.0.dev20250602215333.dist-info → cirq_core-1.6.0.dev20250603050456.dist-info}/WHEEL +0 -0
- {cirq_core-1.6.0.dev20250602215333.dist-info → cirq_core-1.6.0.dev20250603050456.dist-info}/licenses/LICENSE +0 -0
- {cirq_core-1.6.0.dev20250602215333.dist-info → cirq_core-1.6.0.dev20250603050456.dist-info}/top_level.txt +0 -0
cirq/_version.py
CHANGED
cirq/_version_test.py
CHANGED
|
@@ -221,13 +221,13 @@ def test_merge_single_qubit_moments_to_phxz_deep():
|
|
|
221
221
|
)
|
|
222
222
|
|
|
223
223
|
|
|
224
|
-
def
|
|
224
|
+
def test_merge_single_qubit_gates_to_phxz_global_phase():
|
|
225
225
|
c = cirq.Circuit(cirq.GlobalPhaseGate(1j).on())
|
|
226
226
|
c2 = cirq.merge_single_qubit_gates_to_phxz(c)
|
|
227
227
|
assert c == c2
|
|
228
228
|
|
|
229
229
|
|
|
230
|
-
def
|
|
230
|
+
def test_merge_single_qubit_gates_to_phased_x_and_z_global_phase():
|
|
231
231
|
c = cirq.Circuit(cirq.GlobalPhaseGate(1j).on())
|
|
232
232
|
c2 = cirq.merge_single_qubit_gates_to_phased_x_and_z(c)
|
|
233
233
|
assert c == c2
|
{cirq_core-1.6.0.dev20250602215333.dist-info → cirq_core-1.6.0.dev20250603050456.dist-info}/METADATA
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: cirq-core
|
|
3
|
-
Version: 1.6.0.
|
|
3
|
+
Version: 1.6.0.dev20250603050456
|
|
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.6.0.dev20250602215333.dist-info → cirq_core-1.6.0.dev20250603050456.dist-info}/RECORD
RENAMED
|
@@ -4,8 +4,8 @@ cirq/_compat_test.py,sha256=ZSmenkbqEfRJpGsvutmV8vgIlfZCWj8GAVgi3t5YRso,34635
|
|
|
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=78xe0KskyQBKGF7SdclYCQNfwHm5xU9DRDkDbGgzbCg,1206
|
|
8
|
+
cirq/_version_test.py,sha256=z6A4nRkeOqSg_HDU-EvEIM-u3rYiiHtC3_btcRvdQWA,155
|
|
9
9
|
cirq/conftest.py,sha256=X7yLFL8GLhg2CjPw0hp5e_dGASfvHx1-QT03aUbhKJw,1168
|
|
10
10
|
cirq/json_resolver_cache.py,sha256=S-zUVI4D_XnAxyR6z7WHDImCVmB_awJp6EStD1-CNPU,13621
|
|
11
11
|
cirq/py.typed,sha256=VFSlmh_lNwnaXzwY-ZuW-C2Ws5PkuDoVgBdNCs0jXJE,63
|
|
@@ -1072,7 +1072,7 @@ cirq/transformers/measurement_transformers_test.py,sha256=mJKYFqqMwZnD8KXVM1tmF2
|
|
|
1072
1072
|
cirq/transformers/merge_k_qubit_gates.py,sha256=v9vY3f52S9QR7D_Om4APSZ65rwJH6Z7g6Gf3pD_9H3I,4380
|
|
1073
1073
|
cirq/transformers/merge_k_qubit_gates_test.py,sha256=EPWv1APGp4WVPsyq2voXTbAlTX1z7UGZ1B-dZokFQKk,13991
|
|
1074
1074
|
cirq/transformers/merge_single_qubit_gates.py,sha256=OqQBPtKreJ7uqa7vjZpxCmX7oRN-llYMClG76TXt9kE,5806
|
|
1075
|
-
cirq/transformers/merge_single_qubit_gates_test.py,sha256=
|
|
1075
|
+
cirq/transformers/merge_single_qubit_gates_test.py,sha256=0RgVmSuTOjiKSzmjSm8a3APwiOjRUWBzjbr7fHN4x1Y,9954
|
|
1076
1076
|
cirq/transformers/noise_adding.py,sha256=ZBS-015Kc-BnoO-lMXfEGpCXbPu4whVgTXIB-E16ApQ,4476
|
|
1077
1077
|
cirq/transformers/noise_adding_test.py,sha256=nHOoKUPBBOkWF6A_JhIO6-G0AuFkLKBCxH7e2BOem9M,2171
|
|
1078
1078
|
cirq/transformers/optimize_for_target_gateset.py,sha256=QThizLtkzvZpUK-LG77ixuZXghDyWGNn6yHkNrzYR3o,7206
|
|
@@ -1220,8 +1220,8 @@ cirq/work/sampler.py,sha256=rxbMWvrhu3gfNSBjZKozw28lLKVvBAS_1EGyPdYe8Xg,19041
|
|
|
1220
1220
|
cirq/work/sampler_test.py,sha256=SsMrRvLDYELyOAWLKISjkdEfrBwLYWRsT6D8WrsLM3Q,13533
|
|
1221
1221
|
cirq/work/zeros_sampler.py,sha256=Fs2JWwq0n9zv7_G5Rm-9vPeHUag7uctcMOHg0JTkZpc,2371
|
|
1222
1222
|
cirq/work/zeros_sampler_test.py,sha256=lQLgQDGBLtfImryys2HzQ2jOSGxHgc7-koVBUhv8qYk,3345
|
|
1223
|
-
cirq_core-1.6.0.
|
|
1224
|
-
cirq_core-1.6.0.
|
|
1225
|
-
cirq_core-1.6.0.
|
|
1226
|
-
cirq_core-1.6.0.
|
|
1227
|
-
cirq_core-1.6.0.
|
|
1223
|
+
cirq_core-1.6.0.dev20250603050456.dist-info/licenses/LICENSE,sha256=tAkwu8-AdEyGxGoSvJ2gVmQdcicWw3j1ZZueVV74M-E,11357
|
|
1224
|
+
cirq_core-1.6.0.dev20250603050456.dist-info/METADATA,sha256=ExQbZ3ppYOe-32REy0uxYdDVO99GyWlnWJJn7io4gDs,4857
|
|
1225
|
+
cirq_core-1.6.0.dev20250603050456.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
1226
|
+
cirq_core-1.6.0.dev20250603050456.dist-info/top_level.txt,sha256=Sz9iOxHU0IEMLSFGwiwOCaN2e9K-jFbBbtpPN1hB73g,5
|
|
1227
|
+
cirq_core-1.6.0.dev20250603050456.dist-info/RECORD,,
|
{cirq_core-1.6.0.dev20250602215333.dist-info → cirq_core-1.6.0.dev20250603050456.dist-info}/WHEEL
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|