TRIQS / triqs

a Toolbox for Research on Interacting Quantum Systems
https://triqs.github.io
GNU General Public License v3.0
139 stars 72 forks source link

tests: cover the higher-rank updates implementation #870

Closed hmenke closed 1 year ago

hmenke commented 1 year ago

Works on a776efb6e8e0d9312fc3a79184d3f684b690fa1d Broken since edc1668db666a58b1c7e6a0b21fc2407c4b853ed

hmenke commented 1 year ago

@Wentzell Maybe we can merge this just to get the tests up and running? For the case of regular double insertion k will always be 2 so there will not be any excessive wk resizing. The problem only occurs if updates with different k are interleaved (a situation which currently doesn't work at all).

Wentzell commented 1 year ago

Thank you @hmenke for adding the tests, those were now merged into unstable, together with a proper fix of the issue.