Update Kane_Mele_model.m
This commit is contained in:
parent
04d55fa30d
commit
8d593a0047
@ -93,7 +93,7 @@ H = h00 + h01 * exp(1j * k) + h01' * exp(-1j * k);
|
|||||||
end
|
end
|
||||||
|
|
||||||
function sign = sign_spin(spin)
|
function sign = sign_spin(spin)
|
||||||
if spin == 0
|
if spin == 1
|
||||||
sign = 1;
|
sign = 1;
|
||||||
else
|
else
|
||||||
sign = -1;
|
sign = -1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user