Metadata-Version: 2.4
Name: quapp-braket
Version: 0.0.11.dev8
Summary: Quapp braket library supporting Quapp Platform for Quantum Computing
Author-email: "CITYNOW Co. Ltd. " <corp@citynow.vn>
License: The MIT License (MIT)
        Copyright © CITYNOW Co. Ltd. All rights reserved.
        
        Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Project-URL: Homepage, https://citynow.asia/
Keywords: quapp,quapp-braket,braket,quantum
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: quapp-common==0.0.11.dev5
Requires-Dist: amazon-braket-sdk==1.83.0
Requires-Dist: oqc-qcaas-client==3.7.0
Requires-Dist: qiskit==1.4.3
Requires-Dist: pytket<3,>=2.3
Requires-Dist: pytket-braket
Requires-Dist: pymorphous
Provides-Extra: dev
Requires-Dist: black; extra == "dev"
Requires-Dist: bumpver; extra == "dev"
Requires-Dist: isort; extra == "dev"
Requires-Dist: pip-tools; extra == "dev"
Requires-Dist: pytest; extra == "dev"
Dynamic: license-file

# quapp-braket

Quapp Braket library supporting the Quapp Platform for Quantum Computing with
providers, devices, circuit export, invocation, and job fetching utilities.

## Overview

`quapp-braket` is a Python library that integrates the Quapp Platform with
Amazon
Braket and related quantum backends. It provides common abstractions for
providers and devices, circuit conversion/export helpers, robust job submission
and fetching flows, and consistent, job-scoped logging across components. Recent
improvements focus on cleaner and more consistent logging, better error
handling, and clear separation of concerns between invocation and fetching
flows.

Features

- Provider and device factories for quantum computing platforms (e.g., AWS
  Braket, OQC Cloud, and Quapp simulators).
- Circuit export utilities, including conversion from Braket circuits to Qiskit
  circuits.
- Handlers for job invocation and job result fetching with enhanced,
  context-rich logging.
- Job-scoped, instance-bound logging for improved traceability and debugging.
- Refined log levels and simplified imports to reduce noise and improve clarity.
- Compatibility with Qiskit 1.4.3, pinned for stability.

## Installation

Install via pip:

``` bash
bash pip install quapp-braket
```

## Recently Changes Highlights

- Refactor: Added job-specific, instance-bound loggers and improved log levels
  across handlers and tasks.
- Refactor: Simplified imports and reduced redundant debug logs while keeping
  detailed context where needed.
- Build: Pinned Qiskit to 1.4.3 to ensure compatibility.
- Build: Added dependencies for quantum and AWS-related functionality to broaden
  backend support.
- Enhancement: Clearer handler selection logic for invocation vs. job fetching
  based on provider job IDs.

For detailed usage and API references, please refer to the in-code documentation
or contact the maintainers.
