LICENSE
README.md
pyproject.toml
src/sax/__init__.py
src/sax/circuits.py
src/sax/constants.py
src/sax/fit.py
src/sax/interpolation.py
src/sax/loss.py
src/sax/multimode.py
src/sax/netlists.py
src/sax/ports.py
src/sax/s.py
src/sax/utils.py
src/sax.egg-info/PKG-INFO
src/sax.egg-info/SOURCES.txt
src/sax.egg-info/dependency_links.txt
src/sax.egg-info/requires.txt
src/sax.egg-info/top_level.txt
src/sax/backends/__init__.py
src/sax/backends/additive.py
src/sax/backends/filipsson_gunnar.py
src/sax/backends/forward_only.py
src/sax/backends/klu.py
src/sax/models/__init__.py
src/sax/models/bends.py
src/sax/models/couplers.py
src/sax/models/crossings.py
src/sax/models/factories.py
src/sax/models/mmis.py
src/sax/models/probes.py
src/sax/models/rf.py
src/sax/models/splitters.py
src/sax/models/straight.py
src/sax/parsers/__init__.py
src/sax/parsers/lumerical.py
src/sax/parsers/touchstone.py
src/sax/saxtypes/__init__.py
src/sax/saxtypes/anymode.py
src/sax/saxtypes/core.py
src/sax/saxtypes/custom_warnings.py
src/sax/saxtypes/into.py
src/sax/saxtypes/multimode.py
src/sax/saxtypes/netlist.py
src/sax/saxtypes/settings.py
src/sax/saxtypes/singlemode.py
src/tests/__init__.py
src/tests/test_circuit.py
src/tests/test_imports.py
src/tests/test_nbs.py
src/tests/test_netlist.py
src/tests/test_probes.py
src/tests/test_rf_models.py