harshangrjn / QuantumCircuitOpt.jl

A Julia/JuMP Package for Optimal Quantum Circuit Design
Other
56 stars 15 forks source link

Struct for qc model options #43

Closed harshangrjn closed 2 years ago

harshangrjn commented 2 years ago

major updates: moved all model options from qc_model to types.jl (streamlined default methods)

codecov[bot] commented 2 years ago

Codecov Report

Merging #43 (0c3c1f5) into master (3db53eb) will increase coverage by 0.28%. The diff coverage is 98.76%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #43      +/-   ##
==========================================
+ Coverage   94.37%   94.66%   +0.28%     
==========================================
  Files          13       13              
  Lines        1601     1611      +10     
==========================================
+ Hits         1511     1525      +14     
+ Misses         90       86       -4     
Impacted Files Coverage Δ
src/constraints.jl 96.38% <ø> (+0.36%) :arrow_up:
src/solution.jl 93.33% <50.00%> (-3.10%) :arrow_down:
src/data.jl 92.73% <100.00%> (+0.51%) :arrow_up:
src/log.jl 89.85% <100.00%> (+0.34%) :arrow_up:
src/objective.jl 85.00% <100.00%> (ø)
src/qc_model.jl 95.65% <100.00%> (+0.55%) :arrow_up:
src/types.jl 100.00% <100.00%> (ø)

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 4c18ee3...0c3c1f5. Read the comment docs.