Metadata-Version: 2.4
Name: quapp-pennylane
Version: 0.0.4.dev6
Summary: Quapp pennylane 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-pennylane,pennylane,quantum
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: quapp-common==0.0.11.dev7
Requires-Dist: autoray==0.6.11
Requires-Dist: pennylane==0.37.0
Requires-Dist: matplotlib
Requires-Dist: PennyLane-Rigetti==0.36.0
Requires-Dist: PennyLane_Lightning==0.37.0
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-pennylane

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

## Overview

`quapp-pennylane` is a Python library that integrates the Quapp Platform with
PennyLane-based quantum backends and simulators. It provides common abstractions
for providers and devices, helpers for circuit construction/export, robust job
submission and result 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 PennyLane-compatible platforms (e.g., local
  simulators and vendor-backed devices exposed via PennyLane).
- Circuit export utilities and helpers for building and running PennyLane
  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.

## Installation

Install via pip:

```bash
pip install quapp-pennylane
```

## Recently Changes Highlights

- refactor: Update probability measurement handling and histogram generation
  logic
- refactor: Add `_transpile_circuit` method with logging improvements
- refactor: Switch to `job_logger` and improve logging consistency in PennyLane
  factories
- build: Bump a version to 0.0.4.dev6 and update dependency `quapp-common` to
  0.0.11.dev7
- refactor: Enhance logging and error handling across QAppPennylane components

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