Deep copying MPS with copy#387
Merged
lkdvos merged 5 commits intoQuantumKitHub:mainfrom Feb 23, 2026
Merged
Conversation
Contributor
|
Your PR no longer requires formatting changes. Thank you for your contribution! |
Codecov Report✅ All modified and coverable lines are covered by tests.
🚀 New features to boost your workflow:
|
lkdvos
approved these changes
Feb 17, 2026
lkdvos
added a commit
that referenced
this pull request
Feb 23, 2026
* broadcast copy over arrays * add basic tests for copying mps * fix variable naming mismatch * small fixes * format --------- Co-authored-by: Lukas Devos <ldevos98@gmail.com>
lkdvos
added a commit
that referenced
this pull request
Feb 24, 2026
* broadcast copy over arrays * add basic tests for copying mps * fix variable naming mismatch * small fixes * format --------- Co-authored-by: Lukas Devos <ldevos98@gmail.com>
lkdvos
added a commit
that referenced
this pull request
Feb 24, 2026
* broadcast copy over arrays * add basic tests for copying mps * fix variable naming mismatch * small fixes * format --------- Co-authored-by: Lukas Devos <ldevos98@gmail.com>
lkdvos
added a commit
that referenced
this pull request
Feb 24, 2026
* broadcast copy over arrays * add basic tests for copying mps * fix variable naming mismatch * small fixes * format --------- Co-authored-by: Lukas Devos <ldevos98@gmail.com>
lkdvos
added a commit
that referenced
this pull request
Feb 24, 2026
* Revert "Adapt extension (#384)" This reverts commit 2db4cb1. * Deep copying MPS with copy (#387) * broadcast copy over arrays * add basic tests for copying mps * fix variable naming mismatch * small fixes * format --------- Co-authored-by: Lukas Devos <ldevos98@gmail.com> * Refactor entropy function to also use spectrum directly (#377) * Refactor entropy function to also use spectrum directly * specialize to SectorVector and add test * add infinite test * update docstring --------- Co-authored-by: Lukas Devos <ldevos98@gmail.com> * Deep copying MPS with copy (#387) * broadcast copy over arrays * add basic tests for copying mps * fix variable naming mismatch * small fixes * format --------- Co-authored-by: Lukas Devos <ldevos98@gmail.com> * fix wrong testcase * alter JordanMPOTensor Adapt implementation * type stability chenanigans * bump TensorKit minimal version * more bypassing of type stability issues... * fix some tests * lost of git struggles * more git misery! * handle storagetype better * disable lts type stability tests --------- Co-authored-by: Akshay Shankar <sakshays.2000@gmail.com> Co-authored-by: Andreas Feuerpfeil <andreas.feuerpfeil@gmail.com>
Merged
lkdvos
referenced
this pull request
Feb 26, 2026
* update compat to remove broken versions * update changelog * update citation file * update changelog for release
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #386. Probably should add more tests also for copy operations on all other objects like MPOs.