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

Support for measurements in operation_generation.py #20

Closed wbernoudy closed 1 year ago

wbernoudy commented 1 year ago

Fix some bugs in operation generation and add some features for supporting POVM measurements and Kraus operators.

~Maybe will add some machinery for nicely supporting generating a cython/C function from an operator set which will "measure" each operator, and then "apply" a randomly sampled one.~ Done

codecov-commenter commented 1 year ago

Codecov Report

Merging #20 (fa4f288) into master (2f7cb4c) will decrease coverage by 3.22%. The diff coverage is 0.00%.

: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      #20      +/-   ##
==========================================
- Coverage   90.76%   87.54%   -3.22%     
==========================================
  Files          16       16              
  Lines        1278     1325      +47     
  Branches      202      217      +15     
==========================================
  Hits         1160     1160              
- Misses        118      165      +47     
Impacted Files Coverage Δ
dwave/gate/simulator/operation_generation.py 0.00% <0.00%> (ø)

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