pyqrack-cpu 1.32.28__tar.gz → 1.32.31__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 might be problematic. Click here for more details.
- {pyqrack_cpu-1.32.28/pyqrack_cpu.egg-info → pyqrack_cpu-1.32.31}/PKG-INFO +1 -1
- {pyqrack_cpu-1.32.28 → pyqrack_cpu-1.32.31/pyqrack_cpu.egg-info}/PKG-INFO +1 -1
- {pyqrack_cpu-1.32.28 → pyqrack_cpu-1.32.31}/setup.py +4 -4
- {pyqrack_cpu-1.32.28 → pyqrack_cpu-1.32.31}/LICENSE +0 -0
- {pyqrack_cpu-1.32.28 → pyqrack_cpu-1.32.31}/MANIFEST.in +0 -0
- {pyqrack_cpu-1.32.28 → pyqrack_cpu-1.32.31}/README.md +0 -0
- {pyqrack_cpu-1.32.28 → pyqrack_cpu-1.32.31}/pyproject.toml +0 -0
- {pyqrack_cpu-1.32.28 → pyqrack_cpu-1.32.31}/pyqrack/__init__.py +0 -0
- {pyqrack_cpu-1.32.28 → pyqrack_cpu-1.32.31}/pyqrack/neuron_activation_fn.py +0 -0
- {pyqrack_cpu-1.32.28 → pyqrack_cpu-1.32.31}/pyqrack/pauli.py +0 -0
- {pyqrack_cpu-1.32.28 → pyqrack_cpu-1.32.31}/pyqrack/qrack_circuit.py +0 -0
- {pyqrack_cpu-1.32.28 → pyqrack_cpu-1.32.31}/pyqrack/qrack_neuron.py +0 -0
- {pyqrack_cpu-1.32.28 → pyqrack_cpu-1.32.31}/pyqrack/qrack_simulator.py +0 -0
- {pyqrack_cpu-1.32.28 → pyqrack_cpu-1.32.31}/pyqrack/qrack_system/__init__.py +0 -0
- {pyqrack_cpu-1.32.28 → pyqrack_cpu-1.32.31}/pyqrack/qrack_system/qrack_system.py +0 -0
- {pyqrack_cpu-1.32.28 → pyqrack_cpu-1.32.31}/pyqrack/quimb_circuit_type.py +0 -0
- {pyqrack_cpu-1.32.28 → pyqrack_cpu-1.32.31}/pyqrack/util/__init__.py +0 -0
- {pyqrack_cpu-1.32.28 → pyqrack_cpu-1.32.31}/pyqrack/util/convert_qiskit_circuit_to_qasm_experiment.py +0 -0
- {pyqrack_cpu-1.32.28 → pyqrack_cpu-1.32.31}/pyqrack_cpu.egg-info/SOURCES.txt +0 -0
- {pyqrack_cpu-1.32.28 → pyqrack_cpu-1.32.31}/pyqrack_cpu.egg-info/dependency_links.txt +0 -0
- {pyqrack_cpu-1.32.28 → pyqrack_cpu-1.32.31}/pyqrack_cpu.egg-info/not-zip-safe +0 -0
- {pyqrack_cpu-1.32.28 → pyqrack_cpu-1.32.31}/pyqrack_cpu.egg-info/requires.txt +0 -0
- {pyqrack_cpu-1.32.28 → pyqrack_cpu-1.32.31}/pyqrack_cpu.egg-info/top_level.txt +0 -0
- {pyqrack_cpu-1.32.28 → pyqrack_cpu-1.32.31}/setup.cfg +0 -0
|
@@ -4,7 +4,7 @@ import os
|
|
|
4
4
|
from setuptools import setup
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
VERSION = "1.32.
|
|
7
|
+
VERSION = "1.32.31"
|
|
8
8
|
|
|
9
9
|
# Read long description from README.
|
|
10
10
|
README_PATH = os.path.join(os.path.abspath(os.path.dirname(__file__)), 'README.md')
|
|
@@ -50,15 +50,15 @@ setup(
|
|
|
50
50
|
"Programming Language :: Python :: 3.10",
|
|
51
51
|
"Programming Language :: Python :: 3.11",
|
|
52
52
|
"Programming Language :: Python :: 3.12",
|
|
53
|
-
"Topic :: Scientific/Engineering"
|
|
53
|
+
"Topic :: Scientific/Engineering"
|
|
54
54
|
],
|
|
55
55
|
keywords="pyqrack qrack simulator quantum gpu",
|
|
56
56
|
install_requires=[],
|
|
57
57
|
setup_requires=[],
|
|
58
58
|
extras_require={
|
|
59
59
|
"dev": [
|
|
60
|
-
"pytest>=7.3.1"
|
|
61
|
-
]
|
|
60
|
+
"pytest>=7.3.1"
|
|
61
|
+
]
|
|
62
62
|
},
|
|
63
63
|
include_package_data=True,
|
|
64
64
|
zip_safe=False
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|