cirq-core 1.5.0.dev20240823202236__py3-none-any.whl → 1.5.0.dev20240830211827__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/noise_adding.py +1 -1
- cirq/transformers/noise_adding_test.py +4 -4
- {cirq_core-1.5.0.dev20240823202236.dist-info → cirq_core-1.5.0.dev20240830211827.dist-info}/METADATA +1 -1
- {cirq_core-1.5.0.dev20240823202236.dist-info → cirq_core-1.5.0.dev20240830211827.dist-info}/RECORD +9 -9
- {cirq_core-1.5.0.dev20240823202236.dist-info → cirq_core-1.5.0.dev20240830211827.dist-info}/LICENSE +0 -0
- {cirq_core-1.5.0.dev20240823202236.dist-info → cirq_core-1.5.0.dev20240830211827.dist-info}/WHEEL +0 -0
- {cirq_core-1.5.0.dev20240823202236.dist-info → cirq_core-1.5.0.dev20240830211827.dist-info}/top_level.txt +0 -0
cirq/_version.py
CHANGED
cirq/_version_test.py
CHANGED
|
@@ -26,7 +26,7 @@ def _gate_in_moment(gate: ops.Gate, moment: circuits.Moment) -> bool:
|
|
|
26
26
|
|
|
27
27
|
|
|
28
28
|
@transformer_api.transformer
|
|
29
|
-
class
|
|
29
|
+
class DepolarizingNoiseTransformer:
|
|
30
30
|
"""Add local depolarizing noise after two-qubit gates in a specified circuit. More specifically,
|
|
31
31
|
with probability p, append a random non-identity two-qubit Pauli operator after each specified
|
|
32
32
|
two-qubit gate.
|
|
@@ -23,16 +23,16 @@ def test_noise_adding():
|
|
|
23
23
|
circuit = one_layer * 10
|
|
24
24
|
|
|
25
25
|
# test that p=0 does nothing
|
|
26
|
-
transformed_circuit_p0 = na.
|
|
26
|
+
transformed_circuit_p0 = na.DepolarizingNoiseTransformer(0.0)(circuit)
|
|
27
27
|
assert transformed_circuit_p0 == circuit
|
|
28
28
|
|
|
29
29
|
# test that p=1 doubles the circuit depth
|
|
30
|
-
transformed_circuit_p1 = na.
|
|
30
|
+
transformed_circuit_p1 = na.DepolarizingNoiseTransformer(1.0)(circuit)
|
|
31
31
|
assert len(transformed_circuit_p1) == 20
|
|
32
32
|
|
|
33
33
|
# test that we get a deterministic result when using a specific rng
|
|
34
34
|
rng = np.random.default_rng(0)
|
|
35
|
-
transformed_circuit_p0_03 = na.
|
|
35
|
+
transformed_circuit_p0_03 = na.DepolarizingNoiseTransformer(0.03)(circuit, rng=rng)
|
|
36
36
|
expected_circuit = (
|
|
37
37
|
one_layer * 2
|
|
38
38
|
+ circuits.Circuit(ops.I(qubits[2]), ops.Z(qubits[3]))
|
|
@@ -44,7 +44,7 @@ def test_noise_adding():
|
|
|
44
44
|
assert transformed_circuit_p0_03 == expected_circuit
|
|
45
45
|
|
|
46
46
|
# test that supplying a dictionary for p works
|
|
47
|
-
transformed_circuit_p_dict = na.
|
|
47
|
+
transformed_circuit_p_dict = na.DepolarizingNoiseTransformer(
|
|
48
48
|
{tuple(qubits[:2]): 1.0, tuple(qubits[2:]): 0.0}
|
|
49
49
|
)(circuit)
|
|
50
50
|
assert len(transformed_circuit_p_dict) == 20 # depth should be doubled
|
{cirq_core-1.5.0.dev20240823202236.dist-info → cirq_core-1.5.0.dev20240830211827.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.dev20240830211827
|
|
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.dev20240823202236.dist-info → cirq_core-1.5.0.dev20240830211827.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=mRje8xnlCAr3_n-RXJ7_aoz_KRcq61TBFyPhFgTZGqM,1206
|
|
8
|
+
cirq/_version_test.py,sha256=96298zVKyKrimOqLbSejzJMcVOLRqpDfM8RR4SE31tI,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
|
|
@@ -1043,8 +1043,8 @@ cirq/transformers/merge_k_qubit_gates.py,sha256=dUsswQOIHfbb6Lu37fecgrpT6_45zmDE
|
|
|
1043
1043
|
cirq/transformers/merge_k_qubit_gates_test.py,sha256=k_ROZvUebHgPy5vsNnWNMBYU4kfIkrunPsw39ZngMwo,13920
|
|
1044
1044
|
cirq/transformers/merge_single_qubit_gates.py,sha256=NRREV4Z6Ptc3mZnOUgzQePdj4H0aix17WOUwZUB7iQ8,5826
|
|
1045
1045
|
cirq/transformers/merge_single_qubit_gates_test.py,sha256=SWf1Il7Bz0iUCDM7JoDG2Yxe4p2yYr2PgViQpjByFm0,9914
|
|
1046
|
-
cirq/transformers/noise_adding.py,sha256=
|
|
1047
|
-
cirq/transformers/noise_adding_test.py,sha256=
|
|
1046
|
+
cirq/transformers/noise_adding.py,sha256=fndp5mHYpdErdhd8YlzUtVl0J2phcryuY_zvBIEzguc,4439
|
|
1047
|
+
cirq/transformers/noise_adding_test.py,sha256=ricl2YSqi0MCzudR2F_FDqr3vEAHFQEVGzHLEXRYSBM,2134
|
|
1048
1048
|
cirq/transformers/optimize_for_target_gateset.py,sha256=MxhFsCm2XgW3gdpNW4NGVmz1VdQvzKdNNCtVZDuZiVE,7229
|
|
1049
1049
|
cirq/transformers/optimize_for_target_gateset_test.py,sha256=MgAHjsPbVtd0fl2ytRz2R-LQuhSqImtrFK5F45QXkA8,19523
|
|
1050
1050
|
cirq/transformers/qubit_management_transformers.py,sha256=A7Mweu9ElLSCsy_atmgFbYlzOFXKhct5gQ5YNTjjaVU,9430
|
|
@@ -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.dev20240830211827.dist-info/LICENSE,sha256=tAkwu8-AdEyGxGoSvJ2gVmQdcicWw3j1ZZueVV74M-E,11357
|
|
1188
|
+
cirq_core-1.5.0.dev20240830211827.dist-info/METADATA,sha256=xCvSSbQM7smR7oijzcKEQ9y7d4vXQ-TkoHEhMtnD-o4,1992
|
|
1189
|
+
cirq_core-1.5.0.dev20240830211827.dist-info/WHEEL,sha256=eOLhNAGa2EW3wWl_TU484h7q1UNgy0JXjjoqKoxAAQc,92
|
|
1190
|
+
cirq_core-1.5.0.dev20240830211827.dist-info/top_level.txt,sha256=Sz9iOxHU0IEMLSFGwiwOCaN2e9K-jFbBbtpPN1hB73g,5
|
|
1191
|
+
cirq_core-1.5.0.dev20240830211827.dist-info/RECORD,,
|
{cirq_core-1.5.0.dev20240823202236.dist-info → cirq_core-1.5.0.dev20240830211827.dist-info}/LICENSE
RENAMED
|
File without changes
|
{cirq_core-1.5.0.dev20240823202236.dist-info → cirq_core-1.5.0.dev20240830211827.dist-info}/WHEEL
RENAMED
|
File without changes
|
|
File without changes
|