Hi Jeff,
On Dec 3, 2006, at 7:07 PM, Jeff Hammond wrote:
Dear ALPS friends,
I'm trying to generate Hamiltonian matrix elements for lattice models using the kitchen sink of symmetries in ALPS. Unfortunately, I can't figure out where I can get them by reading the source code.
We can help but I do not understand the Hamiltonian:
H = sum(i,j,k,l) M(i,j,k,l) c(i)+ c(j)+ c(l) c(k).
This seems to split trivially into single-site terms c(i) and 2-site terms c(l) c(k)
Also, what is c?
I doubt it is ever stored complete in memory, but I just want to read it out element-by-element in sparse format into an external file. If no part of this quantity ever exists but can be obtained by some modifying the code, that works, too.
If someone can point me to the right place and make a suggestion for what to do, that would be fantastic. If this is not a simple request at all, but someone still wants to help me, I can give a much more detailed explanation of what I'm trying to do.
We'll first need to understand what yur question above is. I do not fully understand your H yet?
Matthias