GTorlai / PastaQ.jl

Package for Simulation, Tomography and Analysis of Quantum Computers
Apache License 2.0
141 stars 23 forks source link

[DO NOT MERGE] Format #283

Closed mtfishman closed 2 years ago

mtfishman commented 2 years ago

To avoid complicated merge conflict issues I think I will move these formatting changes to #282, however I have to fix a bug in the AD code that was introduced by that PR.

codecov-commenter commented 2 years ago

Codecov Report

Merging #283 (416463a) into master (6d49251) will decrease coverage by 0.40%. The diff coverage is 81.33%.

:exclamation: Current head 416463a differs from pull request most recent head 911019b. Consider uploading reports for the commit 911019b to get more accurate results

@@            Coverage Diff             @@
##           master     #283      +/-   ##
==========================================
- Coverage   87.57%   87.16%   -0.41%     
==========================================
  Files          22       22              
  Lines        2205     2260      +55     
==========================================
+ Hits         1931     1970      +39     
- Misses        274      290      +16     
Impacted Files Coverage Δ
src/io.jl 71.95% <0.00%> (ø)
src/lpdo.jl 90.38% <ø> (ø)
src/measurements.jl 0.00% <ø> (ø)
src/tomography/tensornetwork-processtomography.jl 98.20% <ø> (ø)
src/circuits/trottersuzuki.jl 35.82% <34.21%> (-3.17%) :arrow_down:
src/itensor.jl 48.93% <40.00%> (ø)
src/circuits/gates.jl 78.00% <45.45%> (+0.91%) :arrow_up:
src/tomography/quantumtomography.jl 80.83% <71.42%> (-0.48%) :arrow_down:
src/circuits/getsamples.jl 86.11% <82.60%> (-0.94%) :arrow_down:
src/circuits/noise.jl 83.48% <82.92%> (-1.52%) :arrow_down:
... and 11 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 6d49251...911019b. Read the comment docs.

mtfishman commented 2 years ago

The code was formatted in #282 so closing this.