SupOpToolBox : ToolBox for physics and photonics

Note

This project is under active development. To contribute, look at the Collaboration section.

ToolBox of functions for physicists in photonics (Python langage)

Package developed by Institut d’Optique Graduate School / France

How to use

To install SupOpNumTools, we strongly recommend using a scientific Python distribution.

If you already have Python, you can install NumPy with:

pip install SupOpNumTools

How to import SupOpNumTools

To access SupOpNumTools and its functions import it in your Python code like this:

import SupOpNumTools as SONT

We shorten the imported name to SONT for better readability of code using SupOpNumTools.