Module qat-qiskit [138716b] - Compiled by Eviden
Project description
qat-qiskit
This Python package contains binders between qiskit 2.0 and a Qaptiva Access server. It provides implementations for several qiskit primitives.
Installation
pip install qat-qiskit
This command will also install the dependencies myqlm and qlmaas.
Usage
As an example, we will create a simple Bell pair with qiskit.
from qiskit import QuantumRegister, ClassicalRegister
from qiskit import QuantumCircuit
q = QuantumRegister(2,'q')
c = ClassicalRegister(2,'c')
circuit = QuantumCircuit(q,c)
circuit.h(q[0])
circuit.cx(q[0],q[1])
circuit.measure(q,c)
This circuit can then be submitted, for a sampling job, to a Qaptiva Access server.
A QaptivaService object can be used for listing the available backends, and to get one.
For this example, we will use the LinAlg (Linear Algebra) simulator.
Note that the code samples below will only work if a connection to a Qaptiva Access server is available and configured.
from qat.qiskit import QaptivaService, Sampler
service = QaptivaService()
# Print available backends
for backend in service.backends():
print(backend.name)
# "QutipQPU"
# "AnalogQPU"
# ...
# "LinAlg"
# ...
# Initialize the Sampler with the LinAlg backend
backend = service.backend("LinAlg")
sampler = Sampler(backend)
job = sampler.run([circuit], shots=10)
# "Submitted a new batch: Job11"
We can then query the job for its status or result.
The circuit only has a single quantum register, so measured bitstrings can be found in the register_0 field of the DataBin.
print(job.status())
# "JobStatus.DONE"
print(job.result())
# "PrimitiveResult([SamplerPubResult(data=DataBin(register_0=np.ndarray(<shape=(10,), dtype=<U2>)))], metadata={'single_job': 'False'})"
print(job.result()[0].data.register_0)
# "['00' '00' '00' '11' '00' '00' '11' '00' '11' '00']"
License
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 Distributions
Built Distributions
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file qat_qiskit-0.0.1-cp313-cp313-win_amd64.whl.
File metadata
- Download URL: qat_qiskit-0.0.1-cp313-cp313-win_amd64.whl
- Upload date:
- Size: 695.1 kB
- Tags: CPython 3.13, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.21
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a0a5bf1d7caa054c11dd752cd99691352ef77ceedd3962e72a5e57ecb589b23b
|
|
| MD5 |
66e0e4b1ed70f343feda7bb69370fcfa
|
|
| BLAKE2b-256 |
22be6e1626e5f8cb99df693703f22821a907f7f1cec4ad6b50211c11b5a55c37
|
File details
Details for the file qat_qiskit-0.0.1-cp313-cp313-manylinux_2_34_x86_64.whl.
File metadata
- Download URL: qat_qiskit-0.0.1-cp313-cp313-manylinux_2_34_x86_64.whl
- Upload date:
- Size: 564.1 kB
- Tags: CPython 3.13, manylinux: glibc 2.34+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.21
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b3ce8264643ec4286586bc4d3497b55dd72424a09a2ff53f0ca7222402c7138b
|
|
| MD5 |
4138c28ed5506fc11d21681094d7ee8a
|
|
| BLAKE2b-256 |
739a13c4729abb57dc21706e7ef0cbbd29d17da153f4d39d9ff44a1fcc70b100
|
File details
Details for the file qat_qiskit-0.0.1-cp313-cp313-manylinux_2_34_aarch64.whl.
File metadata
- Download URL: qat_qiskit-0.0.1-cp313-cp313-manylinux_2_34_aarch64.whl
- Upload date:
- Size: 543.1 kB
- Tags: CPython 3.13, manylinux: glibc 2.34+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.21
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bf244050a563ee6d818fc54c5466946b29a0846f55853105682cd97f06f333c4
|
|
| MD5 |
a6e5c5498d87883fae195465b5f83035
|
|
| BLAKE2b-256 |
581dc988cd319562b05c5b0fd99037598eee3b9c2f8101f040f319d5c74a6f3a
|
File details
Details for the file qat_qiskit-0.0.1-cp313-cp313-macosx_11_0_arm64.whl.
File metadata
- Download URL: qat_qiskit-0.0.1-cp313-cp313-macosx_11_0_arm64.whl
- Upload date:
- Size: 480.4 kB
- Tags: CPython 3.13, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.21
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9f28bb620512730e506a0b6c28c11a9fb212f55e0bc48181ed2faa5cedcbde9d
|
|
| MD5 |
5f2be15ee4936e27282812318e682b9c
|
|
| BLAKE2b-256 |
a56de18e00e414831e167ed5baf4c41f659976faa03704a4be930cdec8841cbf
|
File details
Details for the file qat_qiskit-0.0.1-cp312-cp312-win_amd64.whl.
File metadata
- Download URL: qat_qiskit-0.0.1-cp312-cp312-win_amd64.whl
- Upload date:
- Size: 696.7 kB
- Tags: CPython 3.12, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.21
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ba9eb2922941e7fbf68390787f522a15238fb3f46c92992d24c78ff295c728b7
|
|
| MD5 |
8688d1f358ff10106a123a6ba1612cd0
|
|
| BLAKE2b-256 |
efdc623c898674af054400663e5c6d5793c2426e97ee64b9d5d237024a388cea
|
File details
Details for the file qat_qiskit-0.0.1-cp312-cp312-manylinux_2_34_x86_64.whl.
File metadata
- Download URL: qat_qiskit-0.0.1-cp312-cp312-manylinux_2_34_x86_64.whl
- Upload date:
- Size: 565.6 kB
- Tags: CPython 3.12, manylinux: glibc 2.34+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.21
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
732c112163bb0a2eb6bfbf16752f8ab832ec293001eaaf7fc7ecc84300b68082
|
|
| MD5 |
7c8090c4b6d9900060a736a846f38973
|
|
| BLAKE2b-256 |
2a9ba26c8fc06fc07793c40fcdd3f0b263ef7f094bff9e4035bb199c52b2ecf4
|
File details
Details for the file qat_qiskit-0.0.1-cp312-cp312-manylinux_2_34_aarch64.whl.
File metadata
- Download URL: qat_qiskit-0.0.1-cp312-cp312-manylinux_2_34_aarch64.whl
- Upload date:
- Size: 544.8 kB
- Tags: CPython 3.12, manylinux: glibc 2.34+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.21
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6c315c74740800757bb4509bbeaf92c30881aa076ed817a3864fd46fe374b6fa
|
|
| MD5 |
6a88d44923ccf52b6e047fce28195365
|
|
| BLAKE2b-256 |
d48c3c9ff497b94dc61405df9212638e6851fcf9e9eb2c802d7c8b8f927b4efc
|
File details
Details for the file qat_qiskit-0.0.1-cp312-cp312-manylinux_2_28_x86_64.whl.
File metadata
- Download URL: qat_qiskit-0.0.1-cp312-cp312-manylinux_2_28_x86_64.whl
- Upload date:
- Size: 565.6 kB
- Tags: CPython 3.12, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.21
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
370b33f675a9228a2a8df10d4dc7effb71ccccdfdb459087ce011989f61cb7c0
|
|
| MD5 |
f85ebb74d654ffda5dae75cbf5730a42
|
|
| BLAKE2b-256 |
195eae8ee411026f4fe451e1838c38d287a2db0434bbf09f5580a5851104dc5e
|
File details
Details for the file qat_qiskit-0.0.1-cp312-cp312-manylinux_2_28_aarch64.whl.
File metadata
- Download URL: qat_qiskit-0.0.1-cp312-cp312-manylinux_2_28_aarch64.whl
- Upload date:
- Size: 541.6 kB
- Tags: CPython 3.12, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.21
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ed3eeecb5bee8eb463994d1aa6c2a9e75ec54606d00f5bcf64727604acff5715
|
|
| MD5 |
0e1c35a76fe7d61decc2e807943b721e
|
|
| BLAKE2b-256 |
7d35451d70f1da232d29d1c0dfeae482afa4d9a5d50fd1d5940c0ae8dccc6d55
|
File details
Details for the file qat_qiskit-0.0.1-cp312-cp312-macosx_11_0_arm64.whl.
File metadata
- Download URL: qat_qiskit-0.0.1-cp312-cp312-macosx_11_0_arm64.whl
- Upload date:
- Size: 483.9 kB
- Tags: CPython 3.12, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.21
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
98a34b90618f422950f0ffa69d5a1b0b3af829f51b38ffb8c51ef808b4b13dde
|
|
| MD5 |
98183c2716149e3d7a91936eed282807
|
|
| BLAKE2b-256 |
3e4d1b5e9f535e33bd093e08e6d97d5799c790402b1da59726ef4653b24efe96
|
File details
Details for the file qat_qiskit-0.0.1-cp311-cp311-win_amd64.whl.
File metadata
- Download URL: qat_qiskit-0.0.1-cp311-cp311-win_amd64.whl
- Upload date:
- Size: 653.3 kB
- Tags: CPython 3.11, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.21
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
da18cfad7b078cdf794c254fb6c6c7b97404fc5d27ee5a37ced1611813af56a2
|
|
| MD5 |
51f357ef578fa6845d6caebf5cce5c25
|
|
| BLAKE2b-256 |
d5c715d87b82f1670cb1f35f2da9ece02adbea855bbc4dcb26b1e44b54838afb
|
File details
Details for the file qat_qiskit-0.0.1-cp311-cp311-manylinux_2_34_x86_64.whl.
File metadata
- Download URL: qat_qiskit-0.0.1-cp311-cp311-manylinux_2_34_x86_64.whl
- Upload date:
- Size: 521.8 kB
- Tags: CPython 3.11, manylinux: glibc 2.34+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.21
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cd6409938cc2fee8836238152f63b008ed55ced6b0cfd2d2ecbfa43b3819db70
|
|
| MD5 |
7873591238b5041708522e3f74e029bb
|
|
| BLAKE2b-256 |
61cabd871883d396c7cd0af52fce2559d6eb30aafa589f9c7621a943744541ad
|
File details
Details for the file qat_qiskit-0.0.1-cp311-cp311-manylinux_2_34_aarch64.whl.
File metadata
- Download URL: qat_qiskit-0.0.1-cp311-cp311-manylinux_2_34_aarch64.whl
- Upload date:
- Size: 502.3 kB
- Tags: CPython 3.11, manylinux: glibc 2.34+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.21
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1d6699bbb7ece4746a71c72cf931083a5ddf8123e5bd78d4b4185ca78fc1b99c
|
|
| MD5 |
c22127fed89b3af69571cf879f1fcd10
|
|
| BLAKE2b-256 |
c2817379070530f0ac31fbbfa3426f3cb321197ed857e551553840dff5981fa9
|
File details
Details for the file qat_qiskit-0.0.1-cp311-cp311-manylinux_2_28_x86_64.whl.
File metadata
- Download URL: qat_qiskit-0.0.1-cp311-cp311-manylinux_2_28_x86_64.whl
- Upload date:
- Size: 521.8 kB
- Tags: CPython 3.11, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.21
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
99aa43360792194149e19e557f51a0af30afe84e46030103e0e2a15b592c78c9
|
|
| MD5 |
2c71ad92bf15e3e59646f0ce33d42972
|
|
| BLAKE2b-256 |
159803800e37ff09003b1f56629bcf732d9114a09946e01efa9c0f093b48e83c
|
File details
Details for the file qat_qiskit-0.0.1-cp311-cp311-manylinux_2_28_aarch64.whl.
File metadata
- Download URL: qat_qiskit-0.0.1-cp311-cp311-manylinux_2_28_aarch64.whl
- Upload date:
- Size: 499.8 kB
- Tags: CPython 3.11, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.21
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f1e955cd71243796ea36f91ac93b41b087baaddc7cacae79eaa8f5c00efffb1c
|
|
| MD5 |
26e2ce44aec3be6895d6a69cb56a0d00
|
|
| BLAKE2b-256 |
d2fede5529a90da23335d1be602e2bc2fe3d4e90c1f89bd07a710dd366bf7a83
|
File details
Details for the file qat_qiskit-0.0.1-cp311-cp311-macosx_11_0_arm64.whl.
File metadata
- Download URL: qat_qiskit-0.0.1-cp311-cp311-macosx_11_0_arm64.whl
- Upload date:
- Size: 450.3 kB
- Tags: CPython 3.11, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.21
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c6ffe980f5bcd78d74c44e3658e33c703657b633ae9b9178500399aa276a65fa
|
|
| MD5 |
47c5f35cc9878edef68d37d353cf6277
|
|
| BLAKE2b-256 |
b5d217afc55751a462d16b959287b2c587d4638ca22870bb28d791ec3af57a65
|
File details
Details for the file qat_qiskit-0.0.1-cp310-cp310-win_amd64.whl.
File metadata
- Download URL: qat_qiskit-0.0.1-cp310-cp310-win_amd64.whl
- Upload date:
- Size: 658.4 kB
- Tags: CPython 3.10, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.21
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ece371ceb0910b3df03fafded1b7a1f769acde8b2564a57643195ac1dc487469
|
|
| MD5 |
8ae5cb25f1b4fac7a2c2478af2a55a59
|
|
| BLAKE2b-256 |
7f9e5b892bf971fb8b626077111c21a7673bdf5ffc528775c814ae1bef163c79
|
File details
Details for the file qat_qiskit-0.0.1-cp310-cp310-manylinux_2_34_x86_64.whl.
File metadata
- Download URL: qat_qiskit-0.0.1-cp310-cp310-manylinux_2_34_x86_64.whl
- Upload date:
- Size: 529.5 kB
- Tags: CPython 3.10, manylinux: glibc 2.34+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.21
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fa7a95277b942edd1a0f57ec6f0e4b63fe4cb6f9e520528f4612acea29b6bf82
|
|
| MD5 |
6c278d660263bb9811bfb69f63a2614c
|
|
| BLAKE2b-256 |
80173f40789e09c7c1332561d1aad9732a04e84714a09e509a579483850b34d9
|
File details
Details for the file qat_qiskit-0.0.1-cp310-cp310-manylinux_2_34_aarch64.whl.
File metadata
- Download URL: qat_qiskit-0.0.1-cp310-cp310-manylinux_2_34_aarch64.whl
- Upload date:
- Size: 505.8 kB
- Tags: CPython 3.10, manylinux: glibc 2.34+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.21
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6a942502ee91d3d681c578209c7f90907b780bee4a5cbdfbd71c41f3268fa83d
|
|
| MD5 |
984fa6a59c163e4a06ba4ae64243f794
|
|
| BLAKE2b-256 |
9f20b4927ec5bb6bc896865246dc1d4acaa38137c1bc4cc01089ae7a13c9e4bf
|
File details
Details for the file qat_qiskit-0.0.1-cp310-cp310-manylinux_2_28_x86_64.whl.
File metadata
- Download URL: qat_qiskit-0.0.1-cp310-cp310-manylinux_2_28_x86_64.whl
- Upload date:
- Size: 529.6 kB
- Tags: CPython 3.10, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.21
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c90097afb908ed430a457a9355b0673e751899e602d4b94fda3c1c01d3892fd3
|
|
| MD5 |
82662fa812cc37733ce9be23d91c354a
|
|
| BLAKE2b-256 |
9c9497478247ee5b21b08dd83b15de9d9aee4754727ccd6ed88059f78dc2dbe0
|
File details
Details for the file qat_qiskit-0.0.1-cp310-cp310-manylinux_2_28_aarch64.whl.
File metadata
- Download URL: qat_qiskit-0.0.1-cp310-cp310-manylinux_2_28_aarch64.whl
- Upload date:
- Size: 503.5 kB
- Tags: CPython 3.10, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.21
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e1305afe3b09273c98f3aec899470447a6ae115866d3bcf1d17d989cfb6ec760
|
|
| MD5 |
2feb2a6009b69d8d053091fbba4bee5d
|
|
| BLAKE2b-256 |
0ba1854f6253ff8a948aa9901250fefa1bad952236aa289f7287a6f98b3190cf
|
File details
Details for the file qat_qiskit-0.0.1-cp310-cp310-macosx_11_0_arm64.whl.
File metadata
- Download URL: qat_qiskit-0.0.1-cp310-cp310-macosx_11_0_arm64.whl
- Upload date:
- Size: 452.1 kB
- Tags: CPython 3.10, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.21
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
dec15b605d010079015791d27a8f8b9804c7069d7d3d6cad5b7c56357507ad1c
|
|
| MD5 |
f6f0cf15f60f212a4fb059db90eb14f1
|
|
| BLAKE2b-256 |
894c2d9c9c0833c25e153229b44e409f9a5b1f946b9fc049284f253688968d58
|
File details
Details for the file qat_qiskit-0.0.1-cp39-cp39-win_amd64.whl.
File metadata
- Download URL: qat_qiskit-0.0.1-cp39-cp39-win_amd64.whl
- Upload date:
- Size: 660.4 kB
- Tags: CPython 3.9, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.21
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7f9ce5def1a56b08f0cb7be325f9efbd6877235c3faafeea6eaea3d79e045b3b
|
|
| MD5 |
dcac2303d0e89e2f02ab0c9b3219f9d9
|
|
| BLAKE2b-256 |
64daca4a794f179678b60657e2f4a9f6b24917019a2d3451e5bdb85468568af9
|
File details
Details for the file qat_qiskit-0.0.1-cp39-cp39-manylinux_2_34_x86_64.whl.
File metadata
- Download URL: qat_qiskit-0.0.1-cp39-cp39-manylinux_2_34_x86_64.whl
- Upload date:
- Size: 531.0 kB
- Tags: CPython 3.9, manylinux: glibc 2.34+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.21
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7d488c5e0c0756aa198b55f632aa89fe80c8721ba4690b80d32fe0ce3e198da0
|
|
| MD5 |
3fd0494e368bb0ab8a6cf991c620aa0e
|
|
| BLAKE2b-256 |
76c06139adaa1a62d46607921186e5e8edf33fd7350f63939dabc7b82fa5b3d6
|
File details
Details for the file qat_qiskit-0.0.1-cp39-cp39-manylinux_2_34_aarch64.whl.
File metadata
- Download URL: qat_qiskit-0.0.1-cp39-cp39-manylinux_2_34_aarch64.whl
- Upload date:
- Size: 507.5 kB
- Tags: CPython 3.9, manylinux: glibc 2.34+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.21
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
efcfbf0240c5e65b101537bcf42db48069ceada3a04b24b8b77079a6b8aeb610
|
|
| MD5 |
2b1943c882786786c835722c96f05cbb
|
|
| BLAKE2b-256 |
6f32e436157dc97fda81973e517d1ffc0f14113bcb61396729bf161cf3cb34d9
|
File details
Details for the file qat_qiskit-0.0.1-cp39-cp39-manylinux_2_28_x86_64.whl.
File metadata
- Download URL: qat_qiskit-0.0.1-cp39-cp39-manylinux_2_28_x86_64.whl
- Upload date:
- Size: 531.1 kB
- Tags: CPython 3.9, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.21
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2d95c61ac072982bb0ecf929f122ac5c2785d641ab220275c7a3ed29a9c36641
|
|
| MD5 |
881599475525f4d5244d4cb893fcf487
|
|
| BLAKE2b-256 |
057e87d5ec24e0c6a5bb22a532a32f23c83335cf5b64074bea85abdbab91a633
|
File details
Details for the file qat_qiskit-0.0.1-cp39-cp39-manylinux_2_28_aarch64.whl.
File metadata
- Download URL: qat_qiskit-0.0.1-cp39-cp39-manylinux_2_28_aarch64.whl
- Upload date:
- Size: 505.3 kB
- Tags: CPython 3.9, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.21
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d2efb00f016b2efb1c1f22e04139f326c7bb1a5a7684f6593558365956eebc0c
|
|
| MD5 |
ea1062719145c8283d0a4ad648ce8179
|
|
| BLAKE2b-256 |
15eee07237e1068a0fb0edaab8904eaf841d633e59063385a3380971eba9cee7
|
File details
Details for the file qat_qiskit-0.0.1-cp39-cp39-macosx_11_0_arm64.whl.
File metadata
- Download URL: qat_qiskit-0.0.1-cp39-cp39-macosx_11_0_arm64.whl
- Upload date:
- Size: 453.9 kB
- Tags: CPython 3.9, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.9.21
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8c0a07a152e31ff63730fc6e5975af4733bb72cf8b5ece2ce9d9348b92e44858
|
|
| MD5 |
0c7501fc51aec2f33621b571ab6ee682
|
|
| BLAKE2b-256 |
e2e15f96b6b1b72251c6442c665e3544a505119a798494ee42eeb423c5fcbc0b
|