Skip to content

tqsd/photon_weave

Repository files navigation

Photon Weave

Coverage

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

Installation

This package can be installed using pip:

pip install photon-weave

or it can be installed from this repository:

pip install git+https://github.com/tqsd/photon_weave.git

Installation for developing

In case you want to add a feature, you can install the system with:

git clone [email protected]:tqsd/photon_weave.git
cd photon_weave
pip install -e .