cirq-core 1.5.0.dev20240731182427__py3-none-any.whl → 1.5.0.dev20240801022319__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/work/collector.py +1 -1
- {cirq_core-1.5.0.dev20240731182427.dist-info → cirq_core-1.5.0.dev20240801022319.dist-info}/METADATA +1 -1
- {cirq_core-1.5.0.dev20240731182427.dist-info → cirq_core-1.5.0.dev20240801022319.dist-info}/RECORD +8 -8
- {cirq_core-1.5.0.dev20240731182427.dist-info → cirq_core-1.5.0.dev20240801022319.dist-info}/LICENSE +0 -0
- {cirq_core-1.5.0.dev20240731182427.dist-info → cirq_core-1.5.0.dev20240801022319.dist-info}/WHEEL +0 -0
- {cirq_core-1.5.0.dev20240731182427.dist-info → cirq_core-1.5.0.dev20240801022319.dist-info}/top_level.txt +0 -0
cirq/_version.py
CHANGED
cirq/_version_test.py
CHANGED
cirq/work/collector.py
CHANGED
|
@@ -171,7 +171,7 @@ class Collector(metaclass=abc.ABCMeta):
|
|
|
171
171
|
job_error = None
|
|
172
172
|
running_jobs = 0
|
|
173
173
|
queued_jobs: List[CircuitSampleJob] = []
|
|
174
|
-
remaining_samples = np.
|
|
174
|
+
remaining_samples = np.inf if max_total_samples is None else max_total_samples
|
|
175
175
|
|
|
176
176
|
async def run_job(job):
|
|
177
177
|
nonlocal job_error
|
{cirq_core-1.5.0.dev20240731182427.dist-info → cirq_core-1.5.0.dev20240801022319.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.dev20240801022319
|
|
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.dev20240731182427.dist-info → cirq_core-1.5.0.dev20240801022319.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=uW7u0u-ZtbhIgg6TvP1rqzOXej1p_ATFQtFmmhYdLOQ,1206
|
|
8
|
+
cirq/_version_test.py,sha256=ZFgxHzADKmiAsHaZe8Puu80Q-eJhw8Fzc47I8Hru_10,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
|
|
@@ -1163,7 +1163,7 @@ cirq/vis/state_histogram_test.py,sha256=KzxDJedwE-KZR-K_TZlMh01DroSnZPArZPOo4CBE
|
|
|
1163
1163
|
cirq/vis/vis_utils.py,sha256=CsNHb9vMBF9UjxZ2k5XqMESbATOx0FXhWAwxFbq-9pQ,1239
|
|
1164
1164
|
cirq/vis/vis_utils_test.py,sha256=-aiL5WmhPDs_5BF2lDol1koD4JuHTiYxLK2ofyWrbCU,939
|
|
1165
1165
|
cirq/work/__init__.py,sha256=wY4w2J9iPehTWTyETX9YDQG69D-oc1BvHoC0mz8PiI8,1381
|
|
1166
|
-
cirq/work/collector.py,sha256=
|
|
1166
|
+
cirq/work/collector.py,sha256=2C1rRAEQqyrGxNMsDl5PiumEGMFxr0eXlNoEMtpwJhE,7844
|
|
1167
1167
|
cirq/work/collector_test.py,sha256=MirBDZ584HMZ3nJRUOSSQZcAyLR6sKc124GTQqPkunc,4885
|
|
1168
1168
|
cirq/work/observable_grouping.py,sha256=-FVJPuB-sDqoNQtiMxuO_TKhy-5uvMeRzfeWMfbxoT4,3492
|
|
1169
1169
|
cirq/work/observable_grouping_test.py,sha256=lVLLhQlwpAuBPUEkfCg7cTS_AhtuojLbvy288XX3Rn0,5811
|
|
@@ -1181,8 +1181,8 @@ cirq/work/sampler.py,sha256=JEAeQQRF3bqlO9AkOf4XbrTATDI5f5JgyM_FAUCNxao,19751
|
|
|
1181
1181
|
cirq/work/sampler_test.py,sha256=B2ZsuqGT854gQtBIAh8k0LiG9Vj5wSzcGvkxOUoTcW4,13217
|
|
1182
1182
|
cirq/work/zeros_sampler.py,sha256=x1C7cup66a43n-3tm8QjhiqJa07qcJW10FxNp9jJ59Q,2356
|
|
1183
1183
|
cirq/work/zeros_sampler_test.py,sha256=JIkpBBFPJe5Ba4142vzogyWyboG1Q1ZAm0UVGgOoZn8,3279
|
|
1184
|
-
cirq_core-1.5.0.
|
|
1185
|
-
cirq_core-1.5.0.
|
|
1186
|
-
cirq_core-1.5.0.
|
|
1187
|
-
cirq_core-1.5.0.
|
|
1188
|
-
cirq_core-1.5.0.
|
|
1184
|
+
cirq_core-1.5.0.dev20240801022319.dist-info/LICENSE,sha256=tAkwu8-AdEyGxGoSvJ2gVmQdcicWw3j1ZZueVV74M-E,11357
|
|
1185
|
+
cirq_core-1.5.0.dev20240801022319.dist-info/METADATA,sha256=YnTuAZtIn215o_FFr3r7sqZFCRaiwbGcOLBpHwGxBjw,2007
|
|
1186
|
+
cirq_core-1.5.0.dev20240801022319.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
|
1187
|
+
cirq_core-1.5.0.dev20240801022319.dist-info/top_level.txt,sha256=Sz9iOxHU0IEMLSFGwiwOCaN2e9K-jFbBbtpPN1hB73g,5
|
|
1188
|
+
cirq_core-1.5.0.dev20240801022319.dist-info/RECORD,,
|
{cirq_core-1.5.0.dev20240731182427.dist-info → cirq_core-1.5.0.dev20240801022319.dist-info}/LICENSE
RENAMED
|
File without changes
|
{cirq_core-1.5.0.dev20240731182427.dist-info → cirq_core-1.5.0.dev20240801022319.dist-info}/WHEEL
RENAMED
|
File without changes
|
|
File without changes
|