cirq-core 1.5.0.dev20241014220150__py3-none-any.whl → 1.5.0.dev20241015201220__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 +2 -0
- {cirq_core-1.5.0.dev20241014220150.dist-info → cirq_core-1.5.0.dev20241015201220.dist-info}/METADATA +1 -1
- {cirq_core-1.5.0.dev20241014220150.dist-info → cirq_core-1.5.0.dev20241015201220.dist-info}/RECORD +8 -8
- {cirq_core-1.5.0.dev20241014220150.dist-info → cirq_core-1.5.0.dev20241015201220.dist-info}/LICENSE +0 -0
- {cirq_core-1.5.0.dev20241014220150.dist-info → cirq_core-1.5.0.dev20241015201220.dist-info}/WHEEL +0 -0
- {cirq_core-1.5.0.dev20241014220150.dist-info → cirq_core-1.5.0.dev20241015201220.dist-info}/top_level.txt +0 -0
cirq/_version.py
CHANGED
cirq/_version_test.py
CHANGED
|
@@ -27,6 +27,7 @@ import numpy as np
|
|
|
27
27
|
from scipy.stats import unitary_group
|
|
28
28
|
|
|
29
29
|
|
|
30
|
+
@pytest.mark.xfail(reason='#6765')
|
|
30
31
|
@pytest.mark.parametrize('n_qubits', list(range(1, 8)))
|
|
31
32
|
def test_random_qsd_n_qubit(n_qubits):
|
|
32
33
|
U = unitary_group.rvs(2**n_qubits)
|
|
@@ -191,6 +192,7 @@ def test_three_qubit_gate(gate):
|
|
|
191
192
|
np.testing.assert_allclose(new_unitary, desired_unitary, atol=1e-6)
|
|
192
193
|
|
|
193
194
|
|
|
195
|
+
@pytest.mark.xfail(reason='#6765')
|
|
194
196
|
def test_qft5():
|
|
195
197
|
global_phase = np.exp(1j * np.random.choice(np.linspace(0, 2 * np.pi, 10)))
|
|
196
198
|
desired_unitary = cirq.unitary(cirq.qft(*cirq.LineQubit.range(5))) * global_phase
|
{cirq_core-1.5.0.dev20241014220150.dist-info → cirq_core-1.5.0.dev20241015201220.dist-info}/METADATA
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: cirq-core
|
|
3
|
-
Version: 1.5.0.
|
|
3
|
+
Version: 1.5.0.dev20241015201220
|
|
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.dev20241014220150.dist-info → cirq_core-1.5.0.dev20241015201220.dist-info}/RECORD
RENAMED
|
@@ -4,8 +4,8 @@ cirq/_compat_test.py,sha256=Qq3ZcfgD-Nb81cEppQdJqhAyrVqXKtfXZYGXT0p-Wh0,34718
|
|
|
4
4
|
cirq/_doc.py,sha256=yDyWUD_2JDS0gShfGRb-rdqRt9-WeL7DhkqX7np0Nko,2879
|
|
5
5
|
cirq/_import.py,sha256=p9gMHJscbtDDkfHOaulvd3Aer0pwUF5AXpL89XR8dNw,8402
|
|
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=FfflaoU4JELrgJYq-2DVJvG46oYY62AgpbQDw9yrvj8,1206
|
|
8
|
+
cirq/_version_test.py,sha256=E6pUGXD-r6LY3IfVxt5yU4wUI2bJ-25702bTSEj8mp8,147
|
|
9
9
|
cirq/conftest.py,sha256=X7yLFL8GLhg2CjPw0hp5e_dGASfvHx1-QT03aUbhKJw,1168
|
|
10
10
|
cirq/json_resolver_cache.py,sha256=ytePZtNZgKjOF2NiVpUTuotB-JKZmQNOFIFdvXqsxHw,13271
|
|
11
11
|
cirq/py.typed,sha256=VFSlmh_lNwnaXzwY-ZuW-C2Ws5PkuDoVgBdNCs0jXJE,63
|
|
@@ -1069,7 +1069,7 @@ cirq/transformers/analytical_decompositions/cphase_to_fsim_test.py,sha256=bwZa0B
|
|
|
1069
1069
|
cirq/transformers/analytical_decompositions/pauli_string_decomposition.py,sha256=bU9IoY0igVZTmF_wsTdTxAfqPKWyqZ14Gt2AJoK5D_4,4524
|
|
1070
1070
|
cirq/transformers/analytical_decompositions/pauli_string_decomposition_test.py,sha256=qpFODpCJrE9piYLWR1FzweTn3v80EvLCV-PP2fbHcoE,2112
|
|
1071
1071
|
cirq/transformers/analytical_decompositions/quantum_shannon_decomposition.py,sha256=beW4G_yE2lGNQEGbItwEa_w7lx0ECmGFZ7bCvMfk3bg,11768
|
|
1072
|
-
cirq/transformers/analytical_decompositions/quantum_shannon_decomposition_test.py,sha256=
|
|
1072
|
+
cirq/transformers/analytical_decompositions/quantum_shannon_decomposition_test.py,sha256=E7NM5NzNUVwlTcgzDs18tmnybA4DUVvGl9y6_Geikss,7685
|
|
1073
1073
|
cirq/transformers/analytical_decompositions/single_qubit_decompositions.py,sha256=iAPdMwHKM1B3mJtQWH-iNjR-VkzhkUDFC23f8kjXY6M,8436
|
|
1074
1074
|
cirq/transformers/analytical_decompositions/single_qubit_decompositions_test.py,sha256=4GfU6wctBoG-OVFqFOE08xymd5dXzY-doE8ZNpsKohI,12308
|
|
1075
1075
|
cirq/transformers/analytical_decompositions/single_to_two_qubit_isometry.py,sha256=0N6NbY6yc0VGuTheR37mhUIKFu5TYmToxJO2mbLp9xM,2439
|
|
@@ -1184,8 +1184,8 @@ cirq/work/sampler.py,sha256=JEAeQQRF3bqlO9AkOf4XbrTATDI5f5JgyM_FAUCNxao,19751
|
|
|
1184
1184
|
cirq/work/sampler_test.py,sha256=B2ZsuqGT854gQtBIAh8k0LiG9Vj5wSzcGvkxOUoTcW4,13217
|
|
1185
1185
|
cirq/work/zeros_sampler.py,sha256=x1C7cup66a43n-3tm8QjhiqJa07qcJW10FxNp9jJ59Q,2356
|
|
1186
1186
|
cirq/work/zeros_sampler_test.py,sha256=JIkpBBFPJe5Ba4142vzogyWyboG1Q1ZAm0UVGgOoZn8,3279
|
|
1187
|
-
cirq_core-1.5.0.
|
|
1188
|
-
cirq_core-1.5.0.
|
|
1189
|
-
cirq_core-1.5.0.
|
|
1190
|
-
cirq_core-1.5.0.
|
|
1191
|
-
cirq_core-1.5.0.
|
|
1187
|
+
cirq_core-1.5.0.dev20241015201220.dist-info/LICENSE,sha256=tAkwu8-AdEyGxGoSvJ2gVmQdcicWw3j1ZZueVV74M-E,11357
|
|
1188
|
+
cirq_core-1.5.0.dev20241015201220.dist-info/METADATA,sha256=FpIUM_mBBY2A06OXtnt4oI4kZRIm_WKtb99nskRhFZ0,1992
|
|
1189
|
+
cirq_core-1.5.0.dev20241015201220.dist-info/WHEEL,sha256=eOLhNAGa2EW3wWl_TU484h7q1UNgy0JXjjoqKoxAAQc,92
|
|
1190
|
+
cirq_core-1.5.0.dev20241015201220.dist-info/top_level.txt,sha256=Sz9iOxHU0IEMLSFGwiwOCaN2e9K-jFbBbtpPN1hB73g,5
|
|
1191
|
+
cirq_core-1.5.0.dev20241015201220.dist-info/RECORD,,
|
{cirq_core-1.5.0.dev20241014220150.dist-info → cirq_core-1.5.0.dev20241015201220.dist-info}/LICENSE
RENAMED
|
File without changes
|
{cirq_core-1.5.0.dev20241014220150.dist-info → cirq_core-1.5.0.dev20241015201220.dist-info}/WHEEL
RENAMED
|
File without changes
|
|
File without changes
|