Metadata-Version: 2.1
Name: luna-quantum
Version: 0.0.37
Summary: Python SDK for Aqarios' Luna Platform
Home-page: https://aqarios.com/
License: Apache-2.0
Keywords: aqarios,luna,quantum computing,quantum optimization,optimization,sdk
Author: Aqarios
Author-email: pypi@aqarios.com
Requires-Python: >=3.8.0,<4
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering
Provides-Extra: examples
Provides-Extra: transformations
Requires-Dist: dimod (>=0.12.14,<0.13.0)
Requires-Dist: docplex (>=2.25.236,<3.0.0) ; extra == "transformations" or extra == "examples"
Requires-Dist: dwave-neal (>=0.6.0,<0.7.0) ; extra == "transformations" or extra == "examples"
Requires-Dist: httpx (>=0.26.0,<0.27.0)
Requires-Dist: networkx (>=2.7.1,<3.0.0) ; extra == "examples"
Requires-Dist: pydantic (>=2.6.1,<3.0.0)
Requires-Dist: python-dateutil (>=2.9.0,<3.0.0)
Requires-Dist: qiskit (>=0.45.1,<0.46.0) ; extra == "examples"
Requires-Dist: qiskit-ibm-runtime (>=0.18.0,<0.19.0) ; extra == "examples"
Requires-Dist: qiskit-optimization[cplex] (>=0.6.0,<0.7.0) ; extra == "transformations" or extra == "examples"
Requires-Dist: rich (>=13.7.1,<14.0.0) ; extra == "examples"
Project-URL: Documentation, https://docs.aqarios.com/
Description-Content-Type: text/markdown

# Luna Quantum SDK
Luna is a platform developed by [Aqarios](https://aqarios.com/) designed to facilitate access to and utilization of quantum computing for both industry and academia. The SDK serves as a Python wrapper for interfacing with the API, offering a more intuitive means of engaging with the platform. This library grants access to the LunaSolve and LunaQ services.

# Installation
The package is released on PyPI and can be installed via pip:
```
pip install --upgrade luna-quantum
```

# Getting Started
For more details and tutorials on how to use the Luna SDK, refer to the documentation located here: [Aqarios Luna](https://docs.aqarios.com/).

