Skip to content
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

[BlockSparseArrays] Simplifications of blocks for blocksparse Adjoint and Transpose #1580

Merged
merged 9 commits into from
Nov 15, 2024

Conversation

lkdvos
Copy link
Contributor

@lkdvos lkdvos commented Nov 13, 2024

This PR excises SparseTransposeBlocks and SparseAdjointBlocks, and replaces them with the equivalent adjoint(blocks(a)) and transpose(blocks(a)).
This should not change any functionality, but reduces the complexity as the number of wrapper types decreases.

@lkdvos
Copy link
Contributor Author

lkdvos commented Nov 14, 2024

This should 🤞 now have all necessary imports and be based on the latest main

@mtfishman
Copy link
Member

This is great, thanks!

@mtfishman mtfishman merged commit dbec36b into ITensor:main Nov 15, 2024
12 checks passed
@mtfishman
Copy link
Member

@lkdvos did this fix: ITensor/BlockSparseArrays.jl#2?

@mtfishman
Copy link
Member

(I guess not since that is marked as a broken test in the unit tests.)

@lkdvos
Copy link
Contributor Author

lkdvos commented Nov 15, 2024

Yeah, I double checked and it doesn't. I'll have a look if I can find a solution

@lkdvos lkdvos deleted the ld-wrappedviews branch November 15, 2024 20:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants