qarray-rust-core
Quantum Dot Constant Capacitance Simulator is a high-performance Python package that leverages the power of Rust and Rayon to provide a fully parallelised and optimised simulation environment for quantum dots with constant capacitance.
This package provides core functionality; it is not intended that the user will interact with it directly.
Features
- Ultra-fast Simulation: Harnesses the speed of Rust and the parallelism of Rayon to deliver lightning-fast simulations.
- Constant Capacitance: Specialized for simulating quantum dots with constant capacitance, allowing precise modelling of charge dynamics.
- User-Friendly: Designed with ease of use in mind, making it accessible to both experts and newcomers in quantum dot simulations.
- Extensive Documentation: Comprehensive documentation and examples to help you get started quickly.
Installation
Install Quantum Dot Constant Capacitance Simulator using pip:
pip install qarray-rust-core
Usage
This package exposes two functions to be called from python:
ground_state_open- computes the lowest energy state of a quantum dot array with constant capacitance and which is open, such that the total number of changes is not fixed.ground_state_closed- computes the lowest energy state of a quantum dot array with constant capacitance and which is closed, such that the total number of changes is fixed.
The python code to call these functions is as follows:
from qarray-rust-core import (ground_state_open, ground_state_closed)
import numpy as np
# the dot-dot capacitance matrix
cdd = np.array([
[1, -0.1],
[-0.1, 1]
])
cdd_inv = np.linalg.inv(cdd)
# the dot-gate capacitance matrix
cgd = np.array([
[1, 0.3],
[0.3, 1]
])
# define a matrix of gate voltages to sweep over the first gate
vg = np.stack([np.linspace(-1, 1, 100), np.zeros(100)], axis = -1)
n_charge = 3 # the number of changes to confine in the quantum dot array for the closed case
threshold = 1 # threshold to avoid having to consider all possible charge states, setting it 1 is always correct, however has a computatinal cost.
n_open = ground_state_open(vg, cgd, cdd_inv, threshold, T = 0)
n_closed = ground_state_closed(vg, n_charge, cgd, cdd, cdd_inv, threshold, T = 0)
It is not intended the user ever call these functions directly.
There is a pure Python wrapper that provides a more user-friendly interface to this core functionality. See Quantum Dot Constant Capacitance Simulator. This package provides:
- A user-friendly interface to the core functionality.
- Plotting, charge sensing, virtual gate and gate voltage sweeping (1d and 2d) functionality.
- Advanced type checking using pydantic.
- Automated testing including for the functionality in this package.
- More examples.
Release files for qarray-rust-core 1.3.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| qarray_rust_core-1.3.1.tar.gz | 14.2 kB | Details |
Built distributions (wheels)
Total release size: 10.2 MB
Release files / qarray_rust_core-1.3.1.tar.gz
| Download URL | qarray_rust_core-1.3.1.tar.gz |
|---|---|
| Size | 14.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
9406376bf0022d257dba97cf4d0ef451bc296e635d5e0911e41a3a991b2954c8
|
|
BLAKE2b-256 checksum How to use checksums |
70e9a6a6551edca36ad27c596b49e33fc3870033fdbf28e0ce2ddbd3eb062ed4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
maturin/1.7.1
|
Release files / qarray_rust_core-1.3.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
| Download URL | qarray_rust_core-1.3.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl |
|---|---|
| Size | 383.4 kB |
| Tags | Linux glibc 2.17+ x86-64 PyPy 3.10 PyPy 3.10 7.3 |
|
SHA-256 checksum How to use checksums |
78c44eecd5d3f414b4aaafd2f52111f3b39df6b09f1c467736b6402944dd1027
|
|
BLAKE2b-256 checksum How to use checksums |
8743b479566687570afcd5c61eb2c70650c2749bad5b55bc6c8a8bf7ba945b93
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
maturin/1.7.1
|
Release files / qarray_rust_core-1.3.1-pp310-pypy310_pp73-manylinux_2_12_i686.manylinux2010_i686.whl
| Download URL | qarray_rust_core-1.3.1-pp310-pypy310_pp73-manylinux_2_12_i686.manylinux2010_i686.whl |
|---|---|
| Size | 383.5 kB |
| Tags | Linux glibc 2.12+ x86-32 PyPy 3.10 PyPy 3.10 7.3 |
|
SHA-256 checksum How to use checksums |
0314969ffcbeda6a593a1ffb2b6594a5eecbbd4f29dcbc37843a145ba8666dbc
|
|
BLAKE2b-256 checksum How to use checksums |
fca019212eaed41785bef350b756dcaa285f6977a7e6f1a374a36de9c83662ec
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
maturin/1.7.1
|
Release files / qarray_rust_core-1.3.1-cp312-none-win_amd64.whl
| Download URL | qarray_rust_core-1.3.1-cp312-none-win_amd64.whl |
|---|---|
| Size | 252.9 kB |
| Tags | CPython 3.12 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
76bb31a67f24836793f3271bc2992227ad8174f2c24e959a21fa848483f2122f
|
|
BLAKE2b-256 checksum How to use checksums |
9b4ea5203bbb75a24ddf43136ce44e661b270079af3c75b65c0d5238e20a4297
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
maturin/1.7.1
|
Release files / qarray_rust_core-1.3.1-cp312-none-win32.whl
| Download URL | qarray_rust_core-1.3.1-cp312-none-win32.whl |
|---|---|
| Size | 230.1 kB |
| Tags | CPython 3.12 Windows x86-32 |
|
SHA-256 checksum How to use checksums |
37bc60daaa4518b983aea5cee9e5b9dcf0f9d1bee2b2c7211b6ddd943d1d982a
|
|
BLAKE2b-256 checksum How to use checksums |
55c9388dd922989e9df8ba7af730adafa383cb1ba224a01027d26375140a6913
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
maturin/1.7.1
|
Release files / qarray_rust_core-1.3.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
| Download URL | qarray_rust_core-1.3.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl |
|---|---|
| Size | 383.3 kB |
| Tags | CPython 3.12 Linux glibc 2.17+ x86-64 |
|
SHA-256 checksum How to use checksums |
970e52adc92937f3595c675b5e5faf11fc84b1b285a6488da0e0704fb72180b8
|
|
BLAKE2b-256 checksum How to use checksums |
64bc0c7c9b4c94697c2f5d272c075a8cbe2b6bdbf3865a1348688044187cbbda
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
maturin/1.7.1
|
Release files / qarray_rust_core-1.3.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl
| Download URL | qarray_rust_core-1.3.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl |
|---|---|
| Size | 524.9 kB |
| Tags | CPython 3.12 Linux glibc 2.17+ IBM System/390x |
|
SHA-256 checksum How to use checksums |
0bdf89165087ee5e738308913a8637b23ff69ee19eae39430e1303cc38a9fbc8
|
|
BLAKE2b-256 checksum How to use checksums |
9de7efa95490cf14ae27a1c87f044b356b08a7be63f742800e83da54fcbb3227
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
maturin/1.7.1
|
Release files / qarray_rust_core-1.3.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
| Download URL | qarray_rust_core-1.3.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl |
|---|---|
| Size | 426.8 kB |
| Tags | CPython 3.12 Linux glibc 2.17+ PowerPC 64-le |
|
SHA-256 checksum How to use checksums |
f889bb88d1f0988b0974b7943f94ec873390d91b18ec474a928fb8ae37be52c1
|
|
BLAKE2b-256 checksum How to use checksums |
cc09652dbe9f766db67514021afd9f3797de0cc2baad3757ba0fe5dcbbc87c05
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
maturin/1.7.1
|
Release files / qarray_rust_core-1.3.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
| Download URL | qarray_rust_core-1.3.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl |
|---|---|
| Size | 369.4 kB |
| Tags | CPython 3.12 Linux glibc 2.17+ ARM64 |
|
SHA-256 checksum How to use checksums |
bfd8060f4b91ee98c14fe75eaab1d6c49aba70d2385b161a56b820f4e5c056ac
|
|
BLAKE2b-256 checksum How to use checksums |
dc400bea94d3bcf8016218374f9df55f87d9a593698ff2893347a9856454811b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
maturin/1.7.1
|
Release files / qarray_rust_core-1.3.1-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.whl
| Download URL | qarray_rust_core-1.3.1-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.whl |
|---|---|
| Size | 383.4 kB |
| Tags | CPython 3.12 Linux glibc 2.12+ x86-32 |
|
SHA-256 checksum How to use checksums |
6b21c4690e5d722b28e744e8fdeb9d816fc2766cf58bb70a707f22e072eb96d8
|
|
BLAKE2b-256 checksum How to use checksums |
16ad8a6da781019aef950904250cf38eab2e1cf3612f521bcc970fd45957e116
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
maturin/1.7.1
|
Release files / qarray_rust_core-1.3.1-cp312-cp312-macosx_11_0_arm64.whl
| Download URL | qarray_rust_core-1.3.1-cp312-cp312-macosx_11_0_arm64.whl |
|---|---|
| Size | 324.2 kB |
| Tags | CPython 3.12 macOS 11.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
f1474a68c79c0b035ae65bc15bbb5b4ac6ee550764463c396b812506436843db
|
|
BLAKE2b-256 checksum How to use checksums |
df116340cf67333a5bb10306461ce70998293d88ee4cf9da16a4180a024cb8ae
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
maturin/1.7.1
|
Release files / qarray_rust_core-1.3.1-cp311-none-win_amd64.whl
| Download URL | qarray_rust_core-1.3.1-cp311-none-win_amd64.whl |
|---|---|
| Size | 257.4 kB |
| Tags | CPython 3.11 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
8b965acd31ec678474cc1d6ec82085f4a0754953578767d8fc405430ba8c7185
|
|
BLAKE2b-256 checksum How to use checksums |
702843d33d5ab9c28fc5014d49d6db414bd1d239ab266cd667a0287020ba7a89
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
maturin/1.7.1
|
Release files / qarray_rust_core-1.3.1-cp311-none-win32.whl
| Download URL | qarray_rust_core-1.3.1-cp311-none-win32.whl |
|---|---|
| Size | 233.7 kB |
| Tags | CPython 3.11 Windows x86-32 |
|
SHA-256 checksum How to use checksums |
5650478e8b6c0a4c10256c868e6dd9c12189a9a0ccc23ae1e489ac1b974e416e
|
|
BLAKE2b-256 checksum How to use checksums |
c8964a061252e650bb78e06388043f3dde5c937c69e6eeae63fd153c11936515
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
maturin/1.7.1
|
Release files / qarray_rust_core-1.3.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
| Download URL | qarray_rust_core-1.3.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl |
|---|---|
| Size | 383.9 kB |
| Tags | CPython 3.11 Linux glibc 2.17+ x86-64 |
|
SHA-256 checksum How to use checksums |
48b719b8062a091cd99f7b59642adec7528d9eb70959fd8ee63ed035051a5067
|
|
BLAKE2b-256 checksum How to use checksums |
194de3e7eb5e868392f400f050d48796ccd004e437f11a82b86aca26e4cafc93
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
maturin/1.7.1
|
Release files / qarray_rust_core-1.3.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl
| Download URL | qarray_rust_core-1.3.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl |
|---|---|
| Size | 523.2 kB |
| Tags | CPython 3.11 Linux glibc 2.17+ IBM System/390x |
|
SHA-256 checksum How to use checksums |
fe95e44c6f6f9a18e120d1324e73f2e91bc6673fa2cd62210a12ddb51a48d27b
|
|
BLAKE2b-256 checksum How to use checksums |
18e7d15cbfbeebf3adf2d8890dfaa5bc5bcffa25149dff1746544bb39274529a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
maturin/1.7.1
|
Release files / qarray_rust_core-1.3.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
| Download URL | qarray_rust_core-1.3.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl |
|---|---|
| Size | 428.1 kB |
| Tags | CPython 3.11 Linux glibc 2.17+ PowerPC 64-le |
|
SHA-256 checksum How to use checksums |
991c0ba9ceef9e68ab7f9e13d06dd8f90e191ab18170ce0057fbcb94512ed647
|
|
BLAKE2b-256 checksum How to use checksums |
0f51b3e2d53620677914f6bde4d0a709abd1cba2347dd324335c196a804ab888
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
maturin/1.7.1
|
Release files / qarray_rust_core-1.3.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
| Download URL | qarray_rust_core-1.3.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl |
|---|---|
| Size | 373.5 kB |
| Tags | CPython 3.11 Linux glibc 2.17+ ARMv7l |
|
SHA-256 checksum How to use checksums |
f9856059959601216f121f59e369bd80aab4d0b437363d94e3cb907f00442d39
|
|
BLAKE2b-256 checksum How to use checksums |
406e8fa05705fff5cdc8edb417a37d275b1f637f3b006c8cbb2c80dfcfdd535e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
maturin/1.7.1
|
Release files / qarray_rust_core-1.3.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
| Download URL | qarray_rust_core-1.3.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl |
|---|---|
| Size | 370.5 kB |
| Tags | CPython 3.11 Linux glibc 2.17+ ARM64 |
|
SHA-256 checksum How to use checksums |
c1f814a38c165763409a06b7d8f65a71c3f63e40b0bb64bff239f40bfb0aff4d
|
|
BLAKE2b-256 checksum How to use checksums |
455809fe3dbd583f2a6cb63aac933b296103c6cd2c8e632463c92072cb45afc4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
maturin/1.7.1
|
Release files / qarray_rust_core-1.3.1-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.whl
| Download URL | qarray_rust_core-1.3.1-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.whl |
|---|---|
| Size | 384.1 kB |
| Tags | CPython 3.11 Linux glibc 2.12+ x86-32 |
|
SHA-256 checksum How to use checksums |
239612ee8c27bc774966dc8968cfcec634b6daf1378739ac95b9090dded3059d
|
|
BLAKE2b-256 checksum How to use checksums |
fca56f0db3d00646936ad7cba7ff4615880d735482fb3ae270f657a855e0e2f9
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
maturin/1.7.1
|
Release files / qarray_rust_core-1.3.1-cp311-cp311-macosx_11_0_arm64.whl
| Download URL | qarray_rust_core-1.3.1-cp311-cp311-macosx_11_0_arm64.whl |
|---|---|
| Size | 324.8 kB |
| Tags | CPython 3.11 macOS 11.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
bf3f4fd8bf46ddd90dd300dbf550acbc01d461941fa246fcad5b4e344c7ed628
|
|
BLAKE2b-256 checksum How to use checksums |
ba89d4d8efed21588759efd7f2b509a6de6a698ae29fa5099af16c89f640c294
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
maturin/1.7.1
|
Release files / qarray_rust_core-1.3.1-cp310-none-win_amd64.whl
| Download URL | qarray_rust_core-1.3.1-cp310-none-win_amd64.whl |
|---|---|
| Size | 257.3 kB |
| Tags | CPython 3.10 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
f3b46ee5c32ea86a7b56c853ba3d00f20fdfdcd06183730202324d90d4b36c4d
|
|
BLAKE2b-256 checksum How to use checksums |
935ae3d4d1efe2fafb2c37d7cf05e199c2a40d631739fbcf2afe2f11b13ae141
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
maturin/1.7.1
|
Release files / qarray_rust_core-1.3.1-cp310-none-win32.whl
| Download URL | qarray_rust_core-1.3.1-cp310-none-win32.whl |
|---|---|
| Size | 233.7 kB |
| Tags | CPython 3.10 Windows x86-32 |
|
SHA-256 checksum How to use checksums |
ce7cd5f4f5ee8b1587bcd84bfb56e67436574790601ab5ca937f9516d557b9d7
|
|
BLAKE2b-256 checksum How to use checksums |
37cde3d7e38c55bad331c8f530becc9e00a8805f12b087bd1f3882dafe978f24
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
maturin/1.7.1
|
Release files / qarray_rust_core-1.3.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
| Download URL | qarray_rust_core-1.3.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl |
|---|---|
| Size | 383.9 kB |
| Tags | CPython 3.10 Linux glibc 2.17+ x86-64 |
|
SHA-256 checksum How to use checksums |
d0711e9edf13447e7027d3fa5341aa8c80d1be85aba7d4fb0b89660b8695e9b7
|
|
BLAKE2b-256 checksum How to use checksums |
5bb7359a956873356385a97ce14ce6276d29454ea3f697049d583a8bcae612df
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
maturin/1.7.1
|
Release files / qarray_rust_core-1.3.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl
| Download URL | qarray_rust_core-1.3.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl |
|---|---|
| Size | 523.2 kB |
| Tags | CPython 3.10 Linux glibc 2.17+ IBM System/390x |
|
SHA-256 checksum How to use checksums |
d53e4160645bf96f9ef53e5594f98a3dc46684a7a5eb5293dc880b7c2295e5e0
|
|
BLAKE2b-256 checksum How to use checksums |
4f8aeb972c4926fdd994fe11da3481b96d688de49c40a3a2a167e4d48398c9f7
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
maturin/1.7.1
|
Release files / qarray_rust_core-1.3.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl
| Download URL | qarray_rust_core-1.3.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl |
|---|---|
| Size | 428.1 kB |
| Tags | CPython 3.10 Linux glibc 2.17+ PowerPC 64-le |
|
SHA-256 checksum How to use checksums |
b8d85c83011d808e8dbda7eabc8c1041871fce01584652bcf170eeb2a3f4c666
|
|
BLAKE2b-256 checksum How to use checksums |
2eede8ba2f7968469b49e00347193e57c527885ddfaac40cec57c9d87b080f67
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
maturin/1.7.1
|
Release files / qarray_rust_core-1.3.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl
| Download URL | qarray_rust_core-1.3.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl |
|---|---|
| Size | 373.5 kB |
| Tags | CPython 3.10 Linux glibc 2.17+ ARMv7l |
|
SHA-256 checksum How to use checksums |
a42480a9eca10b89c03663442db83c35fda0a5f37ba32f964a1acd88eb02bb2f
|
|
BLAKE2b-256 checksum How to use checksums |
c10b439ac0b31d7c28ff2a9bf633650079812c3f59ff44d583204e6cf489f0fb
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
maturin/1.7.1
|
Release files / qarray_rust_core-1.3.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
| Download URL | qarray_rust_core-1.3.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl |
|---|---|
| Size | 370.5 kB |
| Tags | CPython 3.10 Linux glibc 2.17+ ARM64 |
|
SHA-256 checksum How to use checksums |
aa1da58e1bacfce25f7ff4a008620f74b1178cae1b7421e8b35c9fc04a3edc2b
|
|
BLAKE2b-256 checksum How to use checksums |
bc8c31fc43d3a42b21755a98ad850d1b878b3da792299ad0fc34642853aeed2f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
maturin/1.7.1
|
Release files / qarray_rust_core-1.3.1-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl
| Download URL | qarray_rust_core-1.3.1-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl |
|---|---|
| Size | 384.1 kB |
| Tags | CPython 3.10 Linux glibc 2.12+ x86-32 |
|
SHA-256 checksum How to use checksums |
99fc91585b4a208045183ae0b7cb9992745fd008b9ad04b23761b64431bf1ce9
|
|
BLAKE2b-256 checksum How to use checksums |
38f87f04fcb2de8d51ff0192e5961ab4ae234450cf4b2ff5586a03c167b2add3
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
maturin/1.7.1
|
Release files / qarray_rust_core-1.3.1-cp310-cp310-macosx_11_0_arm64.whl
| Download URL | qarray_rust_core-1.3.1-cp310-cp310-macosx_11_0_arm64.whl |
|---|---|
| Size | 324.8 kB |
| Tags | CPython 3.10 macOS 11.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
132cdd3298f6861672651fe1270f855ebd2842a25676481753dca427d94151a9
|
|
BLAKE2b-256 checksum How to use checksums |
580ca553603e1b8574125fd0b02502250dfbeb684395f7c2d148fbb9609ac15c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
maturin/1.7.1
|