Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 661 Bytes

README.md

File metadata and controls

32 lines (21 loc) · 661 Bytes

twpasolver

Coupled Mode Equations solver for Traveling Wave Parametric Amplifiers.

Documentation

You can find the latest documentation here.

Installation

Clone the repository with:

git clone https://github.com/twpalab/twpasolver

then to install it in normal mode:

pip install .

Use poetry to install the latest version in developer mode, remember to also install the pre-commits!

poetry install --with docs,analysis
pre-commit install

License

twpasolver is licensed under the Apache License 2.0. See the LICENSE file for details.