QuantumBFS / ZXCalculus.jl

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

Improve coverage #84

Closed ChenZhao44 closed 3 years ago

ChenZhao44 commented 3 years ago

Still working on it. Please do not merge it.

codecov[bot] commented 3 years ago

Codecov Report

Merging #84 (318700e) into master (5c879b5) will increase coverage by 7.37%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #84      +/-   ##
==========================================
+ Coverage   83.55%   90.93%   +7.37%     
==========================================
  Files          11       11              
  Lines        1666     1654      -12     
==========================================
+ Hits         1392     1504     +112     
+ Misses        274      150     -124     
Impacted Files Coverage Δ
src/circuit_extraction.jl 94.82% <ø> (+15.25%) :arrow_up:
src/zx_graph.jl 92.70% <0.00%> (+0.52%) :arrow_up:
src/rules.jl 94.60% <0.00%> (+4.69%) :arrow_up:
src/ir.jl 75.13% <0.00%> (+11.64%) :arrow_up:
src/zx_diagram.jl 97.68% <0.00%> (+12.74%) :arrow_up:
src/phase.jl 82.81% <0.00%> (+18.75%) :arrow_up:

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 5c879b5...318700e. Read the comment docs.

ChenZhao44 commented 3 years ago

@Roger-luo It's better now