-
Notifications
You must be signed in to change notification settings - Fork 28
Clean up and simplify optimization interface #127
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
Merged
Merged
Changes from 16 commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
6211f4d
Update PEPSKit.Defaults
pbrehmer 1916e2b
Break up peps_opt.jl into two files
pbrehmer c4e0436
Add symmetrization to PEPSOptimize
pbrehmer ab794ba
Fix realness warning in fixedpoint
pbrehmer 42766e3
Rename `costfun` to `cost_function` and add docstring
pbrehmer 9afaf5f
Clean up tests
pbrehmer dba99e4
Make PEPSKit.fixedpoint argument order consistent with MPSKit.fixedpo…
pbrehmer 80f003d
Add truncation_error and condition_number to CTMRG info return tuples
pbrehmer 6a8e739
Adapt leading_boundary calls to additional info return value
pbrehmer 31e32bd
Adapt leading_boundary rrule to info tuple
pbrehmer ba17a81
Make changes runnable
pbrehmer 3adbc67
Merge branch 'master' into pb-clean-opt-interface
pbrehmer 3dc602f
Add collection of truncation errors, condition numbers, etc. during o…
pbrehmer e773be5
Adapt tests and examples to new fixedpoint return values
pbrehmer a027a3f
Fix tests (1st try)
pbrehmer 799d9e8
Fix tests (2nd try)
pbrehmer a5c5e2a
Apply suggestions
pbrehmer 3bad3da
Rename `envs` to `env`
pbrehmer 1267077
Backpropagate _condition_number with ZeroTangent
pbrehmer d4c620b
Update src/algorithms/ctmrg/simultaneous.jl
pbrehmer 8c93c6e
Relocate computation of condition to projectors
pbrehmer 38d42ac
Merge branch 'pb-clean-opt-interface' of github.com:quantumghent/PEPS…
pbrehmer 58b4570
Use `@ignore_derivatives` for _condition_number
pbrehmer bf09931
Apply local info suggestion
pbrehmer 6afe263
Replace Zygote.Buffers in CTMRG
pbrehmer 534e6f9
Merge branch 'pb-clean-opt-interface' of github.com:quantumghent/PEPS…
pbrehmer ea46eb2
Fix condition number computation
pbrehmer 7d4f51f
Fix _condition_number
pbrehmer e7077a3
Compose first and last directly
pbrehmer 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 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
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
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
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
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
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
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
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.