https://github.com/mpasson/lekkersim
Scattering Matrix Linear Simulator for Photonic Circuits
https://github.com/mpasson/lekkersim
Last synced: 19 days ago
JSON representation
Scattering Matrix Linear Simulator for Photonic Circuits
- Host: GitHub
- URL: https://github.com/mpasson/lekkersim
- Owner: mpasson
- License: agpl-3.0
- Created: 2023-05-12T16:11:06.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-12T16:49:42.000Z (11 months ago)
- Last Synced: 2024-11-15T04:32:34.213Z (6 months ago)
- Language: Python
- Homepage: https://lekkersim.readthedocs.io
- Size: 13.9 MB
- Stars: 8
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome_photonics - lekkersim
README
[](https://www.gnu.org/licenses/agpl-3.0)
[](https://github.com/psf/black)
[](https://lekkersim.readthedocs.io/en/latest/?badge=latest)
[](https://badge.fury.io/py/lekkersim)
# LekkerSIM packageLekkerSIM is a open source package for linear simulation of photonic circuit, based on the well known scattering matrix method.
Its features include:
- Easy calculation of S-parameters of a photonic circuit;
- A collection of pre-defined building blocks for easy definition of circuits;
- Parametric building blocks;
- Hierarchical circuit definition;
- Monitors inside the circuit for calculation of power flow.## Installation
You can install LekkerSIM directly from pypi by running:pip install lekkersim
## Documentation
Full documentation is available on [Read the Docs](https://lekkersim.readthedocs.io).