Metadata-Version: 2.4
Name: quapp-qiskit
Version: 0.0.13.dev2
Summary: Quapp common 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-qiskit,quantum
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Requires-Python: <3.11,>=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: oqc-qcaas-client==3.12.0
Requires-Dist: quapp-common==0.0.11.dev6
Requires-Dist: qiskit-aer==0.16.1
Requires-Dist: qiskit-ibm-runtime==0.35.0
Requires-Dist: qiskit==1.3.2
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-qiskit

Quapp qiskit library supporting Quapp Platform for Quantum Computing.

## Overview

`quapp-qiskit` provides the providers, devices, factories, and tasks to
run quantum circuits via Qiskit within the Quapp Platform. It integrates with
IBM Quantum, IBM Cloud, OQC Cloud, and Qiskit simulators (Aer), with a strong
focus on clean, consistent logging, robust error handling, and standardized
header management using project/workspace context to improve maintainability and
clarity.

## Features

- Provider and device factories for IBM Quantum, IBM Cloud, OQC Cloud, and
  Qiskit Aer simulators.
- Circuit export and transpilation pipeline with asynchronous job submission.
- Consistent, context-rich logging across provider/device creation,
  transpilation, job submission, and job fetching.
- Standardized header handling using project and workspace headers for backend
  invocations.
- Improved error handling and diagnostics in critical execution paths.

## Installation

Install via pip:

```bash
pip install quapp-qiskit
```

## Recently Changes Highlights

- refactor: Remove unused timing logs and import from InvocationHandler.
- refactor: Replace set/map usage with set comprehension and enhance logging for
  unsupported devices.
- refactor: Add support for project and workspace headers in backend invocation.
- refactor: Update logging to handle missing jobId gracefully.
- refactor: Improve logging across device and provider classes, enhance error
  handling in key methods.
- chore: Bump a library version and update quapp-common dependency to the latest
  development release.

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