H!
Thank you for the response. Sorry for not elaborating the question properly.
So basically the lattice Hamiltonian i want to simulate is
H0=−tN∑i=1c†R,icR,i+1−tN∑i=1c†L,icL,i+1−tN∑i=1c†R,i+1cR,i−tN∑i=1c†L,i+1cL,i
plus an interaction part of the type
HI=v0N∑i=1nini+1
where ni=c†R,icR,i+c†L,icL,i.
Like you mentioned there are difficulties in treating the Luttinger liquid fermions in a lattice model, but I want to simulate in some sense a toy lattice model that tries to capture some of the physics of a Luttinger liquid with only short range forward - scattering interactions.
So I want to be able to define creation and annihilation operators for two species of fermions that I label R (right) and L (left). I'm using C++ v3 by the way.
Best Regards