Skip to main content

pyqrack - Pure Python vm6502q/qrack Wrapper

Project description

pyqrack

Downloads Downloads Downloads

Pure Python bindings for the pure C++11/OpenCL Qrack quantum computer simulator library

(PyQrack is just pure Qrack.)

Note: You must also install OpenCL to use this version of Qrack. (There are also CPU-only and CUDA version.)

If you're looking for Mac ARM support, use the package pyqrack, not pyqrack-cpu. Mac officially "deprecated" OpenCL years ago. Hence, accelerator support is not included in ARM-based Mac wheels, and OpenCL installation is not required on these systems, but, if you have a CUDA accelerator on ARM-based Mac, you could try the package pyqrack-cuda instead.

Performance can benefit greatly from following the Qrack repository "Quick Start" and "Power user considerations."

If you use an integrated graphics accelerator, like the Intel HD, setting environment variable PYQRACK_HOST_POINTER_DEFAULT_ON=1 (or to any "truthy" value) will automatically set the default of isHostPointer option of QrackSimulator to True, to engage "zero-copy" mode by default.

Import and instantiate QrackSimulator instances. This simulator can perform arbitrary single qubit and controlled-single-qubit gates, as well as other specific gates like SWAP.

Any 2x2 bit operator matrix is represented by a list of 4 complex floating point numbers, in row-major order.

Single and array "b" parameters represent Pauli operator bases. They are specified according to the enumeration of the Pauli class.

MC[x] and MAC[x] methods are controlled single bit gates, with as many control qubits as you specify via Python list c argument. MCX is multiply-controlled Pauli X, and MACX is "anti-"controlled Pauli X, i.e. "anti-control" activates the gate if all control bits are specifically off, as opposed to on.

To load the required unitaryfund/qrack libraries from a different location, set the PYQRACK_SHARED_LIB_PATH environment variable.

PyQrack has experimental support for PyZX Circuit definitions as an intermediate representation for QrackSimulator. To try this, load a Circuit in PyZX, (use that module to optimize your circuit, as you like,) and create a QrackSimulator() instance using the pyzxCircuit named argument of the constructor, like so:

sim = QrackSimulator(pyzxCircuit=c)

where c is a PyZX circuit object. The circuit will automatically be simulated in the constructed QrackSimulator instance. This also allows loading from QASM and other intermediate representations supported by PyZX.

See https://pyqrack.readthedocs.io/en/latest/ for an API reference.

For custom Qrack build floating-point precision, where options are half, float, double, and quad, set an environment variable via export QRACK_FPPOW=[n] (or as appropriate to your shell) where [n] is the logarithm base 2 of the number of bits in the systemic floating point type (4, 5, 6, or 7, with 5 or float as default, i.e. 2**5=32 for 32-bit float). Your Qrack installation floating-point build option must match this specific value, which might require a custom Qrack build.

Please feel welcome to open an issue, if you'd like help. 😃

Special thanks go to Zeeshan Ahmed, for bug fixes and design suggestions, Ashish Panigrahi, for documentation and design suggestions, WingCode, for documentation, Or Golan, for CI build pipeline tooling, and to the broader community of Qrack contributors, for years of happy Qracking! You rock!

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyqrack_complex128-1.64.0.tar.gz (2.5 MB view details)

Uploaded Source

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

pyqrack_complex128-1.64.0-py3-none-win_amd64.whl (901.2 kB view details)

Uploaded Python 3Windows x86-64

pyqrack_complex128-1.64.0-py3-none-manylinux_2_39_x86_64.whl (3.1 MB view details)

Uploaded Python 3manylinux: glibc 2.39+ x86-64

pyqrack_complex128-1.64.0-py3-none-manylinux_2_35_x86_64.whl (3.1 MB view details)

Uploaded Python 3manylinux: glibc 2.35+ x86-64

pyqrack_complex128-1.64.0-py3-none-macosx_15_0_arm64.whl (1.7 MB view details)

Uploaded Python 3macOS 15.0+ ARM64

pyqrack_complex128-1.64.0-py3-none-macosx_14_0_arm64.whl (1.7 MB view details)

