cirq-core 1.5.0.dev20250106184334__py3-none-any.whl → 1.5.0.dev20250107200829__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/ops/phased_x_z_gate.py +2 -2
- {cirq_core-1.5.0.dev20250106184334.dist-info → cirq_core-1.5.0.dev20250107200829.dist-info}/METADATA +1 -1
- {cirq_core-1.5.0.dev20250106184334.dist-info → cirq_core-1.5.0.dev20250107200829.dist-info}/RECORD +8 -8
- {cirq_core-1.5.0.dev20250106184334.dist-info → cirq_core-1.5.0.dev20250107200829.dist-info}/LICENSE +0 -0
- {cirq_core-1.5.0.dev20250106184334.dist-info → cirq_core-1.5.0.dev20250107200829.dist-info}/WHEEL +0 -0
- {cirq_core-1.5.0.dev20250106184334.dist-info → cirq_core-1.5.0.dev20250107200829.dist-info}/top_level.txt +0 -0
cirq/_version.py
CHANGED
cirq/_version_test.py
CHANGED
cirq/ops/phased_x_z_gate.py
CHANGED
|
@@ -70,9 +70,9 @@ class PhasedXZGate(raw_types.Gate):
|
|
|
70
70
|
|
|
71
71
|
@classmethod
|
|
72
72
|
def from_zyz_angles(cls, z0_rad: float, y_rad: float, z1_rad: float) -> 'cirq.PhasedXZGate':
|
|
73
|
-
"""Create a PhasedXZGate from ZYZ angles.
|
|
73
|
+
r"""Create a PhasedXZGate from ZYZ angles.
|
|
74
74
|
|
|
75
|
-
The returned gate is equivalent to $Rz(
|
|
75
|
+
The returned gate is equivalent to $Rz(z0\_rad) Ry(y\_rad) Rz(z1\_rad)$ (in time order).
|
|
76
76
|
"""
|
|
77
77
|
return cls.from_zyz_exponents(z0=z0_rad / np.pi, y=y_rad / np.pi, z1=z1_rad / np.pi)
|
|
78
78
|
|
{cirq_core-1.5.0.dev20250106184334.dist-info → cirq_core-1.5.0.dev20250107200829.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.dev20250107200829
|
|
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.dev20250106184334.dist-info → cirq_core-1.5.0.dev20250107200829.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=1IzZqJ3LoFfsJFj3Rt9M3_lbHSOUPBNMgOkx6v1gmEM,1206
|
|
8
|
+
cirq/_version_test.py,sha256=zgzaU8RHGLApG0krjzBLlivJwyGBOD9vi4-P2au95VY,147
|
|
9
9
|
cirq/conftest.py,sha256=X7yLFL8GLhg2CjPw0hp5e_dGASfvHx1-QT03aUbhKJw,1168
|
|
10
10
|
cirq/json_resolver_cache.py,sha256=03MVo6Y-UYrzt9CKHmwpiBLN2ixL6uSU-OWnKZXfG7k,13302
|
|
11
11
|
cirq/py.typed,sha256=VFSlmh_lNwnaXzwY-ZuW-C2Ws5PkuDoVgBdNCs0jXJE,63
|
|
@@ -346,7 +346,7 @@ cirq/ops/phased_iswap_gate.py,sha256=j55nFjdF0r63oaT7cGw0YtosavaV24qUjC9T-8Y4Ghw
|
|
|
346
346
|
cirq/ops/phased_iswap_gate_test.py,sha256=oH3RQ8tlSD0sU5Cf3M0uR92y3M1Xd7Yk3ayOoca9Neg,6708
|
|
347
347
|
cirq/ops/phased_x_gate.py,sha256=qjlkdbj7SWMvgTJkTqEqsLe2XDgAGioA6ayanns-apg,9983
|
|
348
348
|
cirq/ops/phased_x_gate_test.py,sha256=IpY-Z-MsqtYbyIEdxWu1NqgAJF2B7nddxPc2Hxafr4s,10202
|
|
349
|
-
cirq/ops/phased_x_z_gate.py,sha256=
|
|
349
|
+
cirq/ops/phased_x_z_gate.py,sha256=L4BnAdbKlT66ZKvKGxNnRpDw6gjjxI1JTFTEVPKpOQM,11559
|
|
350
350
|
cirq/ops/phased_x_z_gate_test.py,sha256=KK5-FD5zoaqZkw7p6UKxFddzaFWoxnQnE8LpCiKtIk8,10690
|
|
351
351
|
cirq/ops/projector.py,sha256=Eftqti8lwHvzsSFMUzcC8XGaMeH6fdGUdcWprZoMfX8,5686
|
|
352
352
|
cirq/ops/projector_test.py,sha256=Wq7ddj-PV30yUXJxJoT3XIw2sIUC1AilnZ9m9N5Ejr8,9063
|
|
@@ -1189,8 +1189,8 @@ cirq/work/sampler.py,sha256=bE5tmVkcR6cZZMLETxDfHehdsYUMbx2RvBeIBetehI4,19187
|
|
|
1189
1189
|
cirq/work/sampler_test.py,sha256=hL2UWx3dz2ukZVNxWftiKVvJcQoLplLZdQm-k1QcA40,13282
|
|
1190
1190
|
cirq/work/zeros_sampler.py,sha256=x1C7cup66a43n-3tm8QjhiqJa07qcJW10FxNp9jJ59Q,2356
|
|
1191
1191
|
cirq/work/zeros_sampler_test.py,sha256=JIkpBBFPJe5Ba4142vzogyWyboG1Q1ZAm0UVGgOoZn8,3279
|
|
1192
|
-
cirq_core-1.5.0.
|
|
1193
|
-
cirq_core-1.5.0.
|
|
1194
|
-
cirq_core-1.5.0.
|
|
1195
|
-
cirq_core-1.5.0.
|
|
1196
|
-
cirq_core-1.5.0.
|
|
1192
|
+
cirq_core-1.5.0.dev20250107200829.dist-info/LICENSE,sha256=tAkwu8-AdEyGxGoSvJ2gVmQdcicWw3j1ZZueVV74M-E,11357
|
|
1193
|
+
cirq_core-1.5.0.dev20250107200829.dist-info/METADATA,sha256=VzVrY8j_ZQHx2jXuVVV3R_-kK96AmwzSyVdpzxeciP8,1992
|
|
1194
|
+
cirq_core-1.5.0.dev20250107200829.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
|
1195
|
+
cirq_core-1.5.0.dev20250107200829.dist-info/top_level.txt,sha256=Sz9iOxHU0IEMLSFGwiwOCaN2e9K-jFbBbtpPN1hB73g,5
|
|
1196
|
+
cirq_core-1.5.0.dev20250107200829.dist-info/RECORD,,
|
{cirq_core-1.5.0.dev20250106184334.dist-info → cirq_core-1.5.0.dev20250107200829.dist-info}/LICENSE
RENAMED
|
File without changes
|
{cirq_core-1.5.0.dev20250106184334.dist-info → cirq_core-1.5.0.dev20250107200829.dist-info}/WHEEL
RENAMED
|
File without changes
|
|
File without changes
|