pyqrack-cuda-complex128 1.69.0__tar.gz → 1.72.1__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.

Potentially problematic release.


This version of pyqrack-cuda-complex128 might be problematic. Click here for more details.

Files changed (29) hide show
  1. {pyqrack_cuda_complex128-1.69.0 → pyqrack_cuda_complex128-1.72.1}/Makefile +1 -1
  2. {pyqrack_cuda_complex128-1.69.0/pyqrack_cuda_complex128.egg-info → pyqrack_cuda_complex128-1.72.1}/PKG-INFO +2 -2
  3. {pyqrack_cuda_complex128-1.69.0 → pyqrack_cuda_complex128-1.72.1}/pyqrack/qrack_simulator.py +2 -0
  4. {pyqrack_cuda_complex128-1.69.0 → pyqrack_cuda_complex128-1.72.1}/pyqrack/qrack_system/qrack_system.py +3 -2
  5. {pyqrack_cuda_complex128-1.69.0 → pyqrack_cuda_complex128-1.72.1/pyqrack_cuda_complex128.egg-info}/PKG-INFO +2 -2
  6. {pyqrack_cuda_complex128-1.69.0 → pyqrack_cuda_complex128-1.72.1}/setup.py +2 -2
  7. {pyqrack_cuda_complex128-1.69.0 → pyqrack_cuda_complex128-1.72.1}/LICENSE +0 -0
  8. {pyqrack_cuda_complex128-1.69.0 → pyqrack_cuda_complex128-1.72.1}/MANIFEST.in +0 -0
  9. {pyqrack_cuda_complex128-1.69.0 → pyqrack_cuda_complex128-1.72.1}/README.md +0 -0
  10. {pyqrack_cuda_complex128-1.69.0 → pyqrack_cuda_complex128-1.72.1}/pyproject.toml +0 -0
  11. {pyqrack_cuda_complex128-1.69.0 → pyqrack_cuda_complex128-1.72.1}/pyqrack/__init__.py +0 -0
  12. {pyqrack_cuda_complex128-1.69.0 → pyqrack_cuda_complex128-1.72.1}/pyqrack/neuron_activation_fn.py +0 -0
  13. {pyqrack_cuda_complex128-1.69.0 → pyqrack_cuda_complex128-1.72.1}/pyqrack/pauli.py +0 -0
  14. {pyqrack_cuda_complex128-1.69.0 → pyqrack_cuda_complex128-1.72.1}/pyqrack/qrack_ace_backend.py +0 -0
  15. {pyqrack_cuda_complex128-1.69.0 → pyqrack_cuda_complex128-1.72.1}/pyqrack/qrack_circuit.py +0 -0
  16. {pyqrack_cuda_complex128-1.69.0 → pyqrack_cuda_complex128-1.72.1}/pyqrack/qrack_neuron.py +0 -0
  17. {pyqrack_cuda_complex128-1.69.0 → pyqrack_cuda_complex128-1.72.1}/pyqrack/qrack_neuron_torch_layer.py +0 -0
  18. {pyqrack_cuda_complex128-1.69.0 → pyqrack_cuda_complex128-1.72.1}/pyqrack/qrack_stabilizer.py +0 -0
  19. {pyqrack_cuda_complex128-1.69.0 → pyqrack_cuda_complex128-1.72.1}/pyqrack/qrack_system/__init__.py +0 -0
  20. {pyqrack_cuda_complex128-1.69.0 → pyqrack_cuda_complex128-1.72.1}/pyqrack/quimb_circuit_type.py +0 -0
  21. {pyqrack_cuda_complex128-1.69.0 → pyqrack_cuda_complex128-1.72.1}/pyqrack/stats/__init__.py +0 -0
  22. {pyqrack_cuda_complex128-1.69.0 → pyqrack_cuda_complex128-1.72.1}/pyqrack/stats/load_quantized_data.py +0 -0
  23. {pyqrack_cuda_complex128-1.69.0 → pyqrack_cuda_complex128-1.72.1}/pyqrack/stats/quantize_by_range.py +0 -0
  24. {pyqrack_cuda_complex128-1.69.0 → pyqrack_cuda_complex128-1.72.1}/pyqrack_cuda_complex128.egg-info/SOURCES.txt +0 -0
  25. {pyqrack_cuda_complex128-1.69.0 → pyqrack_cuda_complex128-1.72.1}/pyqrack_cuda_complex128.egg-info/dependency_links.txt +0 -0
  26. {pyqrack_cuda_complex128-1.69.0 → pyqrack_cuda_complex128-1.72.1}/pyqrack_cuda_complex128.egg-info/not-zip-safe +0 -0
  27. {pyqrack_cuda_complex128-1.69.0 → pyqrack_cuda_complex128-1.72.1}/pyqrack_cuda_complex128.egg-info/requires.txt +0 -0
  28. {pyqrack_cuda_complex128-1.69.0 → pyqrack_cuda_complex128-1.72.1}/pyqrack_cuda_complex128.egg-info/top_level.txt +0 -0
  29. {pyqrack_cuda_complex128-1.69.0 → pyqrack_cuda_complex128-1.72.1}/setup.cfg +0 -0
