stimcirq 1.15.dev1733420295__tar.gz → 1.15.dev1737498006__tar.gz

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.
Files changed (32) hide show
  1. {stimcirq-1.15.dev1733420295 → stimcirq-1.15.dev1737498006}/PKG-INFO +11 -2
  2. {stimcirq-1.15.dev1733420295 → stimcirq-1.15.dev1737498006}/setup.py +1 -1
  3. {stimcirq-1.15.dev1733420295 → stimcirq-1.15.dev1737498006}/stimcirq/__init__.py +1 -1
  4. {stimcirq-1.15.dev1733420295 → stimcirq-1.15.dev1737498006}/stimcirq.egg-info/PKG-INFO +11 -2
  5. {stimcirq-1.15.dev1733420295 → stimcirq-1.15.dev1737498006}/README.md +0 -0
  6. {stimcirq-1.15.dev1733420295 → stimcirq-1.15.dev1737498006}/setup.cfg +0 -0
  7. {stimcirq-1.15.dev1733420295 → stimcirq-1.15.dev1737498006}/stimcirq/_cirq_to_stim.py +0 -0
  8. {stimcirq-1.15.dev1733420295 → stimcirq-1.15.dev1737498006}/stimcirq/_cirq_to_stim_test.py +0 -0
  9. {stimcirq-1.15.dev1733420295 → stimcirq-1.15.dev1737498006}/stimcirq/_cx_swap_gate.py +0 -0
  10. {stimcirq-1.15.dev1733420295 → stimcirq-1.15.dev1737498006}/stimcirq/_cx_swap_test.py +0 -0
  11. {stimcirq-1.15.dev1733420295 → stimcirq-1.15.dev1737498006}/stimcirq/_cz_swap_gate.py +0 -0
  12. {stimcirq-1.15.dev1733420295 → stimcirq-1.15.dev1737498006}/stimcirq/_cz_swap_test.py +0 -0
  13. {stimcirq-1.15.dev1733420295 → stimcirq-1.15.dev1737498006}/stimcirq/_det_annotation.py +0 -0
  14. {stimcirq-1.15.dev1733420295 → stimcirq-1.15.dev1737498006}/stimcirq/_det_annotation_test.py +0 -0
  15. {stimcirq-1.15.dev1733420295 → stimcirq-1.15.dev1737498006}/stimcirq/_measure_and_or_reset_gate.py +0 -0
  16. {stimcirq-1.15.dev1733420295 → stimcirq-1.15.dev1737498006}/stimcirq/_measure_and_or_reset_gate_test.py +0 -0
  17. {stimcirq-1.15.dev1733420295 → stimcirq-1.15.dev1737498006}/stimcirq/_obs_annotation.py +0 -0
  18. {stimcirq-1.15.dev1733420295 → stimcirq-1.15.dev1737498006}/stimcirq/_obs_annotation_test.py +0 -0
  19. {stimcirq-1.15.dev1733420295 → stimcirq-1.15.dev1737498006}/stimcirq/_shift_coords_annotation.py +0 -0
  20. {stimcirq-1.15.dev1733420295 → stimcirq-1.15.dev1737498006}/stimcirq/_shift_coords_annotation_test.py +0 -0
  21. {stimcirq-1.15.dev1733420295 → stimcirq-1.15.dev1737498006}/stimcirq/_stim_sampler.py +0 -0
  22. {stimcirq-1.15.dev1733420295 → stimcirq-1.15.dev1737498006}/stimcirq/_stim_sampler_test.py +0 -0
  23. {stimcirq-1.15.dev1733420295 → stimcirq-1.15.dev1737498006}/stimcirq/_stim_to_cirq.py +0 -0
  24. {stimcirq-1.15.dev1733420295 → stimcirq-1.15.dev1737498006}/stimcirq/_stim_to_cirq_test.py +0 -0
  25. {stimcirq-1.15.dev1733420295 → stimcirq-1.15.dev1737498006}/stimcirq/_sweep_pauli.py +0 -0
  26. {stimcirq-1.15.dev1733420295 → stimcirq-1.15.dev1737498006}/stimcirq/_sweep_pauli_test.py +0 -0
  27. {stimcirq-1.15.dev1733420295 → stimcirq-1.15.dev1737498006}/stimcirq/_two_qubit_asymmetric_depolarize.py +0 -0
  28. {stimcirq-1.15.dev1733420295 → stimcirq-1.15.dev1737498006}/stimcirq/_two_qubit_asymmetric_depolarize_test.py +0 -0
  29. {stimcirq-1.15.dev1733420295 → stimcirq-1.15.dev1737498006}/stimcirq.egg-info/SOURCES.txt +0 -0
  30. {stimcirq-1.15.dev1733420295 → stimcirq-1.15.dev1737498006}/stimcirq.egg-info/dependency_links.txt +0 -0
  31. {stimcirq-1.15.dev1733420295 → stimcirq-1.15.dev1737498006}/stimcirq.egg-info/requires.txt +0 -0
  32. {stimcirq-1.15.dev1733420295 → stimcirq-1.15.dev1737498006}/stimcirq.egg-info/top_level.txt +0 -0
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.2
2
2
  Name: stimcirq
3
- Version: 1.15.dev1733420295
3
+ Version: 1.15.dev1737498006
4
4
  Summary: Implements a cirq.Sampler backed by stim.
5
5
  Home-page: https://github.com/quantumlib/stim
6
6
  Author: Craig Gidney
@@ -10,6 +10,15 @@ Requires-Python: >=3.6.0
10
10
  Description-Content-Type: text/markdown
11
11
  Requires-Dist: stim
12
12
  Requires-Dist: cirq-core
13
+ Dynamic: author
14
+ Dynamic: author-email
15
+ Dynamic: description
16
+ Dynamic: description-content-type
17
+ Dynamic: home-page
18
+ Dynamic: license
19
+ Dynamic: requires-dist
20
+ Dynamic: requires-python
21
+ Dynamic: summary
13
22
 
14
23
  # stimcirq
15
24
 
@@ -17,7 +17,7 @@ from setuptools import setup
17
17
  with open('README.md', encoding='UTF-8') as f:
18
18
  long_description = f.read()
19
19
 
20
- __version__ = '1.15.dev1733420295'
20
+ __version__ = '1.15.dev1737498006'
21
21
 
22
22
  setup(
23
23
  name='stimcirq',
@@ -1,4 +1,4 @@
1
- __version__ = '1.15.dev1733420295'
1
+ __version__ = '1.15.dev1737498006'
2
2
  from ._cirq_to_stim import cirq_circuit_to_stim_circuit
3
3
  from ._cx_swap_gate import CXSwapGate
4
4
  from ._cz_swap_gate import CZSwapGate
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.2
2
2
  Name: stimcirq
3
- Version: 1.15.dev1733420295
3
+ Version: 1.15.dev1737498006
4
4
  Summary: Implements a cirq.Sampler backed by stim.
5
5
  Home-page: https://github.com/quantumlib/stim
6
6
  Author: Craig Gidney
@@ -10,6 +10,15 @@ Requires-Python: >=3.6.0
10
10
  Description-Content-Type: text/markdown
11
11
  Requires-Dist: stim
12
12
  Requires-Dist: cirq-core
13
+ Dynamic: author
14
+ Dynamic: author-email
15
+ Dynamic: description
16
+ Dynamic: description-content-type
17
+ Dynamic: home-page
18
+ Dynamic: license
19
+ Dynamic: requires-dist
20
+ Dynamic: requires-python
21
+ Dynamic: summary
13
22
 
14
23
  # stimcirq
15
24