LICENSE
README.md
pyproject.toml
src/hermes_drh/__init__.py
src/hermes_drh/_paths.py
src/hermes_drh/py.typed
src/hermes_drh.egg-info/PKG-INFO
src/hermes_drh.egg-info/SOURCES.txt
src/hermes_drh.egg-info/dependency_links.txt
src/hermes_drh.egg-info/entry_points.txt
src/hermes_drh.egg-info/requires.txt
src/hermes_drh.egg-info/top_level.txt
src/hermes_drh/cli/__init__.py
src/hermes_drh/cli/main.py
src/hermes_drh/cli/parser.py
src/hermes_drh/compat/__init__.py
src/hermes_drh/compat/fdtd_solver.py
src/hermes_drh/compat/sar_computation.py
src/hermes_drh/compat/sources.py
src/hermes_drh/compat/thermal_solver.py
src/hermes_drh/compat/voxel_model.py
src/hermes_drh/configs/simulation_example.yaml
src/hermes_drh/configs/thesis_paper_brats_case001_cw.yaml
src/hermes_drh/configs/thesis_paper_brats_case002_cw.yaml
src/hermes_drh/configs/thesis_paper_brats_case003_cw.yaml
src/hermes_drh/configs/thesis_paper_cw_sinusoid.yaml
src/hermes_drh/configs/thesis_paper_gaussian_baseline.yaml
src/hermes_drh/configs/thesis_paper_optimize_antenna.yaml
src/hermes_drh/dashboard/__init__.py
src/hermes_drh/dashboard/app.py
src/hermes_drh/dashboard/local_runner.py
src/hermes_drh/dashboard/practice.py
src/hermes_drh/dashboard/streamlit_app.py
src/hermes_drh/io/__init__.py
src/hermes_drh/io/performance.py
src/hermes_drh/io/progress.py
src/hermes_drh/io/validation.py
src/hermes_drh/optimization/__init__.py
src/hermes_drh/optimization/antenna.py
src/hermes_drh/optimization/load_optimized.py
src/hermes_drh/segmentation/__init__.py
src/hermes_drh/segmentation/brain.py
src/hermes_drh/segmentation/loader.py
src/hermes_drh/settings/__init__.py
src/hermes_drh/settings/anatomy_config.py
src/hermes_drh/settings/simulation.py
src/hermes_drh/settings/tissues.py
src/hermes_drh/settings/visualization.py
src/hermes_drh/simulation/__init__.py
src/hermes_drh/simulation/fdtd/__init__.py
src/hermes_drh/simulation/fdtd/boundaries.py
src/hermes_drh/simulation/fdtd/kernels.py
src/hermes_drh/simulation/fdtd/loops.py
src/hermes_drh/simulation/fdtd/sources.py
src/hermes_drh/simulation/materials/__init__.py
src/hermes_drh/simulation/materials/voxel_model.py
src/hermes_drh/simulation/metrics/__init__.py
src/hermes_drh/simulation/metrics/sar.py
src/hermes_drh/simulation/metrics/thermal.py
src/hermes_drh/visualization/__init__.py
src/hermes_drh/visualization/animations.py
src/hermes_drh/visualization/multiview.py
src/hermes_drh/workflows/__init__.py
src/hermes_drh/workflows/benchmark_pipeline.py
src/hermes_drh/workflows/brain_pipeline.py
tests/test_engine_integration.py
tests/test_load_optimized_config.py
tests/test_packaging_smoke.py
tests/test_practice_vs_cli.py
tests/test_practice_vs_fdtd_boundaries.py
tests/test_practice_vs_fdtd_kernels.py
tests/test_practice_vs_fdtd_loops.py
tests/test_practice_vs_fdtd_sources.py
tests/test_practice_vs_materials_voxel_model.py
tests/test_practice_vs_metrics_sar.py
tests/test_practice_vs_metrics_thermal.py
tests/test_simulation_config.py
tests/test_validation_fdtd.py