@@ -20,7 +20,7 @@ build-deps:
20
20
  rm -rf pyqrack/qrack_system/qrack_cl_precompile
21
21
  ifneq ($(OS),Windows_NT)
22
22
  ifeq ($(QRACK_PRESENT),)
23
- git clone https://github.com/unitaryfund/qrack.git; cd qrack; git checkout b6d3ab98d5d89bfff2cc9ad7d6e7a30c231c62a9; cd ..
23
+ git clone https://github.com/unitaryfund/qrack.git; cd qrack; git checkout b4356a13c230ebba7d75fc3f45a4a7c5344a20f2; cd ..
24
24
  endif
25
25
  mkdir -p qrack/build
26
26
  ifeq ($(UNAME_S),Linux)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pyqrack-cuda-complex128
3
- Version: 1.69.0
3
+ Version: 1.72.1
4
4
  Summary: pyqrack - Pure Python vm6502q/qrack Wrapper
5
5
  Home-page: https://github.com/vm6502q/pyqrack
6
6
  Author: Daniel Strano
@@ -34,7 +34,7 @@ Classifier: Programming Language :: Python :: 3.9
34
34
  Classifier: Programming Language :: Python :: 3.10
35
35
  Classifier: Programming Language :: Python :: 3.11
36
36
  Classifier: Programming Language :: Python :: 3.12
37
- Classifier: Topic :: Scientific/Engineering
37
+ Classifier: Topic :: Scientific/Engineering :: Quantum Computing
38
38
  Description-Content-Type: text/markdown
39
39
  License-File: LICENSE
40
40
  Provides-Extra: dev
@@ -60,6 +60,7 @@ class QrackSimulator:
60
60
  isHostPointer=(
61
61
  True if os.environ.get("PYQRACK_HOST_POINTER_DEFAULT_ON") else False
62
62
  ),
63
+ isSparse=False,
63
64
  noise=0,
64
65
  pyzxCircuit=None,
65
66
  qiskitCircuit=None,
@@ -99,6 +100,7 @@ class QrackSimulator:
99
100
  isCpuGpuHybrid,
100
101
  isOpenCL,
101
102
  isHostPointer,
103
+ isSparse
102
104
  )
103
105
 
104
106
  self._throw_if_error()
@@ -111,10 +111,10 @@ class QrackSystem:
111
111
  self.qrack_lib.get_error.argtypes = [c_ulonglong]
112
112
 
113
113
  self.qrack_lib.init_count.restype = c_ulonglong
114
- self.qrack_lib.init_count.argtypes = [c_ulonglong, c_bool]
114
+ self.qrack_lib.init_count.argtypes = [c_ulonglong, c_bool, c_bool]
115
115
 
116
116
  self.qrack_lib.init_count_pager.restype = c_ulonglong
117
- self.qrack_lib.init_count_pager.argtypes = [c_ulonglong, c_bool]
117
+ self.qrack_lib.init_count_pager.argtypes = [c_ulonglong, c_bool, c_bool]
118
118
 
119
119
  self.qrack_lib.init_count_type.restype = c_ulonglong
120
120
  self.qrack_lib.init_count_type.argtypes = [
@@ -129,6 +129,7 @@ class QrackSystem:
129
129
  c_bool,
130
130
  c_bool,
131
131
  c_bool,
132
+ c_bool
132
133
  ]
133
134
 
134
135
  self.qrack_lib.init_count_stabilizer.restype = c_ulonglong
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pyqrack-cuda-complex128
3
- Version: 1.69.0
3
+ Version: 1.72.1
4
4
  Summary: pyqrack - Pure Python vm6502q/qrack Wrapper
5
5
  Home-page: https://github.com/vm6502q/pyqrack
6
6
  Author: Daniel Strano
@@ -34,7 +34,7 @@ Classifier: Programming Language :: Python :: 3.9
34
34
  Classifier: Programming Language :: Python :: 3.10
35
35
  Classifier: Programming Language :: Python :: 3.11
36
36
  Classifier: Programming Language :: Python :: 3.12
37
- Classifier: Topic :: Scientific/Engineering
37
+ Classifier: Topic :: Scientific/Engineering :: Quantum Computing
38
38
  Description-Content-Type: text/markdown
39
39
  License-File: LICENSE
40
40
  Provides-Extra: dev
@@ -7,7 +7,7 @@ from setuptools import setup
7
7
  from setuptools.command.build_py import build_py
8
8
 
9
9
 
10
- VERSION = "1.69.0"
10
+ VERSION = "1.72.1"
11
11
 
12
12
  # Read long description from README.
13
13
  README_PATH = os.path.join(os.path.abspath(os.path.dirname(__file__)), 'README.md')
@@ -64,7 +64,7 @@ setup(
64
64
  "Programming Language :: Python :: 3.10",
65
65
  "Programming Language :: Python :: 3.11",
66
66
  "Programming Language :: Python :: 3.12",
67
- "Topic :: Scientific/Engineering",
67
+ "Topic :: Scientific/Engineering :: Quantum Computing",
68
68
  ],
69
69
  keywords="pyqrack qrack simulator quantum gpu",
70
70
  install_requires=[],