QuantumSavory / QuantumSavory.jl

A full stack simulator of quantum hardware, from the low-level analog physics to high-level network dynamics. Includes discrete event simulator, symbolic representation for quantum object, and works with many backend simulators.
https://quantumsavory.github.io/QuantumSavory.jl/
MIT License
30 stars 11 forks source link

show states currently passing through quantum channels in network visualizations #97

Open Krastanov opened 7 months ago

Krastanov commented 7 months ago

Currently we visualize states stored in registers as black diamonds. We should also have a way to denote states that are currently traveling through a channel, especially if they are entangled with something. Maybe we can show them as traveling arrows with location interpolated between two nodes.

94 has set the groundwork for this