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

save time of tagging and use it in FILO/FIFO considerations #111

Closed Krastanov closed 3 months ago

Krastanov commented 5 months ago

With #106 merged we now support filo and fifo order for query results. But if we have multiple slots, the order will be by slot index, not by time of insertion. We need to provide time of tagging for this to work.