QuantumBFS / Yao.jl

Extensible, Efficient Quantum Algorithm Design for Humans.
https://yaoquantum.org
Other
924 stars 122 forks source link

speed up autodiff #397

Closed GiggleLiu closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #397 (7244c52) into master (15eb406) will increase coverage by 0.15%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #397      +/-   ##
==========================================
+ Coverage   89.16%   89.32%   +0.15%     
==========================================
  Files          73       73              
  Lines        4449     4449              
==========================================
+ Hits         3967     3974       +7     
+ Misses        482      475       -7     
Impacted Files Coverage Δ
lib/YaoBlocks/src/autodiff/apply_back.jl 96.22% <100.00%> (-0.95%) :arrow_down:
lib/YaoBlocks/src/autodiff/adjroutines.jl 63.63% <0.00%> (+14.54%) :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 15eb406...7244c52. Read the comment docs.

Roger-luo commented 2 years ago

tests fail, need to fix the tests

GiggleLiu commented 2 years ago

@Roger-luo fixed.