-
Notifications
You must be signed in to change notification settings - Fork 141
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update an example in BHZ-model to calculate AHE with zeeman term
- Loading branch information
1 parent
f1103c3
commit 3ea993e
Showing
3 changed files
with
124 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
&TB_FILE | ||
Hrfile = "BHZ_hr.dat" | ||
/ | ||
|
||
|
||
!> bulk band structure calculation flag | ||
&CONTROL | ||
AHC_calc = T | ||
BulkBand_calc = T | ||
/ | ||
|
||
&SYSTEM | ||
SOC = 1 ! soc | ||
E_FERMI = 0 ! e-fermi | ||
Bx= 0, By= 0, Bz= 1 ! Bx By Bz | ||
surf_onsite= 0.0 ! surf_onsite | ||
Add_Zeeman_Field = T | ||
Zeeman_energy_in_eV = 0.5 ! in eV | ||
/ | ||
|
||
&PARAMETERS | ||
Eta_Arc = 0.001 ! infinite small value, like brodening | ||
E_arc = 0.0 ! energy for calculate Fermi Arc | ||
OmegaNum = 400 ! omega number | ||
OmegaMin = -8.0 ! energy interval | ||
OmegaMax = 8.0 ! energy interval | ||
Nk1 = 60 ! number k points | ||
Nk2 = 60 ! number k points | ||
Nk3 = 1 ! number k points | ||
/ | ||
|
||
LATTICE | ||
Angstrom | ||
1 0 0 | ||
0 1 0 | ||
0 0 1 | ||
|
||
ATOM_POSITIONS | ||
1 ! number of atoms for projectors | ||
Direct ! Direct or Cartisen coordinate | ||
C 0 0 0 | ||
|
||
PROJECTORS | ||
2 ! number of projectors | ||
C s pz | ||
|
||
|
||
SURFACE ! See doc for details | ||
0 0 1 | ||
1 0 0 | ||
0 1 0 | ||
|
||
KPATH_BULK ! k point path | ||
2 ! number of k line only for bulk band | ||
X 0.50000 0.00000 0.00000 G 0.00000 0.00000 0.00000 | ||
G 0.00000 0.00000 0.00000 Y 0.00000 0.50000 0.50000 | ||
|
||
|
||
KCUBE_BULK | ||
-0.50 -0.50 -0.50 ! Original point for 3D k plane | ||
1.00 0.00 0.00 ! The first vector to define 3d k space plane | ||
0.00 1.00 0.00 ! The second vector to define 3d k space plane | ||
0.00 0.00 1.00 ! The third vector to define 3d k cube | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
&TB_FILE | ||
Hrfile = "Haldane_hr.dat" | ||
/ | ||
|
||
|
||
!> bulk band structure calculation flag | ||
&CONTROL | ||
BulkBand_calc = T ! calculate band structure in kpath mode | ||
AHC_calc = T | ||
/ | ||
|
||
&SYSTEM | ||
SOC = 0 ! soc | ||
E_FERMI = 0 ! e-fermi | ||
/ | ||
|
||
&PARAMETERS | ||
Fermi_broadening = 0.01 ! infinite small value, like brodening | ||
OmegaNum = 1000 ! omega number | ||
OmegaMin = -5.0 ! energy interval | ||
OmegaMax = 5.0 ! energy interval | ||
Nk1 = 60 ! number k points | ||
Nk2 = 60 ! number k points | ||
Nk3 = 1 ! number k points | ||
/ | ||
|
||
LATTICE | ||
Angstrom | ||
2.1377110 -1.2342080 0.0000000 | ||
0.0000000 2.4684160 0.0000000 | ||
0.0000000 0.0000000 10.000000 | ||
|
||
ATOM_POSITIONS | ||
2 ! number of atoms for projectors | ||
Direct ! Direct or Cartisen coordinate | ||
C 0.333333 0.666667 0.500000 | ||
C 0.666667 0.333333 0.500000 | ||
|
||
PROJECTORS | ||
1 1 ! number of projectors | ||
C pz | ||
C pz | ||
|
||
|
||
KPATH_BULK ! k point path | ||
3 ! number of k line only for bulk band | ||
M 0.50000 0.00000 0.00000 K' -.33333 -.33333 0.00000 | ||
K' -.33333 -.33333 0.00000 G 0.00000 0.00000 0.00000 | ||
G 0.00000 0.00000 0.00000 K 0.33333 0.33333 0.00000 | ||
|
||
KCUBE_BULK | ||
0 0 0 | ||
1 0 0 | ||
0 1 0 | ||
0 0 1 |