Metadata-Version: 2.1
Name: photon_weave
Version: 0.0.3
Summary: A quantum optics simulator for modeling and analysis of quantum systems.
Home-page: https://github.com/tqsd/photon_weave
License: Apache-2.0
Keywords: quantum optics,simulation,quantum mechanics
Author: Simon Sekavčnik, Kareem H. El-Safty, Janis Nötzel
Requires-Python: >=3.10
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Physics
Requires-Dist: jax
Requires-Dist: jaxlib
Project-URL: Repository, https://github.com/tqsd/photon_weave
Description-Content-Type: text/markdown

# Photon Weave
![Coverage](assets/coverage.svg)

Photon Weave is a quantum optics simulator designd for modeling and analysis of quantum systems. Focusing on individual temporal modes, it offers comprehensive support for simulating quantums tates within Fock spaces  along with their polarization degrees of freedom.

## Instalation

This package can be installed using pip:
```bash
pip install photon-weave
```
or it can be installed from this repository:
```bash
pip install git+https://github.com/tqsd/photon_weave.git
```

### Instalation for developing
In case you want to add a feature, you can install the system with
```bash
git clone git@github.com:tqsd/photon_weave.git
cd photon_weave
pip install -e .
```

