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

VOMPS #128

Closed lkdvos closed 6 months ago

lkdvos commented 6 months ago

This PR adds VOMPS as a separate flavour for computing leading_boundary. This effectively is equivalent to a power method.

codecov[bot] commented 6 months ago

Codecov Report

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

Project coverage is 83.09%. Comparing base (5ef205e) to head (3477ecb).

Files Patch % Lines
src/algorithms/statmech/vomps.jl 92.10% 3 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #128 +/- ## ========================================== + Coverage 83.01% 83.09% +0.08% ========================================== Files 69 70 +1 Lines 4115 4153 +38 ========================================== + Hits 3416 3451 +35 - Misses 699 702 +3 ```

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