QuantumBFS / ZXCalculus.jl

An implementation of ZX-calculus in Julia
http://yaoquantum.org/ZXCalculus.jl/dev/
MIT License
48 stars 7 forks source link

LightGraphs -> Graphs #89

Closed Roger-luo closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #89 (8f69b40) into master (d05cd92) will decrease coverage by 0.23%. The diff coverage is 96.96%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #89      +/-   ##
==========================================
- Coverage   93.25%   93.01%   -0.24%     
==========================================
  Files          11       11              
  Lines        1927     1775     -152     
==========================================
- Hits         1797     1651     -146     
+ Misses        130      124       -6     
Impacted Files Coverage Δ
src/abstract_zx_diagram.jl 97.14% <90.90%> (ø)
src/zx_diagram.jl 96.86% <100.00%> (+0.08%) :arrow_up:
src/zx_graph.jl 93.80% <100.00%> (+0.20%) :arrow_up:
src/zx_layout.jl 95.00% <100.00%> (ø)
src/circuit_extraction.jl 94.82% <0.00%> (-0.65%) :arrow_down:
src/rules.jl 91.05% <0.00%> (-0.55%) :arrow_down:
src/ir.jl 89.10% <0.00%> (-0.14%) :arrow_down:
src/phase_teleportation.jl 100.00% <0.00%> (ø)
src/simplify.jl 94.85% <0.00%> (+0.18%) :arrow_up:
... and 1 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update bc367c1...8f69b40. Read the comment docs.

Roger-luo commented 2 years ago

need upstream update in CompilerPluginTools to fix test failure on nightly