QuantumBFS / Yao.jl

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

completes levine-pichler pulse #387

Closed GiggleLiu closed 2 years ago

GiggleLiu commented 2 years ago

NOTE: To get the correct result, the signs of energies and angle must be flipped.

codecov[bot] commented 2 years ago

Codecov Report

Merging #387 (e279486) into master (fc3046e) will increase coverage by 1.26%. The diff coverage is 96.77%.

@@            Coverage Diff             @@
##           master     #387      +/-   ##
==========================================
+ Coverage   87.47%   88.73%   +1.26%     
==========================================
  Files          72       73       +1     
  Lines        3849     4351     +502     
==========================================
+ Hits         3367     3861     +494     
- Misses        482      490       +8     
Impacted Files Coverage Δ
lib/YaoBlocks/src/YaoBlocks.jl 100.00% <ø> (ø)
lib/YaoBlocks/src/autodiff/mat_back.jl 91.66% <0.00%> (ø)
lib/YaoBlocks/src/composite/composite.jl 75.00% <ø> (-5.00%) :arrow_down:
lib/YaoBlocks/src/layout.jl 82.99% <ø> (ø)
lib/YaoBlocks/src/primitive/primitive.jl 100.00% <ø> (ø)
lib/YaoBlocks/src/primitive/rotation_gate.jl 91.48% <ø> (+1.74%) :arrow_up:
lib/YaoSym/src/symengine/instruct.jl 71.42% <66.66%> (ø)
lib/YaoArrayRegister/src/instruct.jl 89.80% <87.50%> (-0.05%) :arrow_down:
lib/YaoBlocks/src/composite/tag/dagger.jl 86.36% <92.85%> (+11.36%) :arrow_up:
lib/YaoArrayRegister/src/qudit_instruct.jl 95.55% <95.55%> (ø)
... and 28 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 4869307...e279486. Read the comment docs.