cirq-core 1.5.0.dev20250407210732__py3-none-any.whl → 1.5.0.dev20250408055017__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, 10, 0): # pragma: no cover
28
28
  'of cirq (e.g. "python -m pip install cirq==1.1.*")'
29
29
  )
30
30
 
31
- __version__ = "1.5.0.dev20250407210732"
31
+ __version__ = "1.5.0.dev20250408055017"
cirq/_version_test.py CHANGED
@@ -3,4 +3,4 @@ import cirq
3
3
 
4
4
 
5
5
  def test_version():
6
- assert cirq.__version__ == "1.5.0.dev20250407210732"
6
+ assert cirq.__version__ == "1.5.0.dev20250408055017"
@@ -138,7 +138,7 @@ def benchmark_2q_xeb_fidelities(
138
138
  else:
139
139
  groupby_names = ['cycle_depth']
140
140
 
141
- return df.groupby(groupby_names).apply(per_cycle_depth).reset_index()
141
+ return df.groupby(groupby_names).apply(per_cycle_depth, include_groups=False).reset_index()
142
142
 
143
143
 
144
144
  class XEBCharacterizationOptions(ABC):
@@ -702,7 +702,7 @@ def fit_exponential_decays(fidelities_df: pd.DataFrame) -> pd.DataFrame:
702
702
  groupby = ['layer_i', 'pair_i', 'pair']
703
703
  else:
704
704
  groupby = ['pair']
705
- return fidelities_df.groupby(groupby).apply(_per_pair)
705
+ return fidelities_df.groupby(groupby).apply(_per_pair, include_groups=False)
706
706
 
707
707
 
708
708
  def before_and_after_characterization(
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: cirq-core
3
- Version: 1.5.0.dev20250407210732
3
+ Version: 1.5.0.dev20250408055017
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=0m3sYIyxRNv9jvAo6rzJ-cnbpny3KGnAByrbU7bApgQ,34720
4
4
  cirq/_doc.py,sha256=yDyWUD_2JDS0gShfGRb-rdqRt9-WeL7DhkqX7np0Nko,2879
5
5
  cirq/_import.py,sha256=cfocxtT1BJ4HkfZ-VO8YyIhPP-xfqHDkLrzz6eeO5U0,8421
6
6
  cirq/_import_test.py,sha256=6K_v0riZJXOXUphHNkGA8MY-JcmGlezFaGmvrNhm3OQ,1015
7
- cirq/_version.py,sha256=XNJPC2YqEByjqq7QB_SY0Biz1p6Vz68JiL_vG-Ii0xw,1206
8
- cirq/_version_test.py,sha256=RLpRiRXwv5_4NRx-ObmveVFG10t-vOFIJO5XFgmigFE,147
7
+ cirq/_version.py,sha256=Wvpa1Cmms0k4CxQ9KRHF0qqGHS3HOPmmo1wKENhnft0,1206
8
+ cirq/_version_test.py,sha256=liUIyzAbnrP19q0m5Pnft7zJ5H1EXssK06NDe5zvycM,147
9
9
  cirq/conftest.py,sha256=X7yLFL8GLhg2CjPw0hp5e_dGASfvHx1-QT03aUbhKJw,1168
10
10
  cirq/json_resolver_cache.py,sha256=YVamU72nCUT5dG0bhAvRKVX5lXcZMNTwP3H36v-cYag,13615
11
11
  cirq/py.typed,sha256=VFSlmh_lNwnaXzwY-ZuW-C2Ws5PkuDoVgBdNCs0jXJE,63
@@ -201,7 +201,7 @@ cirq/experiments/t2_decay_experiment.py,sha256=JhIPsoPRV0g3j1wkDh61MkqBFJNDwjhaZ
201
201
  cirq/experiments/t2_decay_experiment_test.py,sha256=dJhtdqgH2majCQ-sstyjog75wkzkzHrHVsQrGpuYXfE,15030
202
202
  cirq/experiments/two_qubit_xeb.py,sha256=vGKpfF_1141hjMRExqEtL7_2WyEHNqwbaw3W10ZXwiI,22764
203
203
  cirq/experiments/two_qubit_xeb_test.py,sha256=UnTmDbs02mjWZXOm_Yveun1G_pop9_w0rvYf6swv8wQ,10680
204
- cirq/experiments/xeb_fitting.py,sha256=ZWz6gUVPljf3zc7LNGYu6frbYIInux1_pgrxRZvi7eE,30365
204
+ cirq/experiments/xeb_fitting.py,sha256=iQq40iBHri5Ks2OTED5q3nOlRtFanGnGlV6ABo1Da40,30409
205
205
  cirq/experiments/xeb_fitting_test.py,sha256=q4d-6dPnnN_E9Qw9laip-opsfhdftJuY3QZfEh_u7Wo,15483
206
206
  cirq/experiments/xeb_sampling.py,sha256=1Js9QfJXZyz79VBqVEAYwCyuz5-McVQeDDbjvdqxX1s,14987
207
207
  cirq/experiments/xeb_sampling_test.py,sha256=0XkQGvcURsug3IblE_wZrHVDoOQV3WuQilrqCJbDHjI,6784
@@ -1209,8 +1209,8 @@ cirq/work/sampler.py,sha256=sW0RhIelGABAKbqTM58shwyyCPgf86JIv9IGdJe__js,19186
1209
1209
  cirq/work/sampler_test.py,sha256=mdk1J-WrvbPUYhY41VhWf9_te4DnXr_XMPcugWwc4-I,13281
1210
1210
  cirq/work/zeros_sampler.py,sha256=8_Ne6dBkDANtTZuql7Eb0Qg_E_P3-_gu-ybFzxTbKAQ,2356
1211
1211
  cirq/work/zeros_sampler_test.py,sha256=JIkpBBFPJe5Ba4142vzogyWyboG1Q1ZAm0UVGgOoZn8,3279
1212
- cirq_core-1.5.0.dev20250407210732.dist-info/LICENSE,sha256=tAkwu8-AdEyGxGoSvJ2gVmQdcicWw3j1ZZueVV74M-E,11357
1213
- cirq_core-1.5.0.dev20250407210732.dist-info/METADATA,sha256=sro4XuCo8p2N2qcMWQCqv2nEy8DaboIXqxZGtyTBk3M,4584
1214
- cirq_core-1.5.0.dev20250407210732.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
1215
- cirq_core-1.5.0.dev20250407210732.dist-info/top_level.txt,sha256=Sz9iOxHU0IEMLSFGwiwOCaN2e9K-jFbBbtpPN1hB73g,5
1216
- cirq_core-1.5.0.dev20250407210732.dist-info/RECORD,,
1212
+ cirq_core-1.5.0.dev20250408055017.dist-info/LICENSE,sha256=tAkwu8-AdEyGxGoSvJ2gVmQdcicWw3j1ZZueVV74M-E,11357
1213
+ cirq_core-1.5.0.dev20250408055017.dist-info/METADATA,sha256=8GFrF6M7eEQLgnCYqRe4HvGJXv9ADGVkrDDVU0_XqWU,4584
1214
+ cirq_core-1.5.0.dev20250408055017.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
1215
+ cirq_core-1.5.0.dev20250408055017.dist-info/top_level.txt,sha256=Sz9iOxHU0IEMLSFGwiwOCaN2e9K-jFbBbtpPN1hB73g,5
1216
+ cirq_core-1.5.0.dev20250408055017.dist-info/RECORD,,