Conversation
|
The only thing missing here is the parser preprocessing for |
|
I will try to review asap, but I first have to catch up on the latest status of the treetransform stuff, as I never managed to review that part of the vectorize fusiontrees PR. |
Codecov Report❌ Patch coverage is
... and 3 files with indirect coverage changes 🚀 New features to boost your workflow:
|
|
Anything more need doing here or is this ready to go after #389? |
|
Your PR no longer requires formatting changes. Thank you for your contribution! |
f787d47 to
e7361df
Compare
lkdvos
left a comment
There was a problem hiding this comment.
I guess the main thing missing is still the @planar changes... I will try to find some time, but I seem to be having a million things 🙃
|
I'll work on the preprocessor, don't worry about it! But my solution might be a bit ugly... |
|
OK, a lot of comments resolved (hopefully!) |
|
CUDA test fail here seems unrelated, I'm running locally to see if I can repro |
|
Aaaaaand I can't repro locally! |
|
Sure, makes sense to me. I'm just completely wowed by this bug if it's real, it's so silly |
|
I've run the MPSKit tests that aren't already failing on QuantumKitHub/MPSKit.jl#416 against this branch, everything but Aqua passes. I'm running the |
|
Figured out one last MPSKit failure that was related -- an extension of |
|
One final suggestion from my side, but this definitely looks great, so feel free to merge with or without that. |
Co-authored-by: Jutho <Jutho@users.noreply.github.com>
Co-authored-by: Lukas Devos <ldevos98@gmail.com>
Co-authored-by: Lukas Devos <ldevos98@gmail.com>
Co-authored-by: Jutho <Jutho@users.noreply.github.com>
lkdvos
left a comment
There was a problem hiding this comment.
Looks good to me too, could you already increase the version to 0.17? Since this is breaking, we will have to do that anyways, so might as well and then start adding the other breaking stuff in too (CUDA etc)
bump minor version
|
Done! They're calling it the end of Friday snipe commit of the century |
This is probably the nicest way to unblock the various MPSKit changes. I found the
similarmatrixtypeapproach the least gross looking way to achieve this, but open to other ideas.