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

Add simulator #7

Closed wbernoudy closed 1 year ago

codecov-commenter commented 1 year ago

Codecov Report

Merging #7 (f968236) into master (242d6e3) will decrease coverage by 9.51%. The diff coverage is 0.85%.

@@            Coverage Diff             @@
##           master       #7      +/-   ##
==========================================
- Coverage   96.60%   87.09%   -9.52%     
==========================================
  Files          13       15       +2     
  Lines        1061     1178     +117     
  Branches      155      185      +30     
==========================================
+ Hits         1025     1026       +1     
- Misses         36      152     +116     
Impacted Files Coverage Δ
dwave/gate/simulator/operation_generation.py 0.00% <0.00%> (ø)
dwave/gate/simulator/__init__.py 100.00% <100.00%> (ø)

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

randomir commented 1 year ago

Nice work. Cool use of cgen!