.coveragerc
.gitignore
.readthedocs.yml
LICENSE
README.rst
meta.yaml
pyproject.toml
pytest.ini
.github/dependabot.yml
.github/workflows/deploy_PyPi.yml
.github/workflows/deploy_anaconda.yml
.github/workflows/deploy_coverage.yml
.github/workflows/deploy_documentation.yml
PyFiberModes/__future__.py
PyFiberModes/__init__.py
PyFiberModes/_version.py
PyFiberModes/coordinates.py
PyFiberModes/directories.py
PyFiberModes/factory.py
PyFiberModes/fiber.py
PyFiberModes/field.py
PyFiberModes/fundamentals.py
PyFiberModes/loader.py
PyFiberModes/mode.py
PyFiberModes/mode_instances.py
PyFiberModes/source.py
PyFiberModes/stepindex.py
PyFiberModes.egg-info/PKG-INFO
PyFiberModes.egg-info/SOURCES.txt
PyFiberModes.egg-info/dependency_links.txt
PyFiberModes.egg-info/requires.txt
PyFiberModes.egg-info/top_level.txt
PyFiberModes/fiber_files/1550BHP.yaml
PyFiberModes/fiber_files/DCF13.yaml
PyFiberModes/fiber_files/DCF1300S_20.yaml
PyFiberModes/fiber_files/DCF1300S_26.yaml
PyFiberModes/fiber_files/DCF1300S_33.yaml
PyFiberModes/fiber_files/DCF1300S_42.yaml
PyFiberModes/fiber_files/F2028M12.yaml
PyFiberModes/fiber_files/F2028M21.yaml
PyFiberModes/fiber_files/F2028M24.yaml
PyFiberModes/fiber_files/F2058G1.yaml
PyFiberModes/fiber_files/F2058L1.yaml
PyFiberModes/fiber_files/HI1060.yaml
PyFiberModes/fiber_files/HP630.yaml
PyFiberModes/fiber_files/SM1950.yaml
PyFiberModes/fiber_files/SMF28.yaml
PyFiberModes/fiber_files/fluorine_doped_1%_capillary.yaml
PyFiberModes/fiber_files/fluorine_doped_2%_capillary.yaml
PyFiberModes/fiber_files/test_fiber.yaml
PyFiberModes/fiber_files/test_multimode_fiber.yaml
PyFiberModes/solver/__init__.py
PyFiberModes/solver/base_solver.py
PyFiberModes/solver/mlsif/__init__.py
PyFiberModes/solver/mlsif/neff.py
PyFiberModes/solver/ssif/__init__.py
PyFiberModes/solver/ssif/cutoff.py
PyFiberModes/solver/ssif/neff.py
PyFiberModes/solver/tlsif/__init__.py
PyFiberModes/solver/tlsif/cutoff.py
PyFiberModes/tools/__init__.py
PyFiberModes/tools/directories.py
PyFiberModes/tools/utils.py
docs/Makefile
docs/make.bat
docs/examples/README.rst
docs/examples/DCF/README.rst
docs/examples/DCF/plot_DCF_fields.py
docs/examples/SMF28/README.rst
docs/examples/SMF28/plot_smf28.py
docs/examples/SMF28/plot_smf28_dispersion_vs_wavelength.py
docs/examples/SMF28/plot_smf28_group_index_vs_wavelength.py
docs/examples/basic/README.rst
docs/examples/basic/plot_U_vs_V.py
docs/examples/basic/plot_comparison_solvers.py
docs/examples/basic/plot_dispersion.py
docs/examples/basic/plot_effective_index.py
docs/examples/basic/plot_fiber_LP_modes.py
docs/examples/basic/plot_group_index.py
docs/examples/basic/plot_mode_field.py
docs/examples/basic/plot_mode_field_1.py
docs/examples/basic/plot_mode_field_2.py
docs/examples/basic/plot_neff_tapered_fiber.py
docs/source/code.rst
docs/source/conf.py
docs/source/examples.rst
docs/source/index.rst
docs/source/_static/default.css
docs/source/_static/thumbnail.png
perso/test_1.py
perso/test_2.py
perso/test_3.py
tests/__init__.py
tests/test_api.py
tests/test_coordinates.py
tests/test_fiber.py
tests/test_field.py
tests/test_file_loading.py
tests/test_ssif.py
tests/test_tlsif.py
tests/test_validation.py