Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

entanglement tracker and swapper added to ProtocolZoo, with significant improvements to the query and messaging systems #81

Merged
merged 27 commits into from
Dec 30, 2023

Conversation

ba2tro
Copy link
Member

@ba2tro ba2tro commented Dec 14, 2023

No description provided.

Copy link

codecov bot commented Dec 15, 2023

Codecov Report

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

Comparison is base (9c8716f) 72.87% compared to head (49f224a) 74.98%.
Report is 4 commits behind head on master.

Files Patch % Lines
src/ProtocolZoo/ProtocolZoo.jl 75.45% 27 Missing ⚠️
src/states_registers_networks_getset.jl 55.35% 25 Missing ⚠️
src/states_registers_networks_shows.jl 53.33% 14 Missing ⚠️
src/networks.jl 81.94% 13 Missing ⚠️
src/queries.jl 93.24% 5 Missing ⚠️
src/messagebuffer.jl 90.00% 3 Missing ⚠️
src/tags.jl 81.81% 2 Missing ⚠️
src/states_registers.jl 93.33% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master      #81      +/-   ##
==========================================
+ Coverage   72.87%   74.98%   +2.10%     
==========================================
  Files          29       37       +8     
  Lines        1132     1399     +267     
==========================================
+ Hits          825     1049     +224     
- Misses        307      350      +43     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Krastanov
Copy link
Member

Could you squish the last 3 commits so all the changes relative to the previous PR are easy to read?

@Krastanov
Copy link
Member

Could you squish the last 3 commits so all the changes relative to the previous PR are easy to read?

I should have said "squash". And I misread the number of commits. Could you squash all the new commits into a single commit with a description of what was done? If we need some additional steps after this is done we will squash them too (or just use commit --amend)

@ba2tro ba2tro force-pushed the ab/firstgenrepeaterv2 branch from 52cc4ba to d8268d9 Compare December 21, 2023 01:01
test/test_messagebuffer.jl Outdated Show resolved Hide resolved
@ba2tro ba2tro force-pushed the ab/firstgenrepeaterv2 branch 3 times, most recently from c9f691c to 1f58d09 Compare December 23, 2023 02:29
@ba2tro ba2tro force-pushed the ab/firstgenrepeaterv2 branch from 259b382 to 92a7af0 Compare December 29, 2023 17:27
test/test_entanglement_tracker.jl Outdated Show resolved Hide resolved
src/messagebuffer.jl Outdated Show resolved Hide resolved
use a counter to keep track of race conditions in messagebuffer and lower bounds for stdlibs compat
@ba2tro ba2tro force-pushed the ab/firstgenrepeaterv2 branch from 92a7af0 to 788576c Compare December 29, 2023 17:54
@Krastanov Krastanov changed the title firstgenrepeaterv2 entanglement tracker and swapper added to ProtocolZoo, with significant improvements to the query and messaging systems Dec 30, 2023
@Krastanov Krastanov merged commit a5f82dd into QuantumSavory:master Dec 30, 2023
9 of 11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants