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 tests into modules #119

Closed lkdvos closed 6 months ago

lkdvos commented 6 months ago

This removes the warning messages that the tests were throwing about multiple inclusions. Fixes #115 .

Additionally, changes some of the tolerances and bonddimensions around in the test algorithms for groundstate search to make them a bit more stable

codecov[bot] commented 6 months ago

Codecov Report

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

Comparison is base (45cab94) 84.00% compared to head (64c3be4) 84.00%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #119 +/- ## ======================================= Coverage 84.00% 84.00% ======================================= Files 67 67 Lines 3983 3983 ======================================= Hits 3346 3346 Misses 637 637 ```

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

DaanMaertens commented 6 months ago

Looks good. No comments