UCL-CCS / symmer

An efficient Python-based framework for implementing qubit subspace methods, reducing the resource requirements for near-term quantum simulations.
MIT License
37 stars 9 forks source link

anticommuting_op tests added and sort method in base.py support optio… #119

Closed AlexisRalli closed 1 year ago

AlexisRalli commented 1 year ago

…n added

codecov-commenter commented 1 year ago

Codecov Report

Merging #119 (6d2351c) into main (0da88fb) will increase coverage by 3.66%. The diff coverage is 96.85%.

@@            Coverage Diff             @@
##             main     #119      +/-   ##
==========================================
+ Coverage   66.90%   70.57%   +3.66%     
==========================================
  Files          29       30       +1     
  Lines        2958     3106     +148     
==========================================
+ Hits         1979     2192     +213     
+ Misses        979      914      -65     
Impacted Files Coverage Δ
symmer/operators/base.py 62.99% <28.57%> (+1.31%) :arrow_up:
symmer/operators/anticommuting_op.py 72.51% <100.00%> (+29.13%) :arrow_up:
tests/test_operators/test_anticommuting_op.py 100.00% <100.00%> (ø)
tests/test_operators/test_base.py 99.61% <100.00%> (+0.08%) :arrow_up:

... and 1 file with indirect coverage changes

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.