lanl-ansi / QuantumAnnealing.jl

Tools for the Simulation and Execution of Quantum Annealing Algorithms
Other
23 stars 5 forks source link

Any-Order Magnus Expansion #28

Closed ccoffrin closed 2 years ago

ccoffrin commented 2 years ago

WIP

codecov[bot] commented 2 years ago

Codecov Report

Merging #28 (5d213c1) into main (4a8495a) will decrease coverage by 0.04%. The diff coverage is 95.19%.

@@            Coverage Diff             @@
##             main      #28      +/-   ##
==========================================
- Coverage   92.64%   92.59%   -0.05%     
==========================================
  Files           5        5              
  Lines         476      554      +78     
==========================================
+ Hits          441      513      +72     
- Misses         35       41       +6     
Impacted Files Coverage Δ
src/simulate.jl 90.47% <94.53%> (+2.63%) :arrow_up:
src/base.jl 98.03% <100.00%> (-0.15%) :arrow_down:
src/dwave.jl 96.98% <100.00%> (-0.25%) :arrow_down:
src/simulate_de.jl 77.08% <100.00%> (-0.47%) :arrow_down:
src/ising.jl 100.00% <0.00%> (ø)

:mega: Codecov can now indicate which changes are the most critical in Pull Requests. Learn more

ccoffrin commented 2 years ago

@zmorrell, I am done cleaning this up and it is ready for you to have a look before we merge it. There are a lot of revisions in the algorithm section, the changelog has a summary of them.

ccoffrin commented 2 years ago

great suggestions. Thanks!