pyqrack-cpu-complex128 1.69.0__py3-none-win_amd64.whl → 1.71.1__py3-none-win_amd64.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.
- pyqrack/qrack_simulator.py +2 -0
- pyqrack/qrack_system/qrack_lib/qrack_pinvoke.dll +0 -0
- pyqrack/qrack_system/qrack_system.py +3 -2
- {pyqrack_cpu_complex128-1.69.0.dist-info → pyqrack_cpu_complex128-1.71.1.dist-info}/METADATA +1 -1
- {pyqrack_cpu_complex128-1.69.0.dist-info → pyqrack_cpu_complex128-1.71.1.dist-info}/RECORD +8 -8
- {pyqrack_cpu_complex128-1.69.0.dist-info → pyqrack_cpu_complex128-1.71.1.dist-info}/LICENSE +0 -0
- {pyqrack_cpu_complex128-1.69.0.dist-info → pyqrack_cpu_complex128-1.71.1.dist-info}/WHEEL +0 -0
- {pyqrack_cpu_complex128-1.69.0.dist-info → pyqrack_cpu_complex128-1.71.1.dist-info}/top_level.txt +0 -0
pyqrack/qrack_simulator.py
CHANGED
|
@@ -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()
|
|
Binary file
|
|
@@ -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
|
|
@@ -5,17 +5,17 @@ pyqrack/qrack_ace_backend.py,sha256=rBQC9M5FnABOqGVKxtu-YhK8Uzu-CT0P5XGD5dViHzU,
|
|
|
5
5
|
pyqrack/qrack_circuit.py,sha256=QK2dtPYurdXuw-efVq7lYz40_480NxCejXhOVwBGkXs,20122
|
|
6
6
|
pyqrack/qrack_neuron.py,sha256=a3F0hduVvXZi9aXsY0du5hBFXpMq_R5UHHDOv2-YtFM,9305
|
|
7
7
|
pyqrack/qrack_neuron_torch_layer.py,sha256=OhNSldzaqLaMoNBkin68j8QWOOiuZCQJDZPgSDRI2Fk,6330
|
|
8
|
-
pyqrack/qrack_simulator.py,sha256=
|
|
8
|
+
pyqrack/qrack_simulator.py,sha256=PVQeAShMWC6XikUwSeEwgDmfcBxNp9kHx43uqSqMWIk,150528
|
|
9
9
|
pyqrack/qrack_stabilizer.py,sha256=AJe7dfFcxFKyig3tjWXw0UKhXer5Wl9QNvjNNqlOL5M,2182
|
|
10
10
|
pyqrack/quimb_circuit_type.py,sha256=iC0CCpZBGhziFC8-uBCH43Mi29uvVUrtBG6W9YBlyps,638
|
|
11
11
|
pyqrack/qrack_system/__init__.py,sha256=PUterej-xpA4BqFmiBrQCMeTQlsRf-K8Dxnwp-iVvUQ,343
|
|
12
|
-
pyqrack/qrack_system/qrack_system.py,sha256=
|
|
13
|
-
pyqrack/qrack_system/qrack_lib/qrack_pinvoke.dll,sha256=
|
|
12
|
+
pyqrack/qrack_system/qrack_system.py,sha256=qrJ9hVQ28unEvrpYh-pZZQl9E7xXPammusFjk_eJmfI,45070
|
|
13
|
+
pyqrack/qrack_system/qrack_lib/qrack_pinvoke.dll,sha256=DbefqkoN-iRFzK_JHssCc5HudDZ4VG09n01WaXAG4kk,2052096
|
|
14
14
|
pyqrack/stats/__init__.py,sha256=hI715MGW7D4mDYhUFpRI4ZLsynYDO4tN-rjsuuYbG6Q,282
|
|
15
15
|
pyqrack/stats/load_quantized_data.py,sha256=_1w9BPrZNreP0wOAyaAZHdEGKoGiI7tMeFD9P3eyJC0,1219
|
|
16
16
|
pyqrack/stats/quantize_by_range.py,sha256=0eBIqByIxa4vfm4fQGZLAMGR9y8raxde3e5rvUWJ_dQ,2326
|
|
17
|
-
pyqrack_cpu_complex128-1.
|
|
18
|
-
pyqrack_cpu_complex128-1.
|
|
19
|
-
pyqrack_cpu_complex128-1.
|
|
20
|
-
pyqrack_cpu_complex128-1.
|
|
21
|
-
pyqrack_cpu_complex128-1.
|
|
17
|
+
pyqrack_cpu_complex128-1.71.1.dist-info/LICENSE,sha256=IdAVedmFOPQtHi_XeEI9OhJwUuwlT6tCJwrT55zAn3w,1090
|
|
18
|
+
pyqrack_cpu_complex128-1.71.1.dist-info/METADATA,sha256=lSQTzQVkrWRq00N0vZwcSogGodggLyC3aLvvYFjoP2o,6112
|
|
19
|
+
pyqrack_cpu_complex128-1.71.1.dist-info/WHEEL,sha256=JMWfR_Dj7ISokcwe0cBhCfK6JKnIi-ZX11L6d_ntt6o,98
|
|
20
|
+
pyqrack_cpu_complex128-1.71.1.dist-info/top_level.txt,sha256=YE_3q9JTGRLMilNg2tGP1y7uU-Dx8PDao2OhwoIbv8E,8
|
|
21
|
+
pyqrack_cpu_complex128-1.71.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
{pyqrack_cpu_complex128-1.69.0.dist-info → pyqrack_cpu_complex128-1.71.1.dist-info}/top_level.txt
RENAMED
|
File without changes
|