.env.example
AUTHORS.md
CHANGELOG.md
CITATION.cff
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
SECURITY.md
VERSION
pyproject.toml
requirements-dev.txt
requirements.txt
setup.cfg
./photon_q/__init__.py
./photon_q/version.py
./photon_q/coherence/__init__.py
./photon_q/coherence/density_matrix.py
./photon_q/coherence/lindblad_solver.py
./photon_q/coherence/t2_tracker.py
./photon_q/core/__init__.py
./photon_q/core/nhp.py
./photon_q/core/pct.py
./photon_q/core/phase_locking.py
./photon_q/core/psi_dynamics_tracker.py
./photon_q/core/qoei.py
./photon_q/data/__init__.py
./photon_q/data/optical_loader.py
./photon_q/environments/__init__.py
./photon_q/environments/atmospheric_link.py
./photon_q/environments/fiber_bragg.py
./photon_q/environments/free_space_channel.py
./photon_q/environments/kerr_waveguide.py
./photon_q/environments/photonic_crystal.py
./photon_q/environments/silicon_photonics.py
./photon_q/models/__init__.py
./photon_q/models/lstm_decoherence.py
./photon_q/models/mpc_controller.py
./photon_q/models/siren.py
./photon_q/monitoring/__init__.py
./photon_q/monitoring/alert_engine.py
./photon_q/monitoring/coherence_monitor.py
./photon_q/monitoring/decoherence_predictor.py
./photon_q/quantum/__init__.py
./photon_q/quantum/holevo_bound.py
./photon_q/quantum/mutual_information.py
./photon_q/quantum/von_neumann_entropy.py
./photon_q/sensors/__init__.py
./photon_q/sensors/em_noise_monitor.py
./photon_q/sensors/temperature_reader.py
./photon_q/sensors/vibration_psd.py
./photon_q/utils/__init__.py
./photon_q/utils/config.py
./photon_q/utils/constants.py
./photon_q/visualization/__init__.py
./photon_q/visualization/qoei_dashboard.py
./photon_q/wave/__init__.py
./photon_q/wave/energy_conservator.py
./photon_q/wave/helmholtz_solver.py
./photon_q/wave/kerr_corrector.py
bin/compute_qoei.py
bin/monitor_channel.py
configs/default.yaml
configs/free_space_channel.yaml
configs/photonic_crystal.yaml
examples/quick_start.py
photon_q/__init__.py
photon_q/version.py
photon_q/coherence/__init__.py
photon_q/coherence/density_matrix.py
photon_q/coherence/lindblad_solver.py
photon_q/coherence/t2_tracker.py
photon_q/core/__init__.py
photon_q/core/nhp.py
photon_q/core/pct.py
photon_q/core/phase_locking.py
photon_q/core/psi_dynamics_tracker.py
photon_q/core/qoei.py
photon_q/data/__init__.py
photon_q/data/optical_loader.py
photon_q/environments/__init__.py
photon_q/environments/atmospheric_link.py
photon_q/environments/fiber_bragg.py
photon_q/environments/free_space_channel.py
photon_q/environments/kerr_waveguide.py
photon_q/environments/photonic_crystal.py
photon_q/environments/silicon_photonics.py
photon_q/models/__init__.py
photon_q/models/lstm_decoherence.py
photon_q/models/mpc_controller.py
photon_q/models/siren.py
photon_q/monitoring/__init__.py
photon_q/monitoring/alert_engine.py
photon_q/monitoring/coherence_monitor.py
photon_q/monitoring/decoherence_predictor.py
photon_q/quantum/__init__.py
photon_q/quantum/holevo_bound.py
photon_q/quantum/mutual_information.py
photon_q/quantum/von_neumann_entropy.py
photon_q/sensors/__init__.py
photon_q/sensors/em_noise_monitor.py
photon_q/sensors/temperature_reader.py
photon_q/sensors/vibration_psd.py
photon_q/utils/__init__.py
photon_q/utils/config.py
photon_q/utils/constants.py
photon_q/visualization/__init__.py
photon_q/visualization/qoei_dashboard.py
photon_q/wave/__init__.py
photon_q/wave/energy_conservator.py
photon_q/wave/helmholtz_solver.py
photon_q/wave/kerr_corrector.py
scripts/benchmark.py
scripts/daily_report.py
tests/__init__.py
tests/test_basic.py
tests/integration/__init__.py
tests/regression/__init__.py
tests/unit/__init__.py