Skip to content

Latest commit

 

History

History
33 lines (27 loc) · 1.02 KB

README.md

File metadata and controls

33 lines (27 loc) · 1.02 KB

Photon Weave

Coverage Build Status

Photon Weave is a quantum optics simulator designed for the modeling and analysis of quantum systems. Focusing on individual temporal modes, it offers comprehensive support for simulating quantum 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 git@github.com:tqsd/photon_weave.git
cd photon_weave
	pip install -e .

Testing

The tests can simply be run with the pytest testing suite. Before running the tests, make sure that the pytest is installed in your environment.

pip install pytest
# In Photon Weave root directory
pytest