Coupled Mode Equations solver for Traveling Wave Parametric Amplifiers.
You can find the latest documentation here.
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
twpasolver is licensed under the Apache License 2.0. See the LICENSE file for details.