Description
The simulator currently outputs logs as structured data but lacks a visual interface to explore the timeline of events, making debugging and performance analysis more difficult. A timeline-based visualization tool would improve traceability and help identify routing inefficiencies, contention, or synchronization issues.
Goals
- Design and implement a timeline visualization for key simulation events:
- Qubit reservations and releases
- Successful entanglement generation
- Swapping and purification actions and associated classical messages
- Allow filtering by node, qubit, event type, and time range.
- Optionally export the timeline as a static image or interactive HTML.
Benefits
- Makes debugging and event tracing significantly more intuitive.
- Supports reproducibility and performance evaluation.
- Aids in teaching, demonstration, and analysis.
Description
The simulator currently outputs logs as structured data but lacks a visual interface to explore the timeline of events, making debugging and performance analysis more difficult. A timeline-based visualization tool would improve traceability and help identify routing inefficiencies, contention, or synchronization issues.
Goals
Benefits