lanl-ansi / QuantumAnnealing.jl

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

Make magnus API more consistent #32

Closed ccoffrin closed 2 years ago

ccoffrin commented 2 years ago

move _hamiltonian_eval inside of _magnus_generator so that its output values are similar to _Ω_list.

codecov[bot] commented 2 years ago

Codecov Report

Merging #32 (363a9c4) into main (38ae9de) will decrease coverage by 0.02%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main      #32      +/-   ##
==========================================
- Coverage   92.83%   92.80%   -0.03%     
==========================================
  Files           5        5              
  Lines         600      598       -2     
==========================================
- Hits          557      555       -2     
  Misses         43       43              
Impacted Files Coverage Δ
src/simulate.jl 90.40% <100.00%> (-0.08%) :arrow_down:

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