QuantumBFS / ZXCalculus.jl

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

Document #29

Closed ChenZhao44 closed 4 years ago

ChenZhao44 commented 4 years ago

add documents

codecov[bot] commented 4 years ago

Codecov Report

Merging #29 into master will increase coverage by 15.11%. The diff coverage is 54.07%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master      #29       +/-   ##
===========================================
+ Coverage   57.06%   72.17%   +15.11%     
===========================================
  Files          11       13        +2     
  Lines         864     1071      +207     
===========================================
+ Hits          493      773      +280     
+ Misses        371      298       -73     
Impacted Files Coverage Δ
src/Multigraphs/abstract_multigraph.jl 40.00% <ø> (ø)
src/ZXCalculus.jl 100.00% <ø> (ø)
src/phase_teleportation.jl 0.00% <0.00%> (ø)
src/simplify.jl 45.45% <45.45%> (ø)
src/rules.jl 83.41% <61.72%> (-12.18%) :arrow_down:
src/circuit_extraction.jl 89.68% <100.00%> (+89.68%) :arrow_up:
src/zx_diagram.jl 75.17% <100.00%> (+37.58%) :arrow_up:
src/zx_graph.jl 73.78% <100.00%> (+4.78%) :arrow_up:
... and 4 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 6175ac9...42c8b79. Read the comment docs.

Roger-luo commented 4 years ago

you need to add the build folder to .gitignore so we don't have to commit the build result which is too dense.