dwavesystems / dwave-gate

dwave-gate is a software package for constructing, modifying and running quantum circuits on the provided state-vector simulator.
Apache License 2.0
12 stars 7 forks source link

Fix various issues #24

Closed thisac closed 1 year ago

thisac commented 1 year ago

Fixes #17

codecov-commenter commented 1 year ago

Codecov Report

Merging #24 (923b1f5) into master (377deed) will increase coverage by 0.25%. The diff coverage is 85.71%.

:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@            Coverage Diff             @@
##           master      #24      +/-   ##
==========================================
+ Coverage   90.87%   91.12%   +0.25%     
==========================================
  Files          16       16              
  Lines        1293     1307      +14     
  Branches      207      214       +7     
==========================================
+ Hits         1175     1191      +16     
+ Misses        118      116       -2     
Impacted Files Coverage Δ
dwave/gate/simulator/operation_generation.py 0.00% <0.00%> (ø)
dwave/gate/circuit.py 100.00% <100.00%> (ø)
dwave/gate/mixedproperty.py 100.00% <100.00%> (+6.45%) :arrow_up:
dwave/gate/operations/base.py 100.00% <100.00%> (ø)
dwave/gate/primitives.py 100.00% <100.00%> (ø)

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more