-
Notifications
You must be signed in to change notification settings - Fork 7
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
Add tutorial on symmetric tensors #27
Conversation
|
This looks amazing. I will try to read it in detail soon. |
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.
Look's great!
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.
This is amazing.
I would advice using something either like the VScode extension Reflow Markdown to limit the line length, or just cut lines at the end of a sentence. This also makes git behave better.
The only remark I would have is distinguishing between what we commonly call big blocks and small blocks a bit more clearly, as this is quite important to work with TensorMap
s.
I think tensor map does not look as nice as just TensorMap
, so mayb a ctrl+f on this would be good as well, as I might have missed a couple
I think I addressed all of the comments. I added a little discussion about the 'big' matrix blocks in the actual block-diagonal decomposition in terms of coupled charges, and the 'small' array blocks associated to each fusion tree. It's at the end of section 18.2.1. I hope this clarifies things instead of just making it more confusion. If it's still not clear I can have another go. |
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.
just some minor typos left, otherwise looks ready to go
A first attempt at an in-depth but (hopefully) intuitive tutorial on constructing symmetric tensors representing Hamintonians in concrete physical systems using TensorKit.jl.