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
37 stars 15 forks source link

[draft] Firstgenrepeaterv2 #69

Closed Krastanov closed 10 months ago

Krastanov commented 11 months ago

making this just so I can run the tests

codecov[bot] commented 11 months ago

Codecov Report

Attention: 142 lines in your changes are missing coverage. Please review.

Comparison is base (9c8716f) 72.87% compared to head (b6cfaf8) 71.00%.

Files Patch % Lines
src/ProtocolZoo/ProtocolZoo.jl 45.29% 64 Missing :warning:
src/states_registers_networks_getset.jl 55.35% 25 Missing :warning:
src/messagebuffer.jl 48.14% 14 Missing :warning:
src/networks.jl 80.55% 14 Missing :warning:
src/states_registers_networks_shows.jl 53.33% 14 Missing :warning:
src/queries.jl 91.17% 6 Missing :warning:
src/tags.jl 63.63% 4 Missing :warning:
src/states_registers.jl 93.33% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #69 +/- ## ========================================== - Coverage 72.87% 71.00% -1.88% ========================================== Files 29 37 +8 Lines 1132 1390 +258 ========================================== + Hits 825 987 +162 - Misses 307 403 +96 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

Krastanov commented 10 months ago

closed in favor of #81