GTorlai / PastaQ.jl

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

Update for ITensors v0.2 #210

Closed mtfishman closed 3 years ago

mtfishman commented 3 years ago

Updates for ITensors v0.2, mostly removing type parameters from the ITensor class, such as ITensor{2} -> ITensor.

Also run JuliaFormatter to automatically format the code (using JuliaFormatter; format("."; verbose=true) in the base directory).

codecov-commenter commented 3 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@aa368a4). Click here to learn what that means. The diff coverage is 81.84%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #210   +/-   ##
=========================================
  Coverage          ?   80.61%           
=========================================
  Files             ?       20           
  Lines             ?     2125           
  Branches          ?        0           
=========================================
  Hits              ?     1713           
  Misses            ?      412           
  Partials          ?        0           
Impacted Files Coverage Δ
src/PastaQ.jl 100.00% <ø> (ø)
src/deprecated.jl 0.00% <0.00%> (ø)
src/circuits/productstates.jl 43.75% <25.00%> (ø)
src/measurements.jl 32.63% <25.00%> (ø)
src/optimizers.jl 49.36% <47.05%> (ø)
src/inputoutput.jl 48.57% <50.00%> (ø)
src/lpdo.jl 71.91% <50.00%> (ø)
src/circuits/gates.jl 63.25% <56.80%> (ø)
src/utils.jl 79.69% <77.55%> (ø)
src/tomography/tomographyutils.jl 84.74% <79.31%> (ø)
... 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 aa368a4...273d47e. Read the comment docs.