Update 1D_Haldane_model.py
This commit is contained in:
parent
e7e99d56a7
commit
e94eb84241
@ -31,7 +31,7 @@ def hamiltonian(k, N, M, t1, t2, phi): # Haldane哈密顿量(N是条带的宽
|
||||
h00[i*4+3, i*4+2] = t1
|
||||
|
||||
# 次近邻
|
||||
h00[i*4+0, i*4+2] = t2*cmath.exp(-1j*phi) # 逆时针为正,顺时针为负
|
||||
h00[i*4+0, i*4+2] = t2*cmath.exp(-1j*phi)
|
||||
h00[i*4+2, i*4+0] = h00[i*4+0, i*4+2].conj()
|
||||
h00[i*4+1, i*4+3] = t2*cmath.exp(-1j*phi)
|
||||
h00[i*4+3, i*4+1] = h00[i*4+1, i*4+3].conj()
|
||||
|
Loading…
x
Reference in New Issue
Block a user