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
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
File details
Details for the file quelware_client-0.1.2.tar.gz.
File metadata
- Download URL: quelware_client-0.1.2.tar.gz
- Upload date:
- Size: 57.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
635273f648b2dcdc601f9ccc02db6bf62d1d5727abd14951752c9025ce382d5a
|
|
| MD5 |
f07737a99b24b04e6edef7f5d7b7d5bd
|
|
| BLAKE2b-256 |
705112fe8ad26a3c5233d1c9f0c90518a0cc3d2c386487f15eca80e19479d380
|
File details
Details for the file quelware_client-0.1.2-py3-none-any.whl.
File metadata
- Download URL: quelware_client-0.1.2-py3-none-any.whl
- Upload date:
- Size: 32.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8abbd1ce0fa60635a269c6953f97487c4894cfce697ae15415744653cd7b1246
|
|
| MD5 |
7cf499a4e81be997bdf68b2bbde1fc23
|
|
| BLAKE2b-256 |
4c0271644288d58d4d653d6d0350d583a93a1f6e9214f05512f9988b781328b0
|