cirq-core 1.5.0.dev20250318031515__py3-none-any.whl → 1.5.0.dev20250318182307__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.
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.dev20250318031515"
31
+ __version__ = "1.5.0.dev20250318182307"
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.dev20250318031515"
6
+ assert cirq.__version__ == "1.5.0.dev20250318182307"
cirq/circuits/circuit.py CHANGED
@@ -1867,7 +1867,7 @@ class Circuit(AbstractCircuit):
1867
1867
  from cirq.circuits.frozen_circuit import FrozenCircuit
1868
1868
 
1869
1869
  if self._frozen is None:
1870
- self._frozen = FrozenCircuit.from_moments(*self._moments)
1870
+ self._frozen = FrozenCircuit._from_moments(self._moments)
1871
1871
  return self._frozen
1872
1872
 
1873
1873
  def unfreeze(self, copy: bool = True) -> 'cirq.Circuit':
@@ -84,7 +84,7 @@ class FrozenCircuit(AbstractCircuit, protocols.SerializableByKey):
84
84
  return self
85
85
 
86
86
  def unfreeze(self, copy: bool = True) -> 'cirq.Circuit':
87
- return Circuit.from_moments(*self)
87
+ return Circuit._from_moments(self._moments)
88
88
 
89
89
  @property
90
90
  def tags(self) -> Tuple[Hashable, ...]:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: cirq-core
3
- Version: 1.5.0.dev20250318031515
3
+ Version: 1.5.0.dev20250318182307
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=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=1rDc_Ds5yDVJYk5-ThsuTbQEIRp3wO2VfuiPYOckCxU,1206
8
- cirq/_version_test.py,sha256=oaX9pelu0JTLxk6lLoc9nf4q9MwE26XTKFka7yffd4I,147
7
+ cirq/_version.py,sha256=jqR_UlMn37XPgvkHxqLr9iYXnFxSOY1CvXOanBToN2o,1206
8
+ cirq/_version_test.py,sha256=X5Gbaw_4rF1WI91A0oy9Su8tJExSJsh933io1YnB_pk,147
9
9
  cirq/conftest.py,sha256=X7yLFL8GLhg2CjPw0hp5e_dGASfvHx1-QT03aUbhKJw,1168
10
10
  cirq/json_resolver_cache.py,sha256=p-vEOa-8GQ2cFIAdze-kd6C1un1uRvtujVPljVKaHBg,13557
11
11
  cirq/py.typed,sha256=VFSlmh_lNwnaXzwY-ZuW-C2Ws5PkuDoVgBdNCs0jXJE,63
@@ -16,11 +16,11 @@ cirq/circuits/_box_drawing_character_data.py,sha256=QLoCXwcLL7091RdxEKO259goxt4R
16
16
  cirq/circuits/_box_drawing_character_data_test.py,sha256=XO94z0piwZRHaNZHTf-5tKHQ4MKcDruMeRIKdT8GbYA,1624
17
17
  cirq/circuits/_bucket_priority_queue.py,sha256=hxFuii2fKD8G6EKT_aVLEsA7FmSfqFXPwIbA0KsoSC4,6745
18
18
  cirq/circuits/_bucket_priority_queue_test.py,sha256=t6u_hG7K2e2WKWrgCsKxNRtp4ghKwiCrp0_WSY0W25k,5288
19
- cirq/circuits/circuit.py,sha256=xpRLGDg2jpMpJC4GHJe3drP2s9y1OdXnsPxGPf1YQlM,119444
19
+ cirq/circuits/circuit.py,sha256=Xv8Q_0jKUqoIhEIc9RKTaMajfxGAguwx2lkAqhj9w6c,119444
20
20
  cirq/circuits/circuit_operation.py,sha256=ebI2KBvQLcBYgjQXKO6y6jB2EDLgwtxdZBRs3hSYaLM,36438
21
21
  cirq/circuits/circuit_operation_test.py,sha256=SFyM12Ky7-OVwl-jK3OTMMN0DD5hR6tWfx_v7m6HUMo,48866
22
22
  cirq/circuits/circuit_test.py,sha256=AN81b3nvLGOshSaBIDt4-7lghr1MmFtdTa2XePUll6I,163314
23
- cirq/circuits/frozen_circuit.py,sha256=qSbLHqIszCbVipNZQy4N829v_mWf8N2926cYRzpxGqE,9243
23
+ cirq/circuits/frozen_circuit.py,sha256=1TO4PI43IsZ23kl6eC9wZ7PXxZhDtDqdK9FOdNlAwQo,9252
24
24
  cirq/circuits/frozen_circuit_test.py,sha256=rHyii8hLhOQ6jdA8dC1OcYPGnyeBC4uY5Q53XspkkCk,4133
25
25
  cirq/circuits/insert_strategy.py,sha256=JU_KPe74P3OpbVQei5iDPgEpOjpts5JFKXU5Xy1QYHE,3211
26
26
  cirq/circuits/insert_strategy_test.py,sha256=LVtUECfTe59tYO2piuD1kCA6lhI7ioerF7tp2cQ3bnk,1136
@@ -1204,8 +1204,8 @@ cirq/work/sampler.py,sha256=bE5tmVkcR6cZZMLETxDfHehdsYUMbx2RvBeIBetehI4,19187
1204
1204
  cirq/work/sampler_test.py,sha256=hL2UWx3dz2ukZVNxWftiKVvJcQoLplLZdQm-k1QcA40,13282
1205
1205
  cirq/work/zeros_sampler.py,sha256=x1C7cup66a43n-3tm8QjhiqJa07qcJW10FxNp9jJ59Q,2356
1206
1206
  cirq/work/zeros_sampler_test.py,sha256=JIkpBBFPJe5Ba4142vzogyWyboG1Q1ZAm0UVGgOoZn8,3279
1207
- cirq_core-1.5.0.dev20250318031515.dist-info/LICENSE,sha256=tAkwu8-AdEyGxGoSvJ2gVmQdcicWw3j1ZZueVV74M-E,11357
1208
- cirq_core-1.5.0.dev20250318031515.dist-info/METADATA,sha256=KEJD-shPtgKuKrVh-T1d_I_3lnC-HFnpKRerqnnseBo,4817
1209
- cirq_core-1.5.0.dev20250318031515.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
1210
- cirq_core-1.5.0.dev20250318031515.dist-info/top_level.txt,sha256=Sz9iOxHU0IEMLSFGwiwOCaN2e9K-jFbBbtpPN1hB73g,5
1211
- cirq_core-1.5.0.dev20250318031515.dist-info/RECORD,,
1207
+ cirq_core-1.5.0.dev20250318182307.dist-info/LICENSE,sha256=tAkwu8-AdEyGxGoSvJ2gVmQdcicWw3j1ZZueVV74M-E,11357
1208
+ cirq_core-1.5.0.dev20250318182307.dist-info/METADATA,sha256=T3ChvtxoOLG1r0xaBddWMx_D0-NCBl2mpNY7ZKmD9c4,4817
1209
+ cirq_core-1.5.0.dev20250318182307.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
1210
+ cirq_core-1.5.0.dev20250318182307.dist-info/top_level.txt,sha256=Sz9iOxHU0IEMLSFGwiwOCaN2e9K-jFbBbtpPN1hB73g,5
1211
+ cirq_core-1.5.0.dev20250318182307.dist-info/RECORD,,