CMakeLists.txt
LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
./phot/__init__.py
./phot/components/__init__.py
./phot/components/adaptive_equalizer.py
./phot/components/ber.py
./phot/components/bps.py
./phot/components/dac_noise.py
./phot/components/frame_syncer.py
./phot/components/gaussian_noise.py
./phot/components/modem.py
./phot/components/phase_noise.py
./phot/components/pulse_shaping.py
./phot/components/rx_simple.py
./phot/optical/__init__.py
./phot/optical/awgn.py
./phot/optical/bit_error.py
./phot/optical/bps.py
./phot/optical/cdc.py
./phot/optical/cma_rde.py
./phot/optical/dbp_compensate.py
./phot/optical/fiber.py
./phot/optical/fine_sync.py
./phot/optical/linewidth_noise.py
./phot/optical/offset_compens.py
./phot/optical/orthog.py
./phot/optical/resolution.py
./phot/utils/__init__.py
./phot/utils/dsp.py
./phot/utils/gpu.py
./phot/utils/io.py
./phot/utils/logging.py
./phot/utils/mathutils.py
./phot/utils/plot.py
phot.egg-info/PKG-INFO
phot.egg-info/SOURCES.txt
phot.egg-info/dependency_links.txt
phot.egg-info/requires.txt
phot.egg-info/top_level.txt
phot/csrc/main.cpp
test/test.py
third_party/pybind11/CMakeLists.txt
third_party/pybind11/LICENSE
third_party/pybind11/include/pybind11/attr.h
third_party/pybind11/include/pybind11/buffer_info.h
third_party/pybind11/include/pybind11/cast.h
third_party/pybind11/include/pybind11/chrono.h
third_party/pybind11/include/pybind11/common.h
third_party/pybind11/include/pybind11/complex.h
third_party/pybind11/include/pybind11/eigen.h
third_party/pybind11/include/pybind11/embed.h
third_party/pybind11/include/pybind11/eval.h
third_party/pybind11/include/pybind11/functional.h
third_party/pybind11/include/pybind11/gil.h
third_party/pybind11/include/pybind11/iostream.h
third_party/pybind11/include/pybind11/numpy.h
third_party/pybind11/include/pybind11/operators.h
third_party/pybind11/include/pybind11/options.h
third_party/pybind11/include/pybind11/pybind11.h
third_party/pybind11/include/pybind11/pytypes.h
third_party/pybind11/include/pybind11/stl.h
third_party/pybind11/include/pybind11/stl_bind.h
third_party/pybind11/include/pybind11/detail/class.h
third_party/pybind11/include/pybind11/detail/common.h
third_party/pybind11/include/pybind11/detail/descr.h
third_party/pybind11/include/pybind11/detail/init.h
third_party/pybind11/include/pybind11/detail/internals.h
third_party/pybind11/include/pybind11/detail/type_caster_base.h
third_party/pybind11/include/pybind11/detail/typeid.h
third_party/pybind11/include/pybind11/eigen/matrix.h
third_party/pybind11/include/pybind11/eigen/tensor.h
third_party/pybind11/include/pybind11/stl/filesystem.h
third_party/pybind11/tests/CMakeLists.txt
third_party/pybind11/tests/test_cmake_build/CMakeLists.txt
third_party/pybind11/tests/test_cmake_build/installed_embed/CMakeLists.txt
third_party/pybind11/tests/test_cmake_build/installed_function/CMakeLists.txt
third_party/pybind11/tests/test_cmake_build/installed_target/CMakeLists.txt
third_party/pybind11/tests/test_cmake_build/subdirectory_embed/CMakeLists.txt
third_party/pybind11/tests/test_cmake_build/subdirectory_function/CMakeLists.txt
third_party/pybind11/tests/test_cmake_build/subdirectory_target/CMakeLists.txt
third_party/pybind11/tests/test_embed/CMakeLists.txt
third_party/pybind11/tools/FindCatch.cmake
third_party/pybind11/tools/FindEigen3.cmake
third_party/pybind11/tools/FindPythonLibsNew.cmake
third_party/pybind11/tools/JoinPaths.cmake
third_party/pybind11/tools/check-style.sh
third_party/pybind11/tools/cmake_uninstall.cmake.in
third_party/pybind11/tools/codespell_ignore_lines_from_errors.py
third_party/pybind11/tools/libsize.py
third_party/pybind11/tools/make_changelog.py
third_party/pybind11/tools/pybind11.pc.in
third_party/pybind11/tools/pybind11Common.cmake
third_party/pybind11/tools/pybind11Config.cmake.in
third_party/pybind11/tools/pybind11NewTools.cmake
third_party/pybind11/tools/pybind11Tools.cmake
third_party/pybind11/tools/pyproject.toml
third_party/pybind11/tools/setup_global.py.in
third_party/pybind11/tools/setup_main.py.in