cirq-core 1.6.0.dev20250530231626__py3-none-any.whl → 1.6.0.dev20250602204948__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/devices/superconducting_qubits_noise_properties.py +1 -1
- {cirq_core-1.6.0.dev20250530231626.dist-info → cirq_core-1.6.0.dev20250602204948.dist-info}/METADATA +1 -1
- {cirq_core-1.6.0.dev20250530231626.dist-info → cirq_core-1.6.0.dev20250602204948.dist-info}/RECORD +8 -8
- {cirq_core-1.6.0.dev20250530231626.dist-info → cirq_core-1.6.0.dev20250602204948.dist-info}/WHEEL +0 -0
- {cirq_core-1.6.0.dev20250530231626.dist-info → cirq_core-1.6.0.dev20250602204948.dist-info}/licenses/LICENSE +0 -0
- {cirq_core-1.6.0.dev20250530231626.dist-info → cirq_core-1.6.0.dev20250602204948.dist-info}/top_level.txt +0 -0
cirq/_version.py
CHANGED
cirq/_version_test.py
CHANGED
|
@@ -38,7 +38,7 @@ class SuperconductingQubitsNoiseProperties(devices.NoiseProperties, abc.ABC):
|
|
|
38
38
|
quantum hardware. Used with t(1|phi)_ns to specify thermal noise.
|
|
39
39
|
t1_ns: dict[cirq.Qid, float] of qubits to their T_1 time, in ns.
|
|
40
40
|
tphi_ns: dict[cirq.Qid, float] of qubits to their T_phi time, in ns.
|
|
41
|
-
readout_errors: dict[cirq.Qid,
|
|
41
|
+
readout_errors: dict[cirq.Qid, list[float]] of qubits to their readout
|
|
42
42
|
errors in matrix form: [P(read |1> from |0>), P(read |0> from |1>)].
|
|
43
43
|
Used to prepend amplitude damping errors to measurements.
|
|
44
44
|
gate_pauli_errors: dict of noise_utils.OpIdentifiers (a gate and the qubits it
|
{cirq_core-1.6.0.dev20250530231626.dist-info → cirq_core-1.6.0.dev20250602204948.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.dev20250602204948
|
|
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.dev20250530231626.dist-info → cirq_core-1.6.0.dev20250602204948.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=JZgTXMnldr6aa7uF9mG1RRXFBrpcDjCLTvzANBfT66c,1206
|
|
8
|
+
cirq/_version_test.py,sha256=6JqOBaF5le0h5I1MA1ag-dkcwaX02YXZtcDIwuj4Yrg,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
|
|
@@ -174,7 +174,7 @@ cirq/devices/noise_properties.py,sha256=g6Joc444K4WRwAYQGGP_rIah0nIxxJQ3WJmE8Jsg
|
|
|
174
174
|
cirq/devices/noise_properties_test.py,sha256=UU3JXgDEckm-XTVeEW-LoonrJbst7qw4ahAH42n_cYY,2353
|
|
175
175
|
cirq/devices/noise_utils.py,sha256=73B1o22072RhsNdo7_t_A-pa7Sub62ff4VpvNt0Ewdk,7155
|
|
176
176
|
cirq/devices/noise_utils_test.py,sha256=Pn_BO0c5Ky9FJk384FXh_BkXXYe1V7GWIBgxsaoB9as,2099
|
|
177
|
-
cirq/devices/superconducting_qubits_noise_properties.py,sha256=
|
|
177
|
+
cirq/devices/superconducting_qubits_noise_properties.py,sha256=pQYEs6KupGW1lOQ5Tt8CEI0vdJ3sh94uTrVZHXosRmk,8142
|
|
178
178
|
cirq/devices/superconducting_qubits_noise_properties_test.py,sha256=Ld7ft0Vr4V69egdL67WKAdDF6vNXc2-SLPzx0u2ph2E,12200
|
|
179
179
|
cirq/devices/thermal_noise_model.py,sha256=LIGlA6ikYWqbh-759RqXPMDMpCV2uKHT_pRLfMCGkYM,11535
|
|
180
180
|
cirq/devices/thermal_noise_model_test.py,sha256=vgloNkmkNes_pn0D50-LD2RUcsMJey7EN8Wm6Nc-d5U,12282
|
|
@@ -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.dev20250602204948.dist-info/licenses/LICENSE,sha256=tAkwu8-AdEyGxGoSvJ2gVmQdcicWw3j1ZZueVV74M-E,11357
|
|
1224
|
+
cirq_core-1.6.0.dev20250602204948.dist-info/METADATA,sha256=TfCta6KOHecx1MET6AuAoCcOgMi5dwjnwBLHWm3VgxQ,4857
|
|
1225
|
+
cirq_core-1.6.0.dev20250602204948.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
1226
|
+
cirq_core-1.6.0.dev20250602204948.dist-info/top_level.txt,sha256=Sz9iOxHU0IEMLSFGwiwOCaN2e9K-jFbBbtpPN1hB73g,5
|
|
1227
|
+
cirq_core-1.6.0.dev20250602204948.dist-info/RECORD,,
|
{cirq_core-1.6.0.dev20250530231626.dist-info → cirq_core-1.6.0.dev20250602204948.dist-info}/WHEEL
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|