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.61.2.tar.gz (48.8 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-1.61.2-py3-none-win_amd64.whl (901.0 kB view details)

Uploaded Python 3Windows x86-64

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

Uploaded Python 3manylinux: glibc 2.39+ x86-64

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

Uploaded Python 3manylinux: glibc 2.35+ x86-64

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

Uploaded Python 3macOS 15.0+ ARM64

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

Uploaded Python 3macOS 14.0+ ARM64

pyqrack_complex128-1.61.2-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.61.2.tar.gz.

File metadata

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

File hashes

Hashes for pyqrack_complex128-1.61.2.tar.gz
Algorithm Hash digest
SHA256 77e54025e650281ae748e2e86f2610ceac4286119adfd9de35db5ebdb21fb327
MD5 6fe69d86009d294381bd4bc4b6350b91
BLAKE2b-256 19895a4324f5d7aaff242e665bbab9ed9736129836953089fda1a206acaa23ee

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyqrack_complex128-1.61.2-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 3678a522d0a3ed5ef540617633903456ac81d9f3bfffd2c7a89a4a494f4cce44
MD5 4f03138bd60b217c07df9cffea8ad9be
BLAKE2b-256 0e23ad518733963015206879d671a8fe11eda8778cf31dd4e406552081488122

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyqrack_complex128-1.61.2-py3-none-manylinux_2_39_x86_64.whl
Algorithm Hash digest
SHA256 2290e4eaeb2912f498711e59babfa27ad5ea9f34fa8e7e0cd91d44449fedca27
MD5 b57733017117eb68fd14a4f0e8dbf13a
BLAKE2b-256 431b6f5bc2ea209f33dd11fbc5e85c441d2f2971bb0437f6d6f480da5824e0e3

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyqrack_complex128-1.61.2-py3-none-manylinux_2_35_x86_64.whl
Algorithm Hash digest
SHA256 925d27ca7e9ae255f96592e3145f6fa8de6f491b9539e10980da73db3e64dff6
MD5 d56509e55d13544be3f5f91b08bc8688
BLAKE2b-256 785fb318631e7165aea0dacd794c4a24ce2db58a3457fba59ba9bc6b11822624

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyqrack_complex128-1.61.2-py3-none-macosx_15_0_arm64.whl
Algorithm Hash digest
SHA256 30e8799aea5dca7d5e01e148e910d6bd297e2ad33e763aaa85b6b9fd1b20dce6
MD5 2f5cd47c4bfc68309b6abd5b365504a7
BLAKE2b-256 72124543022071d5deb50a15cac0b2dd366235cb0fabefa773feba806b6a86cc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyqrack_complex128-1.61.2-py3-none-macosx_14_0_arm64.whl
Algorithm Hash digest
SHA256 d0836ae5f9d52e82e8171b355b69709f56d6d1c353ab7a4f51e4d5b906df6436
MD5 45085f3fb4f987ac03faf7ad32b54fda
BLAKE2b-256 03f7153e12fb8262f67487b934fa8e9dc009a883893adda85ab51af4d1728ea0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for pyqrack_complex128-1.61.2-py3-none-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 b64bfedb439a38bcb01a070a3c32e157fd97cea56fb4ca441e26a58b536ce820
MD5 602fcd82f5fec499957e2a0efa0ba5f3
BLAKE2b-256 51c1249c08fb68285f98767ec02fcc9e21c95099a3903613ab17af7e08b4172a

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