QuantumKitHub / MPSKit.jl

A Julia package dedicated to simulating quantum many-body systems using Matrix Product States (MPS)
MIT License
136 stars 30 forks source link

Format yas style #100

Closed lkdvos closed 11 months ago

codecov[bot] commented 11 months ago

Codecov Report

Attention: 67 lines in your changes are missing coverage. Please review.

Comparison is base (e8659ce) 83.78% compared to head (bd3f830) 83.92%.

Files Patch % Lines
src/states/finitemps.jl 63.33% 11 Missing :warning:
src/algorithms/derivatives.jl 71.87% 9 Missing :warning:
src/operators/densempo.jl 60.00% 8 Missing :warning:
src/states/infinitemps.jl 33.33% 6 Missing :warning:
...c/algorithms/excitation/quasiparticleexcitation.jl 82.75% 5 Missing :warning:
src/environments/multipleenv.jl 50.00% 3 Missing :warning:
src/operators/sparsempo/sparsempo.jl 86.36% 3 Missing :warning:
src/states/windowmps.jl 57.14% 3 Missing :warning:
src/utility/plotting.jl 25.00% 3 Missing :warning:
src/algorithms/changebonds/vumpssvd.jl 50.00% 2 Missing :warning:
... and 12 more
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #100 +/- ## ========================================== + Coverage 83.78% 83.92% +0.14% ========================================== Files 63 63 Lines 3842 3845 +3 ========================================== + Hits 3219 3227 +8 + Misses 623 618 -5 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.