Skip to main content

pyqrack - Pure Python vm6502q/qrack Wrapper

Project description

pyqrack

Downloads Downloads Downloads

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

(PyQrack is just pure Qrack.)

This is the purely CPU-based variant of PyQrack (with module name pyqrack-cpu). This alternate build of PyQrack is provided so that systems that won't use OpenCL or CUDA anyway (such as because they lack any GPUs or other accelerators like the Intel HD) do not need to install the OpenCL library in order to use PyQrack. In this form, both the PyQrack module and the underlying C++ Qrack library are entirely external dependency-free.

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."

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_cpu-1.61.3.tar.gz (47.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_cpu-1.61.3-py3-none-win_amd64.whl (717.2 kB view details)

Uploaded Python 3Windows x86-64

pyqrack_cpu-1.61.3-py3-none-manylinux_2_39_x86_64.whl (2.4 MB view details)

Uploaded Python 3manylinux: glibc 2.39+ x86-64

pyqrack_cpu-1.61.3-py3-none-manylinux_2_35_x86_64.whl (2.5 MB view details)

Uploaded Python 3manylinux: glibc 2.35+ x86-64

pyqrack_cpu-1.61.3-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_cpu-1.61.3.tar.gz.

File metadata

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

File hashes

Hashes for pyqrack_cpu-1.61.3.tar.gz
Algorithm Hash digest
SHA256 87d89de818af027cf5543a114e4e14cecd85b84bc67088b71d7e8e2ede781a1e
MD5 ef96899949b6a07aa7fc880147d6e320
BLAKE2b-256 261b6b4862d2a4472976652241fb03523fabad2f01b3b1566d8a166643e198f8

See more details on using hashes here.

File details

Details for the file pyqrack_cpu-1.61.3-py3-none-win_amd64.whl.

File metadata

  • Download URL: pyqrack_cpu-1.61.3-py3-none-win_amd64.whl
  • Upload date:
  • Size: 717.2 kB
  • Tags: Python 3, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.12.3

File hashes

Hashes for pyqrack_cpu-1.61.3-py3-none-win_amd64.whl
Algorithm Hash digest
SHA256 24462c91c49ffd20712023f6b1420c3cd46e3768f3481f08ab12ab5fb36abc3a
MD5 fdb9a4d353ba31696a8b90ad66b8e616
BLAKE2b-256 8f11315ad30a659c82201f470d9422e2d4465dd57740562e73ba9629941290e3

See more details on using hashes here.

File details

Details for the file pyqrack_cpu-1.61.3-py3-none-manylinux_2_39_x86_64.whl.

File metadata

File hashes

Hashes for pyqrack_cpu-1.61.3-py3-none-manylinux_2_39_x86_64.whl
Algorithm Hash digest
SHA256 61695248359927f092c32b7ef0a4635f1ae722ef247174998f5db5414a1ed878
MD5 e2581979e685ba8dfb5aec9244c8f5eb
BLAKE2b-256 6fe467e0dc2e78ba6cd2f187db173ee578e9b9b7c8cd795830a20407d5581ba1

See more details on using hashes here.

File details

Details for the file pyqrack_cpu-1.61.3-py3-none-manylinux_2_35_x86_64.whl.

File metadata

File hashes

Hashes for pyqrack_cpu-1.61.3-py3-none-manylinux_2_35_x86_64.whl
Algorithm Hash digest
SHA256 a1dd21fa7c6e3618154cc23601b46ab57bd1e728fb0b6c18387a290fe9b1e344
MD5 04c640a3ae953b9d0714326691d0cbc2
BLAKE2b-256 8d685ba6f763e28687bc49612eedbe4eb6472ab2ca460c909155df0efc0c512f

See more details on using hashes here.

File details

Details for the file pyqrack_cpu-1.61.3-py3-none-macosx_13_0_x86_64.whl.

File metadata

File hashes

Hashes for pyqrack_cpu-1.61.3-py3-none-macosx_13_0_x86_64.whl
Algorithm Hash digest
SHA256 fe8e669d969ea3e8c558bffa6c52cece581fc518beda0d1d91d75a3e4a73dbe3
MD5 2a23bc4ab1ca5ab04796faf012b7e1a6
BLAKE2b-256 dce75f2bc7133acde61f3071c2c089ca71f34d929bd805ef9080a2baaf08ee17

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