-
Notifications
You must be signed in to change notification settings - Fork 17
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
t-J-U-V model #132
t-J-U-V model #132
Conversation
add CI to PariserParr branch
…amiltonian into giovanni-br-issue-116-fix
Giovanni br issue 116 fix
add comput_u function
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.
Great job! We need to make sure that only one type of connectivity is provided. If user provides connectivity as list of tuples, we should build adjacency matrix and then use it to populate "heisenberg" part of the hamiltonian
moha/hamiltonians.py
Outdated
connectivity_ppp: Union[list, np.ndarray], | ||
connectivity_heisenberg: np.ndarray, |
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 think there is only one type of connectivity that needs to be provided. If connectivity is given as list of tuples, adjacency matrix needs to be build first. Once build, it can be used to populate "Heisenberg" part
I'm gonna close this PR for now, since we have equivalent PR on the PariserParr branch |
Draft of implementation of t-J-U-V model