Metadata-Version: 2.4
Name: kosmos-core
Version: 0.3.1
Summary: Koordinations-, Optimierungs- und Simulations-Software für Modulare Quanten-Systeme in 6G Netzwerken
Author-email: Michael Kölle <michael.koelle@aignosco.com>
License-Expression: MIT
Keywords: api,kosmos,kosmos-core
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.13
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pydantic>=2.11.7
Requires-Dist: pydantic-settings>=2.10.1
Requires-Dist: numpy>=2.3.2
Requires-Dist: torch>=2.8.0
Requires-Dist: scikit-learn>=1.7.1
Requires-Dist: pandas>=2.2.3
Requires-Dist: scipy>=1.16.1
Requires-Dist: pennylane>=0.43.0
Requires-Dist: pennylane-lightning>=0.43.0
Provides-Extra: dev
Requires-Dist: pytest>=8.4.1; extra == "dev"
Requires-Dist: pytest-cov>=6.2.1; extra == "dev"
Requires-Dist: pytest-asyncio>=1.1.0; extra == "dev"
Requires-Dist: ruff>=0.12.7; extra == "dev"
Requires-Dist: pre-commit>=4.2.0; extra == "dev"
Requires-Dist: pipreqs>=0.4.13; extra == "dev"
Dynamic: license-file

# KOSMOS

Koordinations-, Optimierungs- und Simulations-Software für Modulare Quanten-Systeme in 6G Netzwerken

## Prerequisites

- Python >= 3.13

## Installation

### Install from PyPI

```sh
pip install kosmos-core
```

## Documentation and Examples

You can find the API documentation and examples at [docs.6gqt.mobile.ifi.lmu.de](https://docs.6gqt.mobile.ifi.lmu.de).