Uploaded Python 3macOS 14.0+ ARM64

pyqrack_complex128-1.64.0-py3-none-macosx_13_0_x86_64.whl (1.9 MB view details)

Uploaded Python 3macOS 13.0+ x86-64

File details

Details for the file pyqrack_complex128-1.64.0.tar.gz.

File metadata

  • Download URL: pyqrack_complex128-1.64.0.tar.gz
  • Upload date:
  • Size: 2.5 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.3

File hashes

Hashes for pyqrack_complex128-1.64.0.tar.gz
Algorithm Hash digest
SHA256 21273e2b20a39b2aeae550835cde20125d6d68c77a62a438ba9699c78da1e34a
MD5 57705ea50402a2359c049a6dca5aff92
BLAKE2b-256 d08aa29fa43e65dac8c4e330381caea6d469297c68b213683e56a6c603a0d648

See more details on using hashes here.

File details

Details for the file pyqrack_complex128-1.64.0-py3-none-win_amd64.whl.

File metadata

File hashes

Hashes for pyqrack_complex128-1.64.0-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 9d335ebc3b6d6ad47acfd118ce10ea69eb214205aa581c8a24e4107a85d4d6b7
MD5 df9668be6f13549eff392c456bb26fa6
BLAKE2b-256 ed536e984582c647af6091a83bf34583dfc7bcddad9e75e88f4131d9a59a30b5

See more details on using hashes here.

File details

Details for the file pyqrack_complex128-1.64.0-py3-none-manylinux_2_39_x86_64.whl.

File metadata

File hashes

Hashes for pyqrack_complex128-1.64.0-py3-none-manylinux_2_39_x86_64.whl
Algorithm Hash digest
SHA256 02233c11644eac01cfa986af4cfff624b43209e772ab15e507454cecbe44621e
MD5 2931b91a3117def524269d34ffd654e3
BLAKE2b-256 2ca2046c74b905919154f7c2c3b86a00917b56737675e709fba7d803c333b980

See more details on using hashes here.

File details

Details for the file pyqrack_complex128-1.64.0-py3-none-manylinux_2_35_x86_64.whl.

File metadata

File hashes

Hashes for pyqrack_complex128-1.64.0-py3-none-manylinux_2_35_x86_64.whl
Algorithm Hash digest
SHA256 9ccd82ba6778287004a7d0e9155a1a841ff72e59cd54d79a58949d557d176b5b
MD5 c50647fee7ae55e432838b07579a1e64
BLAKE2b-256 d5ff7d2316d533c2eb551612820846cff90a045ff9670155b871d52b5cea800f

See more details on using hashes here.

File details

Details for the file pyqrack_complex128-1.64.0-py3-none-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for pyqrack_complex128-1.64.0-py3-none-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 8cfe1a07401cc943e6a2f06027020200a9265aa2a2c3834b21884447b992a40a
MD5 e8fa0dbb8b69353760f0c7451f6898c9
BLAKE2b-256 39aa3345e53d3a709f97a36e58932645cf9b4c2d8bcd93ef6f4e8f66da631968

See more details on using hashes here.

File details

Details for the file pyqrack_complex128-1.64.0-py3-none-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for pyqrack_complex128-1.64.0-py3-none-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 43e34f2c3b82620864e4a9d5614c890dabb1efff082a143e2f225301e2ac7b9c
MD5 bc26ad69df0ce87c692ffc70705d0e00
BLAKE2b-256 1b66d04f94de9d2a5bb076263ca69084ff7df964f4b6b7ffa5a4dde1ab192b2f

See more details on using hashes here.

File details

Details for the file pyqrack_complex128-1.64.0-py3-none-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for pyqrack_complex128-1.64.0-py3-none-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 94a411a64e89600ffba4930f869bdb4a3ee2d3b3674f81525bb04481a6511a86
MD5 97ceb4b93ce36f8db3f7e282edd8de54
BLAKE2b-256 4e9113feb03aba6d5d185523b3b5ccb54aa22894af4cc63cb5272de139fac711

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page