lanl-ansi / QuantumAnnealing.jl

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

Adaptive Tolerance Variant of simulate_de #22

Closed ccoffrin closed 2 years ago

ccoffrin commented 2 years ago

@zmorrell this is what I propose.

codecov[bot] commented 2 years ago

Codecov Report

Merging #22 (5fd3c24) into main (99f4183) will decrease coverage by 4.22%. The diff coverage is 66.66%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #22      +/-   ##
==========================================
- Coverage   96.83%   92.61%   -4.23%     
==========================================
  Files           5        5              
  Lines         443      474      +31     
==========================================
+ Hits          429      439      +10     
- Misses         14       35      +21     
Impacted Files Coverage Δ
src/simulate_de.jl 77.55% <66.66%> (-22.45%) :arrow_down:
src/simulate.jl 87.83% <0.00%> (-6.76%) :arrow_down:

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 99f4183...5fd3c24. Read the comment docs.

zmorrell commented 2 years ago

This all looks good to me