You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It has been a while since we last generated all examples and many things have changed since then. Here I regenerate almost all examples with updated dependencies. There actually were some bugs in the examples that were throwing errors, so these have now been fixed.
Only the boundary MPS example won't run at the moment due to some MPO printing problems, I think the code itself runs fine. See the error message:
We never defined MPSKit.physicalspace for our custom local sandwich types that go into the MPO. Aparently the show for InfiniteMPO changed to call physicalspace, which then didn't work for MPOs representing PEPS sandwich transfer operators. I added physicalspace and regenerated the example.
The printing is pretty wild though, actually showing all of the tensor elements in the MPS and MPO. I can't remember if this was always like this, or if something changed about that as well. But I guess this is now standard MPSKit behavior? Never mind, I reran with some old versions by accident, looks totally fine on the latest versions.
I updated the Bose-Hubbard example since the optimization was struggling a bit at the beginning; now it runs through smoothly. I think this should be good to go now.
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
documentationImprovements or additions to documentation
2 participants
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.
It has been a while since we last generated all examples and many things have changed since then. Here I regenerate almost all examples with updated dependencies. There actually were some bugs in the examples that were throwing errors, so these have now been fixed.
Only the boundary MPS example won't run at the moment due to some MPO printing problems, I think the code itself runs fine. See the error message:
Details
Is this known in MPSKit already? Anyways, I left the boundary MPS example as is for now but it would be nice to update that one as well.