cirq-core 1.5.0.dev20240701205135__py3-none-any.whl → 1.5.0.dev20240703215652__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/target_gatesets/compilation_target_gateset.py +1 -1
- {cirq_core-1.5.0.dev20240701205135.dist-info → cirq_core-1.5.0.dev20240703215652.dist-info}/METADATA +1 -1
- {cirq_core-1.5.0.dev20240701205135.dist-info → cirq_core-1.5.0.dev20240703215652.dist-info}/RECORD +8 -8
- {cirq_core-1.5.0.dev20240701205135.dist-info → cirq_core-1.5.0.dev20240703215652.dist-info}/LICENSE +0 -0
- {cirq_core-1.5.0.dev20240701205135.dist-info → cirq_core-1.5.0.dev20240703215652.dist-info}/WHEEL +0 -0
- {cirq_core-1.5.0.dev20240701205135.dist-info → cirq_core-1.5.0.dev20240703215652.dist-info}/top_level.txt +0 -0
cirq/_version.py
CHANGED
cirq/_version_test.py
CHANGED
|
@@ -76,7 +76,7 @@ def create_transformer_with_kwargs(transformer: 'cirq.TRANSFORMER', **kwargs) ->
|
|
|
76
76
|
class CompilationTargetGateset(ops.Gateset, metaclass=abc.ABCMeta):
|
|
77
77
|
"""Abstract base class to create gatesets that can be used as targets for compilation.
|
|
78
78
|
|
|
79
|
-
An instance of this type can be passed to transformers like `cirq.
|
|
79
|
+
An instance of this type can be passed to transformers like `cirq.optimize_for_target_gateset`,
|
|
80
80
|
which can transform any given circuit to contain gates accepted by this gateset.
|
|
81
81
|
"""
|
|
82
82
|
|
{cirq_core-1.5.0.dev20240701205135.dist-info → cirq_core-1.5.0.dev20240703215652.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.dev20240703215652
|
|
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.dev20240701205135.dist-info → cirq_core-1.5.0.dev20240703215652.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=3_Sg3uzfaOMgG4mv6g4f4SmHc-QPmxmWQIua8U1iYtk,1206
|
|
8
|
+
cirq/_version_test.py,sha256=mSjfxLVKVW7U6XVjlcfXqkvjbv2PqlztLLqA6oVn3yk,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
|
|
@@ -1109,7 +1109,7 @@ cirq/transformers/routing/route_circuit_cqc_test.py,sha256=gKGIBwftHR6CkUGdZ5z8t
|
|
|
1109
1109
|
cirq/transformers/routing/visualize_routed_circuit.py,sha256=cKYvswXnNIQJ0Okketzkpy9Tw0Z_Y2DaG4cJmK9ouHY,2917
|
|
1110
1110
|
cirq/transformers/routing/visualize_routed_circuit_test.py,sha256=L3IJ0UdyVg8cBIULjG5kcjWoTmKee9Sr_MHkyJwcopA,4140
|
|
1111
1111
|
cirq/transformers/target_gatesets/__init__.py,sha256=Sy572ZdTcImWcFinPq53rwf1Yxm9S3tpp4mjSCx-_T8,991
|
|
1112
|
-
cirq/transformers/target_gatesets/compilation_target_gateset.py,sha256
|
|
1112
|
+
cirq/transformers/target_gatesets/compilation_target_gateset.py,sha256=-dqUX5nRU70ceM5jfDmadVYd8bAhqN3bxM7ZHMRRmnM,13537
|
|
1113
1113
|
cirq/transformers/target_gatesets/compilation_target_gateset_test.py,sha256=_M8R9n8vklqlCHesokcNINDGTTLx22TIa4tVLQNswoE,9482
|
|
1114
1114
|
cirq/transformers/target_gatesets/cz_gateset.py,sha256=5YJVD0uyb6w848_x8Qg5nLYMKyylyWmgDBNtm725oAU,4750
|
|
1115
1115
|
cirq/transformers/target_gatesets/cz_gateset_test.py,sha256=M5rhQPt2XGrX26cvyknTIFGLBqa2jPgg4D0z8rhFogU,10584
|
|
@@ -1175,8 +1175,8 @@ cirq/work/sampler.py,sha256=JEAeQQRF3bqlO9AkOf4XbrTATDI5f5JgyM_FAUCNxao,19751
|
|
|
1175
1175
|
cirq/work/sampler_test.py,sha256=B2ZsuqGT854gQtBIAh8k0LiG9Vj5wSzcGvkxOUoTcW4,13217
|
|
1176
1176
|
cirq/work/zeros_sampler.py,sha256=x1C7cup66a43n-3tm8QjhiqJa07qcJW10FxNp9jJ59Q,2356
|
|
1177
1177
|
cirq/work/zeros_sampler_test.py,sha256=JIkpBBFPJe5Ba4142vzogyWyboG1Q1ZAm0UVGgOoZn8,3279
|
|
1178
|
-
cirq_core-1.5.0.
|
|
1179
|
-
cirq_core-1.5.0.
|
|
1180
|
-
cirq_core-1.5.0.
|
|
1181
|
-
cirq_core-1.5.0.
|
|
1182
|
-
cirq_core-1.5.0.
|
|
1178
|
+
cirq_core-1.5.0.dev20240703215652.dist-info/LICENSE,sha256=tAkwu8-AdEyGxGoSvJ2gVmQdcicWw3j1ZZueVV74M-E,11357
|
|
1179
|
+
cirq_core-1.5.0.dev20240703215652.dist-info/METADATA,sha256=P59m_cyl4kh6I1druK4i0HC1Mw4BwyITZcPin2G-zLY,2007
|
|
1180
|
+
cirq_core-1.5.0.dev20240703215652.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
|
1181
|
+
cirq_core-1.5.0.dev20240703215652.dist-info/top_level.txt,sha256=Sz9iOxHU0IEMLSFGwiwOCaN2e9K-jFbBbtpPN1hB73g,5
|
|
1182
|
+
cirq_core-1.5.0.dev20240703215652.dist-info/RECORD,,
|
{cirq_core-1.5.0.dev20240701205135.dist-info → cirq_core-1.5.0.dev20240703215652.dist-info}/LICENSE
RENAMED
|
File without changes
|
{cirq_core-1.5.0.dev20240701205135.dist-info → cirq_core-1.5.0.dev20240703215652.dist-info}/WHEEL
RENAMED
|
File without changes
|
|
File without changes
|