-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improving infinite mpo matrix #77
Merged
Merged
Changes from 24 commits
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
a96ab73
Improvement on InfiniteMPO done, tests left to do
LHerviou 4abfc79
Fixing for dense
LHerviou 397d6e4
Apply suggestions from code review
LHerviou 4817582
Fixing order of downloading
LHerviou fc72016
Fixing unconventional translations
LHerviou bef7ee1
Trying to fix format
LHerviou 60191be
Initializing
LHerviou 4c3caa3
Fixing vumps_mpo
LHerviou 1a6a6cf
Implementation of Mat comments
LHerviou 72e84e6
Merge pull request #250 from LHerviou/TemporaryTests
LHerviou 1e8db7d
Working with adhoc add and multiply
LHerviou ca08705
Introduced propser summation for empty tensors
LHerviou e3965ef
Testing with newest ITensor
LHerviou d9bdba5
Testing the fix
LHerviou aafb7e2
Merge pull request #252 from LHerviou/Temp_Improving
LHerviou 95c892c
Faster construction for long range models. There seems to be a signif…
LHerviou 7ab8adf
Taking into account Mats comments
LHerviou 9167704
Moved a function around, and added a convenience fuse_legs! that do t…
LHerviou e6988e6
Fixing format
LHerviou c0c586e
Removed apply_tensor from tests and add the fill! fix as it does not …
LHerviou ac087d9
Format test
LHerviou 0a0849c
Merge pull request #253 from LHerviou/Temp_ImprovingInfiniteMPOMatrix
LHerviou e44c58a
Attempt at limiting the number of calls to translatecell
LHerviou 5772ec9
Format
LHerviou 0c8a6cd
Matts comments
LHerviou 559e9c6
Fixing the test
LHerviou dbd351b
Merge pull request #254 from LHerviou/Temp_ImprovingInfiniteMPOMatrix
LHerviou 334ebf4
Fixing fuse_legs!
LHerviou 7f52678
Merge pull request #255 from LHerviou/Temp_ImprovingInfiniteMPOMatrix
LHerviou ad42339
Minor bug
LHerviou 0e1d8b5
Merge pull request #256 from LHerviou/Temp_ImprovingInfiniteMPOMatrix
LHerviou f6b6868
Comments
LHerviou 56b6719
Name change for InfiniteMPOMatrix to InfiniteMPOBlock
LHerviou bd8f653
Forgot a change in a test, and trying to see if I can remove the fill
LHerviou 4512b02
Restablishing fill
LHerviou d6c00b8
Merge pull request #257 from LHerviou/Temp_ImprovingInfiniteMPOMatrix
LHerviou 07655f3
Fixing name
LHerviou a4c24dc
Merge pull request #258 from LHerviou/Temp_ImprovingInfiniteMPOMatrix
LHerviou 39ffc55
Comments + convenience
LHerviou ece17bc
Format
LHerviou 4c482b2
Bug fix
LHerviou 8da20d1
Cleaning up combineblocks
LHerviou File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added a similar definition in ITensor/ITensors.jl#1173, is the definition there not sufficient?