Architecture Overview
The full architecture reference — pipeline diagram, module responsibilities, data flow,
and how-to guides — lives in ARCHITECTURE.md
at the project root.
Quick Reference
simulate → reconstruct → metrics → plot
↓ ↓
SpatialGraph SpatialGraph
(positions, (+ reconstructed_positions)
adjacency,
edge_metadata)
All steps take and return a SpatialGraph. No module imports from a module further
right in the pipeline.