Qmio
Python module to interact with the different backends available in the Qmio system at CESGA.
Installation
pip install qmio
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)
Release files for qmio 0.1.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| qmio-0.1.3.tar.gz | 8.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| qmio-0.1.3-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 18.8 kB
Release files / qmio-0.1.3.tar.gz
| Download URL | qmio-0.1.3.tar.gz |
|---|---|
| Size | 8.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
db1a38fa7fb773a7f36cd95d792544b022f30421399251d8b26950685d20a337
|
|
BLAKE2b-256 checksum How to use checksums |
1e8b61bb513fbec1e544bb074238457d32142492938d7fe1ed81d527da900e97
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.0.0 CPython/3.10.12
|
Release files / qmio-0.1.3-py3-none-any.whl
| Download URL | qmio-0.1.3-py3-none-any.whl |
|---|---|
| Size | 10.5 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
886f9d0f41c9d6144678ea97354f633a8f04deed8c9cd90d3f1b1732432279fa
|
|
BLAKE2b-256 checksum How to use checksums |
0e03d4ad8a83b390431f58faa8afe6590e016a7a23c1ed0d3d41ae2341d736ab
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.0.0 CPython/3.10.12
|