H!
Thank you for the response. Sorry for not elaborating the question properly.
So basically the lattice Hamiltonian i want to simulate is
$$
H_0 = - t\sum_{i=1}^{N} c^{\dagger}_{R,i}c_{R,i+1} - t\sum_{i=1}^{N} c^{\dagger}_{L,i}c_{L,i+1}-
t\sum_{i=1}^{N} c^{\dagger}_{R,i+1}c_{R,i} \\ - t\sum_{i=1}^{N} c^{\dagger}_{L,i+1}c_{L,i}
$$
plus an interaction part of the type
$$
H_{I} = v_0 \sum_{i=1}^{N} n_i n_{i+1}
$$
where @@ n_i = c^{\dagger}_{R,i}c_{R,i} + c^{\dagger}_{L,i}c_{L,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