zapata-engineering / orqviz

Python package for visualizing the loss landscape of parameterized quantum algorithms.
Apache License 2.0
84 stars 18 forks source link

Update main #36

Closed mstechly closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #36 (d45161d) into main (7b3c413) will increase coverage by 2.33%. The diff coverage is 99.28%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #36      +/-   ##
==========================================
+ Coverage   81.81%   84.15%   +2.33%     
==========================================
  Files          26       28       +2     
  Lines         638      713      +75     
  Branches       64       71       +7     
==========================================
+ Hits          522      600      +78     
+ Misses         95       93       -2     
+ Partials       21       20       -1     
Impacted Files Coverage Δ
src/orqviz/__init__.py 100.00% <ø> (ø)
src/orqviz/pca/plots.py 100.00% <ø> (ø)
src/orqviz/elastic_band/data_structures.py 82.35% <90.00%> (-0.26%) :arrow_down:
src/orqviz/aliases.py 100.00% <100.00%> (ø)
src/orqviz/elastic_band/auto_neb.py 85.71% <100.00%> (ø)
src/orqviz/elastic_band/neb.py 82.92% <100.00%> (+0.42%) :arrow_up:
src/orqviz/elastic_band/plots.py 100.00% <100.00%> (ø)
src/orqviz/geometric.py 100.00% <100.00%> (ø)
src/orqviz/gradients.py 89.65% <100.00%> (+15.58%) :arrow_up:
src/orqviz/hessians/data_structures.py 100.00% <100.00%> (ø)
... and 10 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 7b3c413...d45161d. Read the comment docs.