cirq-core 1.6.0.dev20250602190327__py3-none-any.whl → 1.6.0.dev20250602213742__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 CHANGED
@@ -28,4 +28,4 @@ if sys.version_info < (3, 11, 0): # pragma: no cover
28
28
  'of cirq (e.g. "python -m pip install cirq==1.5.0")'
29
29
  )
30
30
 
31
- __version__ = "1.6.0.dev20250602190327"
31
+ __version__ = "1.6.0.dev20250602213742"
cirq/_version_test.py CHANGED
@@ -3,4 +3,4 @@ import cirq
3
3
 
4
4
 
5
5
  def test_version() -> None:
6
- assert cirq.__version__ == "1.6.0.dev20250602190327"
6
+ assert cirq.__version__ == "1.6.0.dev20250602213742"
@@ -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, np.ndarray] of qubits to their readout
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
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cirq-core
3
- Version: 1.6.0.dev20250602190327
3
+ Version: 1.6.0.dev20250602213742
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
@@ -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=OR1IuRcgkK43k9Lk27t7_VE0OzD90pUCX0vN7P5ymCU,1206
8
- cirq/_version_test.py,sha256=FNu6gkApFV6_htPZ8C3eANPXhJFfU5X_zdxu_WG3v3E,155
7
+ cirq/_version.py,sha256=uCLUYtUGxtg9xv9nwm0eV438d49SCO0EetBbrbI6i7c,1206
8
+ cirq/_version_test.py,sha256=-tM5T2wsc1_AiEc2xq0Tv7e9-CXiVCG832Dg2w1DqyA,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=NGn-i3SlsOPojx0zoqQ1R0IyhxjTyWapvhJCDrwRPOA,8141
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.dev20250602190327.dist-info/licenses/LICENSE,sha256=tAkwu8-AdEyGxGoSvJ2gVmQdcicWw3j1ZZueVV74M-E,11357
1224
- cirq_core-1.6.0.dev20250602190327.dist-info/METADATA,sha256=X8zGYExwN__xAltsIV92xryFHzq4YkZTf2wyxWy9d9M,4857
1225
- cirq_core-1.6.0.dev20250602190327.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
1226
- cirq_core-1.6.0.dev20250602190327.dist-info/top_level.txt,sha256=Sz9iOxHU0IEMLSFGwiwOCaN2e9K-jFbBbtpPN1hB73g,5
1227
- cirq_core-1.6.0.dev20250602190327.dist-info/RECORD,,
1223
+ cirq_core-1.6.0.dev20250602213742.dist-info/licenses/LICENSE,sha256=tAkwu8-AdEyGxGoSvJ2gVmQdcicWw3j1ZZueVV74M-E,11357
1224
+ cirq_core-1.6.0.dev20250602213742.dist-info/METADATA,sha256=UpU59CONNVHGNMv-fY9Itvm23KO3ATtM9IcjAbcWYso,4857
1225
+ cirq_core-1.6.0.dev20250602213742.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
1226
+ cirq_core-1.6.0.dev20250602213742.dist-info/top_level.txt,sha256=Sz9iOxHU0IEMLSFGwiwOCaN2e9K-jFbBbtpPN1hB73g,5
1227
+ cirq_core-1.6.0.dev20250602213742.dist-info/RECORD,,