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-2.1.0.tar.gz (56.1 kB view details)

Uploaded Source

Built Distributions

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

pyqrack-2.1.0-py3-none-win_amd64.whl (998.6 kB view details)

Uploaded Python 3Windows x86-64

pyqrack-2.1.0-py3-none-manylinux_2_39_x86_64.whl (3.6 MB view details)

Uploaded Python 3manylinux: glibc 2.39+ x86-64

pyqrack-2.1.0-py3-none-manylinux_2_35_x86_64.whl (3.7 MB view details)

Uploaded Python 3manylinux: glibc 2.35+ x86-64

pyqrack-2.1.0-py3-none-macosx_15_0_x86_64.whl (2.1 MB view details)

Uploaded Python 3macOS 15.0+ x86-64

pyqrack-2.1.0-py3-none-macosx_15_0_arm64.whl (1.9 MB view details)

Uploaded Python 3macOS 15.0+ ARM64

pyqrack-2.1.0-py3-none-macosx_14_0_arm64.whl (1.9 MB view details)

Uploaded Python 3macOS 14.0+ ARM64

File details

Details for the file pyqrack-2.1.0.tar.gz.

File metadata

  • Download URL: pyqrack-2.1.0.tar.gz
  • Upload date:
  • Size: 56.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.4

File hashes

Hashes for pyqrack-2.1.0.tar.gz
Algorithm Hash digest
SHA256 d01b8d6a202559b6738eaa7cdff33017bea7b1df92398f4d314194f3c3a8eaea
MD5 4f9c4491ac55b45ccfaebd291507f82b
BLAKE2b-256 c538f094c365c39647ea0d9dd1a105e47de180dc44ce04e8b706af734651df4e

See more details on using hashes here.

File details

Details for the file pyqrack-2.1.0-py3-none-win_amd64.whl.

File metadata

  • Download URL: pyqrack-2.1.0-py3-none-win_amd64.whl
  • Upload date:
  • Size: 998.6 kB
  • Tags: Python 3, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.4

File hashes

Hashes for pyqrack-2.1.0-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 f3e463dae66e1988cbf3a33ba142550b83433230cfb0aff0321a7b550ff65414
MD5 6cce9b3c4962924a70de7418b08c5f82
BLAKE2b-256 c64aaf7fea1276ed8ec901d286eb02c992156f6406006ce1f522ac7b2d617e54

See more details on using hashes here.

File details

Details for the file pyqrack-2.1.0-py3-none-manylinux_2_39_x86_64.whl.

File metadata

File hashes

Hashes for pyqrack-2.1.0-py3-none-manylinux_2_39_x86_64.whl
Algorithm Hash digest
SHA256 e4272a2de1c31d8445d4230863d7425e38cd4b2dd4f2c3134abe524fa2497c35
MD5 97c58d3c0e7c5753aad307217f6007d8
BLAKE2b-256 efad92814e884ec799c12d48b451ba4fbca7f66b980b6b367db1ecb40a3cfd8d

See more details on using hashes here.

File details

Details for the file pyqrack-2.1.0-py3-none-manylinux_2_35_x86_64.whl.

File metadata

File hashes

Hashes for pyqrack-2.1.0-py3-none-manylinux_2_35_x86_64.whl
Algorithm Hash digest
SHA256 d065d1a668fe7aea3208102582d60e1fd782803200ec02605ca1e82266d0be01
MD5 9627083e90ab863b751d15d2fae67e26
BLAKE2b-256 b7087ad02d8cdf268ff09f41b3bd7c0450b7efaa6ff34387ebc3d0f244a3da29

See more details on using hashes here.

File details

Details for the file pyqrack-2.1.0-py3-none-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for pyqrack-2.1.0-py3-none-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 103a74017c990bc0dd230c8275c6834df9a6e551898e7fcb17330c65ae9f924b
MD5 bc1019d8d2db99ea836ac03cd695784d
BLAKE2b-256 82073be6ad5454b420b13bd263f9f763d4a0da71f37e01085b8c62d44e0f41a8

See more details on using hashes here.

File details

Details for the file pyqrack-2.1.0-py3-none-macosx_15_0_arm64.whl.

File metadata

File hashes

Hashes for pyqrack-2.1.0-py3-none-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 3017035bf198d1b1ef7e1d62f3d658561660f5d47c5a8b41a659b5939226844e
MD5 787cdc52484ca14b92564f9f6adeca92
BLAKE2b-256 3763f108129762314eda936d33e02e559a3c906c62b2fbef856520ca75ef157f

See more details on using hashes here.

File details

Details for the file pyqrack-2.1.0-py3-none-macosx_14_0_arm64.whl.

File metadata

File hashes

Hashes for pyqrack-2.1.0-py3-none-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 d6e61ab60a2456180bf26ac5521d4beda210cab618115857ab2a38e85e6273c2
MD5 6c8b43af36997e950b3c04de9f8e2842
BLAKE2b-256 762a654e07de2702685ee3e1989fbc21959d611df917eb53bc98f91bafbbe1f0

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