Skip to main content

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!

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

Uploaded Source

Built Distributions

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

pyqrack_complex128-2.13.2-py3-none-win_amd64.whl (1.0 MB view details)

Uploaded Python 3Windows x86-64

pyqrack_complex128-2.13.2-py3-none-manylinux_2_39_x86_64.whl (3.7 MB view details)

Uploaded Python 3manylinux: glibc 2.39+ x86-64

pyqrack_complex128-2.13.2-py3-none-manylinux_2_35_x86_64.whl (3.7 MB view details)

Uploaded Python 3manylinux: glibc 2.35+ x86-64

pyqrack_complex128-2.13.2-py3-none-macosx_15_0_x86_64.whl (2.1 MB view details)

Uploaded Python 3macOS 15.0+ x86-64

pyqrack_complex128-2.13.2-py3-none-macosx_15_0_arm64.whl (1.9 MB view details)

Uploaded Python 3macOS 15.0+ ARM64

pyqrack_complex128-2.13.2-py3-none-macosx_14_0_arm64.whl (2.0 MB view details)

Uploaded Python 3macOS 14.0+ ARM64

File details

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

File metadata

  • Download URL: pyqrack_complex128-2.13.2.tar.gz
  • Upload date:
  • Size: 67.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.15

File hashes

Hashes for pyqrack_complex128-2.13.2.tar.gz
Algorithm Hash digest
SHA256 8f209c2fcb84adea07d0e48abaf29d77a04dc3953aeab7b606f2e00c62ba7b81
MD5 5101ce29e4c895be6cb096dddacd88f5
BLAKE2b-256 b4270420105f75407ec18a43c0d70c123557914380f3da08ba2a22784e7ee825

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyqrack_complex128-2.13.2-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 7e3f58dd34a789396b3ae6de0d560ce6bf8196f6150df0007775284bcdf5ecf7
MD5 007f37821b4be3712a6439d7a8cd6bbc
BLAKE2b-256 021977b02b587087832de4cd80018160f9f5dc94854950c1e986774194bc1732

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyqrack_complex128-2.13.2-py3-none-manylinux_2_39_x86_64.whl
Algorithm Hash digest
SHA256 db8934c190061ec7a79082cd3bdf3744e41b67fde3fc8f9ded8219cee2799a3c
MD5 4b957a9954a02b231fc10567013e1df7
BLAKE2b-256 f86d847813017a72805800211524a37ac2ef93248f3a27731f53c0edd518f4f7

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyqrack_complex128-2.13.2-py3-none-manylinux_2_35_x86_64.whl
Algorithm Hash digest
SHA256 d607a91137d7dccdafaf78743aa601a16aa96799a69124dd6c0dc01355ca801a
MD5 52f6161c25f6416fa40d48cef8d6fcb8
BLAKE2b-256 9d3c2c2bc2884ee93b9f7ca7aadfaa01dc3987e99932e531f8cbb2a1ff6aa8b4

See more details on using hashes here.

File details

Details for the file pyqrack_complex128-2.13.2-py3-none-macosx_15_0_x86_64.whl.

File metadata

File hashes

Hashes for pyqrack_complex128-2.13.2-py3-none-macosx_15_0_x86_64.whl
Algorithm Hash digest
SHA256 c247b1e85134b4ccd1743d7bd7022bfd9b655a867a9d071a3a7f0ba962558d70
MD5 9e6a8a4fe31fe8c59e125e7560b7d0b1
BLAKE2b-256 81a06ca4bd3e7c9caddeed412046adb9ca611b95fb59bf0ed5711b0a9bb35242

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyqrack_complex128-2.13.2-py3-none-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 a67356199f75203a398a349954d897731889158c56e60e9c9dcd95fbf2d93dc3
MD5 5d76c771f40aa9dcd9978d0edcb58fe8
BLAKE2b-256 727ad25bd83f1fc345b71c8f8067e1e3d6b8c84cc579f7cc0842beef6c3b7e1d

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyqrack_complex128-2.13.2-py3-none-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 9c99bbf4a8b4da3126b69dba1d427b039b1a368921c0f9d69783de28702f4533
MD5 5432d793c0064ea8a181280a48c197be
BLAKE2b-256 6eb46feb99f037b4be973e9861de07a506db5066c6e6f0c4c5f9ab58d16ddb58

See more details on using hashes here.

Release history Release notifications | RSS feed

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