Helper python module to interact with the different backends available in Qmio.
Project description
Qmio
Python module to interact with the different backends available in the Qmio system at CESGA.
Usage
from qmio import QmioRuntimeService
circuit = 'OPENQASM 3.0;\ninclude "qelib1.inc";\nqreg q[32];\ncreg c[32];\nx q[0];\nmeasure q[0]->c[0];'
service = QmioRuntimeService()
with service.backend(name="qpu") as backend:
result = backend.run(circuit=circuit, shots=1000)
print(result)
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
qmio-0.1.2.tar.gz
(7.7 kB
view details)
Built Distribution
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
qmio-0.1.2-py3-none-any.whl
(9.9 kB
view details)
File details
Details for the file qmio-0.1.2.tar.gz.
File metadata
- Download URL: qmio-0.1.2.tar.gz
- Upload date:
- Size: 7.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8cd8ed9240cad1a2e64689582a8ea2aedb4758dbeee3f8e58c85336919bf7d82
|
|
| MD5 |
8dc5413602a90e3c544c3b88e5f1388e
|
|
| BLAKE2b-256 |
f90cb60da8fef6967870883da8cb2abea3777a3ee01d962353dfec00c22212f0
|
File details
Details for the file qmio-0.1.2-py3-none-any.whl.
File metadata
- Download URL: qmio-0.1.2-py3-none-any.whl
- Upload date:
- Size: 9.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.10.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b22f41fb05cf49b0ddea6281030b4f909fc05fd120f695505e291bde6bdecb94
|
|
| MD5 |
d33627ee17ea1c9b49636dfde19a48b4
|
|
| BLAKE2b-256 |
0ce3a3ff7b3b39f9d9513e92cdd31f69c6739557791c4de65be727690a70e394
|