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

Faster SingleSweep noncontextual operator construction strategy - we … #108

Closed TimWeaving closed 1 year ago

TimWeaving commented 1 year ago

…avoid building the full adjacency matrix at each iteration by appending to a tracking matrix instead.

codecov-commenter commented 1 year ago

Codecov Report

Merging #108 (c092b7e) into main (916b92c) will decrease coverage by 0.06%. The diff coverage is 0.00%.

@@           Coverage Diff            @@
##            main    #108      +/-   ##
========================================
- Coverage   6.74%   6.69%   -0.06%     
========================================
  Files         33      33              
  Lines       3615    3647      +32     
========================================
  Hits         244     244              
- Misses      3371    3403      +32     
Flag Coverage Δ
tests 6.69% <0.00%> (-0.06%) :arrow_down:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
symmer/symplectic/base.py 0.00% <0.00%> (ø)
symmer/symplectic/noncontextual_op.py 0.00% <0.00%> (ø)
symmer/symplectic/utils.py 0.00% <0.00%> (ø)

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