Skip to main content

No project description provided

Project description

quelware-client

The official Python client library for QuEL-3, an integrated control system for quantum computing developed by QuEL, inc.

It provides a high-level, asynchronous interface to connect, configure, and orchestrate QuEL systems via gRPC.

Note: Currently, this library supports QuEL-3. We plan to expand support to our earlier models, such as QuEL-1 and QuEL-1 SE, in future releases.

Installation

You can easily install the package via pip:

pip install quelware-client

Quick Start

Here is a minimal example of connecting to the control server in QuEL system and managing an session:

import asyncio
from quelware_client import create_quelware_client

async def main():
    qc = create_quelware_client(<hostname>, <port>)

    async with qc:
        async with qc.create_session(["your_unit:port_id"]) as session:
            print(f"Session started with token: {session.token}")
            # Deploy instruments, configure sequencer, and run timelines here...

if __name__ == "__main__":
    asyncio.run(main())

For more advanced usage, including pulse generation and sequencer configuration, please check the examples directory.

Documentation

For full API reference and advanced guides, visit the official documentation.

License

This project is licensed under the Apache License 2.0.

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

quelware_client-0.1.1.tar.gz (56.3 kB view details)

Uploaded Source

Built Distribution

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

quelware_client-0.1.1-py3-none-any.whl (31.8 kB view details)

Uploaded Python 3

File details

Details for the file quelware_client-0.1.1.tar.gz.

File metadata

  • Download URL: quelware_client-0.1.1.tar.gz
  • Upload date:
  • Size: 56.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.3

File hashes

Hashes for quelware_client-0.1.1.tar.gz
Algorithm Hash digest
SHA256 2d10f44b1cea9c46009359884790016d9e9793f45ecffaa432f82d66182f9e9f
MD5 23a004f6b0350af1b3f930044868e51d
BLAKE2b-256 9c4990b204ea8a0fd580904781f66f9093d488040897c41a39c48aee97a14a60

See more details on using hashes here.

File details

Details for the file quelware_client-0.1.1-py3-none-any.whl.

File metadata

File hashes

Hashes for quelware_client-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 8e3dedd2b91811f42c2dafa5235d207f4c1d3f21267bc54b95985519f8ad5fea
MD5 96f46e68c8e6e804ff695765372804e4
BLAKE2b-256 c3b28074b54f406a56bc64c3deb4edb596a742dedef8cdfda2eb6486aaaec3ca

See more details on using hashes here.

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