Search found 1 match

by An0123
15 Apr 2021, 04:10
Forum: HowTos and FAQ for TeNPy
Topic: HofstadterBosons Params Settings
Replies: 0
Views: 31515

HofstadterBosons Params Settings

Hi : I want to calculate a problem of Hofstadter model, of which the tunneling term Jx is different in different sites .so i set Jx to be an array. for example: Lx = 6 Ly = 1 Nmax = 2 t = np.array([1,1.5,1,1.5,1]) Jy = np.array([0]) U = 0 parms1 = dict(bc_MPS='finite',filling=(1,1),Lx=Lx,Ly=Ly,Nmax=...