QuantumKitHub / MPSKit.jl

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

Temporary fix for `RecursiveVec` change #187

Closed lkdvos closed 1 week ago

lkdvos commented 1 week ago

This prevents an update of KrylovKit that removed the RecursiveVec type. While the function still works, the type no longer exists so it cannot be specialized on. While the long-term solution consists of simply replacing that with Vector, this currently fails because of this issue: https://github.com/Jutho/KrylovKit.jl/issues/100

codecov[bot] commented 1 week ago

Codecov Report

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

see 1 file with indirect coverage changes