Dear alps team
I am using the print_numeric program in the model directory to print the basis vectors and hamiltonian matrices for the fermionic hubbard model.
Now the problem is that the basis gives the specified combination but not the correct sign.
for example for 2 site hubbard model one up spin, one down spin it gives
{ [ |0 0 > |1 1 > ] [ |0 1 > |1 0 > ] [ |1 0 > |0 1 > ] [ |1 1 > |0 0 > ] }
now the 2nd and 3rd row should have opposite sign either 2nd -ve or 3rd negative according to convention.
Now based on this set it calculated the matrix
[4,4]((0,1,-1,0),(1,0,0,1),(-1,0,0,-1),(0,1,-1,0))
which is wrong as all terms are negative. so I cannot find correct eigen values from this matrix.
tell me how can I solve the problem with sign problem of basis states and find correct hamiltonian matrix
Best regards khalid loane