Skip to main content

Quantum-as-a-Service utilizing IQMProvider, IQMBackend, IQMJob and HEAppE. Developed by IT4Innovations.

Project description

Documentation

Access IQM quantum hardware through the LEXIS platform via HEAppE.

Documentation: https://it4innovations.github.io/quantum-as-a-service/

Quick start

pip3.11 install git+https://github.com/It4innovations/quantum-as-a-service.git@main
from py4lexis.session import LexisSession
from qaas import QProvider
from qiskit import QuantumCircuit

token    = LexisSession().get_access_token()
backend  = QProvider(token, "my_project").get_backend("EQE1-CZ-P0001")

qc = QuantumCircuit(2, 2)
qc.h(0); qc.cx(0, 1); qc.measure_all()

counts = backend.run(backend.transpile(qc), shots=1000).result().get_counts()
print(counts)

Authors

License

Apache 2.0 — see LICENSE.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

qaas-0.2.0.tar.gz (56.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

qaas-0.2.0-py3-none-any.whl (63.7 kB view details)

Uploaded Python 3

File details

Details for the file qaas-0.2.0.tar.gz.

File metadata

  • Download URL: qaas-0.2.0.tar.gz
  • Upload date:
  • Size: 56.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for qaas-0.2.0.tar.gz
Algorithm Hash digest
SHA256 175d86fbb30b254cb1bc63ba19b9184001e7bd0b9d30e8d2c7a66be18f220452
MD5 aee9d9858032a61756fa3fba8984423d
BLAKE2b-256 075cb8dc62e2d49af4d6dc56a948cdcf9ac465b3762900522c3948cb37654cf5

See more details on using hashes here.

Provenance

The following attestation bundles were made for qaas-0.2.0.tar.gz:

Publisher: build.yml on It4innovations/quantum-as-a-service

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file qaas-0.2.0-py3-none-any.whl.

File metadata

  • Download URL: qaas-0.2.0-py3-none-any.whl
  • Upload date:
  • Size: 63.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for qaas-0.2.0-py3-none-any.whl
Algorithm Hash digest
SHA256 00c468a34b73b5f660d801bd7f19577794ad35e343fe5251f17ca8ec404f78a3
MD5 07e028e3884f8c271db1449dc5c06edd
BLAKE2b-256 8b4e3af00ef3e1701700f57e7354ed239bf180c754f664eaa66a253986603df5

See more details on using hashes here.

Provenance

The following attestation bundles were made for qaas-0.2.0-py3-none-any.whl:

Publisher: build.yml on It4innovations/quantum-as-a-service

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

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