-
Notifications
You must be signed in to change notification settings - Fork 60
Rework index manipulation API #416
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
Open
lkdvos
wants to merge
33
commits into
main
Choose a base branch
from
ld-indexmanipulations
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
33 commits
Select commit
Hold shift + click to select a range
c16de9d
Simplify index manipulation API with unified in-place interface
lkdvos 4f9bdd0
Align index manipulation API with TensorOperations dispatch convention
lkdvos f6cd201
simplify implementation
lkdvos 116d6c8
minor code improvements
lkdvos 52296d8
add braid codepath for adjoint tensors
lkdvos aeeb318
rework `add_transform` kernels for TensorMap to only take data vector
lkdvos 687858a
inline transform helpers into add_transform_kernel!
lkdvos e7c774d
make deprecations simpler
lkdvos 3d90e3e
refactor and explain
lkdvos a743f61
use updated scalar types
lkdvos 53e64e9
reorganization
lkdvos 6751f26
all permutes go through braid
lkdvos 99ec03e
format docstrings
lkdvos 432d8e4
update docs
lkdvos 75fdfc1
try to improve on docs
lkdvos 5f742d9
rework buffer interaction
lkdvos 48631de
insert allocator checkpoints/resets
lkdvos 538c30b
attempt to improve `cond` precision in test
lkdvos 4fba1f2
add hook for `adapt_transformer`
lkdvos c70de0c
collapse docstrings
lkdvos 8512ad5
update docs structure
lkdvos c1e910e
update `adapt_transformer`
lkdvos fc323de
multithreading is hard -- race conditions are easy...
lkdvos 3da7cb3
merge fixes
lkdvos cd4e950
Apply suggestions from code review
lkdvos d60c22d
fix variable name
lkdvos ac8f8be
remove double error check
lkdvos 4a7f503
immediately adapt treetransformers
lkdvos cdd6d16
clean up
lkdvos f127e94
more clean up with buffers
lkdvos e19b72a
add docs about fermionic contraction
lkdvos 026d68f
add docs about anyonic contractions
lkdvos 26c844a
Move documentation changes to separate PR
lkdvos 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 was deleted.
Oops, something went wrong.
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.
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.