QuantumKitHub / MPSKit.jl

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

Refactor algorithm logging #125

Closed lkdvos closed 6 months ago

lkdvos commented 6 months ago

Changes all keywords to verbosity instead of verbose, and changes some of the messages. Also attempts to make a unified framework for logging messages, to avoid boilerplate code.

codecov[bot] commented 6 months ago

Codecov Report

Attention: Patch coverage is 83.47458% with 78 lines in your changes are missing coverage. Please review.

Project coverage is 83.01%. Comparing base (f9b8de1) to head (3173019). Report is 1 commits behind head on master.

Files Patch % Lines
src/utility/logging.jl 6.06% 62 Missing :warning:
src/algorithms/approximate/fvomps.jl 95.83% 2 Missing :warning:
src/algorithms/approximate/idmrg.jl 97.40% 2 Missing :warning:
src/algorithms/groundstate/dmrg.jl 94.73% 2 Missing :warning:
src/algorithms/groundstate/find_groundstate.jl 50.00% 2 Missing :warning:
src/algorithms/groundstate/idmrg.jl 98.01% 2 Missing :warning:
src/algorithms/propagator/corvector.jl 95.83% 2 Missing :warning:
src/algorithms/statmech/vumps.jl 94.28% 2 Missing :warning:
src/algorithms/approximate/vomps.jl 90.90% 1 Missing :warning:
src/operators/densempo.jl 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #125 +/- ## ========================================== - Coverage 84.04% 83.01% -1.03% ========================================== Files 68 69 +1 Lines 3992 4115 +123 ========================================== + Hits 3355 3416 +61 - Misses 637 699 +62 ```

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