pyqrack-cpu-complex128 1.64.0__tar.gz → 1.64.2__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-cpu-complex128 might be problematic. Click here for more details.
- {pyqrack_cpu_complex128-1.64.0 → pyqrack_cpu_complex128-1.64.2}/Makefile +1 -1
- {pyqrack_cpu_complex128-1.64.0/pyqrack_cpu_complex128.egg-info → pyqrack_cpu_complex128-1.64.2}/PKG-INFO +2 -2
- {pyqrack_cpu_complex128-1.64.0 → pyqrack_cpu_complex128-1.64.2}/README.md +1 -1
- {pyqrack_cpu_complex128-1.64.0 → pyqrack_cpu_complex128-1.64.2}/pyqrack/qrack_ace_backend.py +0 -1
- pyqrack_cpu_complex128-1.64.2/pyqrack/qrack_system/qrack_lib/libqrack_pinvoke.so +0 -0
- pyqrack_cpu_complex128-1.64.2/pyqrack/qrack_system/qrack_lib/libqrack_pinvoke.so.9.22.1 +0 -0
- {pyqrack_cpu_complex128-1.64.0 → pyqrack_cpu_complex128-1.64.2/pyqrack_cpu_complex128.egg-info}/PKG-INFO +2 -2
- {pyqrack_cpu_complex128-1.64.0 → pyqrack_cpu_complex128-1.64.2}/pyqrack_cpu_complex128.egg-info/SOURCES.txt +1 -1
- {pyqrack_cpu_complex128-1.64.0 → pyqrack_cpu_complex128-1.64.2}/setup.py +1 -1
- pyqrack_cpu_complex128-1.64.0/pyqrack/qrack_system/qrack_lib/libqrack_pinvoke.so +0 -0
- pyqrack_cpu_complex128-1.64.0/pyqrack/qrack_system/qrack_lib/libqrack_pinvoke.so.9.22.0 +0 -0
- {pyqrack_cpu_complex128-1.64.0 → pyqrack_cpu_complex128-1.64.2}/LICENSE +0 -0
- {pyqrack_cpu_complex128-1.64.0 → pyqrack_cpu_complex128-1.64.2}/MANIFEST.in +0 -0
- {pyqrack_cpu_complex128-1.64.0 → pyqrack_cpu_complex128-1.64.2}/pyproject.toml +0 -0
- {pyqrack_cpu_complex128-1.64.0 → pyqrack_cpu_complex128-1.64.2}/pyqrack/__init__.py +0 -0
- {pyqrack_cpu_complex128-1.64.0 → pyqrack_cpu_complex128-1.64.2}/pyqrack/neuron_activation_fn.py +0 -0
- {pyqrack_cpu_complex128-1.64.0 → pyqrack_cpu_complex128-1.64.2}/pyqrack/pauli.py +0 -0
- {pyqrack_cpu_complex128-1.64.0 → pyqrack_cpu_complex128-1.64.2}/pyqrack/qrack_circuit.py +0 -0
- {pyqrack_cpu_complex128-1.64.0 → pyqrack_cpu_complex128-1.64.2}/pyqrack/qrack_neuron.py +0 -0
- {pyqrack_cpu_complex128-1.64.0 → pyqrack_cpu_complex128-1.64.2}/pyqrack/qrack_neuron_torch_layer.py +0 -0
- {pyqrack_cpu_complex128-1.64.0 → pyqrack_cpu_complex128-1.64.2}/pyqrack/qrack_simulator.py +0 -0
- {pyqrack_cpu_complex128-1.64.0 → pyqrack_cpu_complex128-1.64.2}/pyqrack/qrack_stabilizer.py +0 -0
- {pyqrack_cpu_complex128-1.64.0 → pyqrack_cpu_complex128-1.64.2}/pyqrack/qrack_system/__init__.py +0 -0
- {pyqrack_cpu_complex128-1.64.0 → pyqrack_cpu_complex128-1.64.2}/pyqrack/qrack_system/qrack_cl_precompile/qrack_cl_precompile +0 -0
- {pyqrack_cpu_complex128-1.64.0 → pyqrack_cpu_complex128-1.64.2}/pyqrack/qrack_system/qrack_system.py +0 -0
- {pyqrack_cpu_complex128-1.64.0 → pyqrack_cpu_complex128-1.64.2}/pyqrack/quimb_circuit_type.py +0 -0
- {pyqrack_cpu_complex128-1.64.0 → pyqrack_cpu_complex128-1.64.2}/pyqrack/stats/__init__.py +0 -0
- {pyqrack_cpu_complex128-1.64.0 → pyqrack_cpu_complex128-1.64.2}/pyqrack/stats/load_quantized_data.py +0 -0
- {pyqrack_cpu_complex128-1.64.0 → pyqrack_cpu_complex128-1.64.2}/pyqrack/stats/quantize_by_range.py +0 -0
- {pyqrack_cpu_complex128-1.64.0 → pyqrack_cpu_complex128-1.64.2}/pyqrack_cpu_complex128.egg-info/dependency_links.txt +0 -0
- {pyqrack_cpu_complex128-1.64.0 → pyqrack_cpu_complex128-1.64.2}/pyqrack_cpu_complex128.egg-info/not-zip-safe +0 -0
- {pyqrack_cpu_complex128-1.64.0 → pyqrack_cpu_complex128-1.64.2}/pyqrack_cpu_complex128.egg-info/requires.txt +0 -0
- {pyqrack_cpu_complex128-1.64.0 → pyqrack_cpu_complex128-1.64.2}/pyqrack_cpu_complex128.egg-info/top_level.txt +0 -0
- {pyqrack_cpu_complex128-1.64.0 → pyqrack_cpu_complex128-1.64.2}/setup.cfg +0 -0
|
@@ -18,7 +18,7 @@ help:
|
|
|
18
18
|
build-deps:
|
|
19
19
|
ifneq ($(OS),Windows_NT)
|
|
20
20
|
ifeq ($(QRACK_PRESENT),)
|
|
21
|
-
git clone https://github.com/unitaryfund/qrack.git; cd qrack; git checkout
|
|
21
|
+
git clone https://github.com/unitaryfund/qrack.git; cd qrack; git checkout 9bbd10bbadf800d7604dc73f0315e84180f3939c; cd ..
|
|
22
22
|
endif
|
|
23
23
|
mkdir -p qrack/build
|
|
24
24
|
ifeq ($(UNAME_S),Linux)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pyqrack-cpu-complex128
|
|
3
|
-
Version: 1.64.
|
|
3
|
+
Version: 1.64.2
|
|
4
4
|
Summary: pyqrack - Pure Python vm6502q/qrack Wrapper
|
|
5
5
|
Home-page: https://github.com/vm6502q/pyqrack
|
|
6
6
|
Author: Daniel Strano
|
|
@@ -52,7 +52,7 @@ Dynamic: provides-extra
|
|
|
52
52
|
Dynamic: summary
|
|
53
53
|
|
|
54
54
|
# pyqrack
|
|
55
|
-
[](https://pepy.tech/project/pyqrack-cpu) [](https://pepy.tech/project/pyqrack-cpu) [](https://pepy.tech/project/pyqrack-cpu)
|
|
55
|
+
[](https://pepy.tech/project/pyqrack-cpu-complex128) [](https://pepy.tech/project/pyqrack-cpu-complex128) [](https://pepy.tech/project/pyqrack-cpu-complex128)
|
|
56
56
|
|
|
57
57
|
Pure Python bindings for the pure C++11 Qrack quantum computer simulator library
|
|
58
58
|
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# pyqrack
|
|
2
|
-
[](https://pepy.tech/project/pyqrack-cpu) [](https://pepy.tech/project/pyqrack-cpu) [](https://pepy.tech/project/pyqrack-cpu)
|
|
2
|
+
[](https://pepy.tech/project/pyqrack-cpu-complex128) [](https://pepy.tech/project/pyqrack-cpu-complex128) [](https://pepy.tech/project/pyqrack-cpu-complex128)
|
|
3
3
|
|
|
4
4
|
Pure Python bindings for the pure C++11 Qrack quantum computer simulator library
|
|
5
5
|
|
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pyqrack-cpu-complex128
|
|
3
|
-
Version: 1.64.
|
|
3
|
+
Version: 1.64.2
|
|
4
4
|
Summary: pyqrack - Pure Python vm6502q/qrack Wrapper
|
|
5
5
|
Home-page: https://github.com/vm6502q/pyqrack
|
|
6
6
|
Author: Daniel Strano
|
|
@@ -52,7 +52,7 @@ Dynamic: provides-extra
|
|
|
52
52
|
Dynamic: summary
|
|
53
53
|
|
|
54
54
|
# pyqrack
|
|
55
|
-
[](https://pepy.tech/project/pyqrack-cpu) [](https://pepy.tech/project/pyqrack-cpu) [](https://pepy.tech/project/pyqrack-cpu)
|
|
55
|
+
[](https://pepy.tech/project/pyqrack-cpu-complex128) [](https://pepy.tech/project/pyqrack-cpu-complex128) [](https://pepy.tech/project/pyqrack-cpu-complex128)
|
|
56
56
|
|
|
57
57
|
Pure Python bindings for the pure C++11 Qrack quantum computer simulator library
|
|
58
58
|
|
|
@@ -18,7 +18,7 @@ pyqrack/qrack_system/__init__.py
|
|
|
18
18
|
pyqrack/qrack_system/qrack_system.py
|
|
19
19
|
pyqrack/qrack_system/qrack_cl_precompile/qrack_cl_precompile
|
|
20
20
|
pyqrack/qrack_system/qrack_lib/libqrack_pinvoke.so
|
|
21
|
-
pyqrack/qrack_system/qrack_lib/libqrack_pinvoke.so.9.22.
|
|
21
|
+
pyqrack/qrack_system/qrack_lib/libqrack_pinvoke.so.9.22.1
|
|
22
22
|
pyqrack/stats/__init__.py
|
|
23
23
|
pyqrack/stats/load_quantized_data.py
|
|
24
24
|
pyqrack/stats/quantize_by_range.py
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyqrack_cpu_complex128-1.64.0 → pyqrack_cpu_complex128-1.64.2}/pyqrack/neuron_activation_fn.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyqrack_cpu_complex128-1.64.0 → pyqrack_cpu_complex128-1.64.2}/pyqrack/qrack_neuron_torch_layer.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pyqrack_cpu_complex128-1.64.0 → pyqrack_cpu_complex128-1.64.2}/pyqrack/qrack_system/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{pyqrack_cpu_complex128-1.64.0 → pyqrack_cpu_complex128-1.64.2}/pyqrack/qrack_system/qrack_system.py
RENAMED
|
File without changes
|
{pyqrack_cpu_complex128-1.64.0 → pyqrack_cpu_complex128-1.64.2}/pyqrack/quimb_circuit_type.py
RENAMED
|
File without changes
|
|
File without changes
|
{pyqrack_cpu_complex128-1.64.0 → pyqrack_cpu_complex128-1.64.2}/pyqrack/stats/load_quantized_data.py
RENAMED
|
File without changes
|
{pyqrack_cpu_complex128-1.64.0 → pyqrack_cpu_complex128-1.64.2}/pyqrack/stats/quantize_by_range.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|