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

Add tests for logging features of `find_groundstate` #146

Closed lkdvos closed 3 months ago

lkdvos commented 3 months ago

This PR adds some tests to cover the logging functionality. Additionally, it fixes #117

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 84.80%. Comparing base (f7076b4) to head (e3ef881).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #146 +/- ## ========================================== + Coverage 83.62% 84.80% +1.18% ========================================== Files 72 72 Lines 4701 4699 -2 ========================================== + Hits 3931 3985 +54 + Misses 770 714 -56 ```

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