-
Notifications
You must be signed in to change notification settings - Fork 142
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
25d8c0f
commit 2e4b1b0
Showing
5 changed files
with
154 additions
and
87 deletions.
There are no files selected for viewing
50 changes: 50 additions & 0 deletions
50
examples/3DWeyl-model/wt.in-BerryCurvature_kpath_sepband_calc
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,50 @@ | ||
&TB_FILE | ||
Hrfile = "Weyl3D_hr.dat" | ||
/ | ||
|
||
!> bulk band structure calculation flag | ||
&CONTROL | ||
BerryCurvature_kpath_sepband_calc | ||
/ | ||
|
||
&SYSTEM | ||
NumOccupied = 1 ! NumOccupied | ||
SOC = 1 ! soc | ||
E_FERMI = 0 ! e-fermi | ||
/ | ||
|
||
&PARAMETERS | ||
Nk1 = 60 ! number k points | ||
/ | ||
|
||
LATTICE | ||
Angstrom | ||
1.0000000 000000000 000000000 | ||
000000000 1.0000000 000000000 | ||
000000000 000000000 1.0000000 | ||
|
||
ATOM_POSITIONS | ||
1 ! number of atoms for projectors | ||
Direct ! Direct or Cartisen coordinate | ||
A 0 0 0. | ||
|
||
PROJECTORS | ||
1 ! number of projectors | ||
A s | ||
|
||
|
||
SURFACE ! See doc for details | ||
0 0 1 | ||
1 0 0 | ||
0 1 0 | ||
|
||
KPLANE_BULK | ||
Direct | ||
0.00 0.00 0.00 ! Center for 3D k slice | ||
1.00 0.00 0.00 ! The first vector is along x direction | ||
0.00 0.00 1.00 ! The second vector is along z direction | ||
|
||
KPATH_BULK ! k point path | ||
2 ! number of k line only for bulk band | ||
X 0.50000 0.00000 0.0000 G 0.00000 0.00000 0.0000 | ||
G 0.00000 0.00000 0.0000 Z 0.00000 0.00000 0.5000 |
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,48 @@ | ||
&TB_FILE | ||
Hrfile = wannier90_hr.dat | ||
/ | ||
|
||
|
||
&CONTROL | ||
BerryCurvature_kpath_sepband_calc = T | ||
/ | ||
|
||
&SYSTEM | ||
SOC = 1 ! soc | ||
E_FERMI = 9.1839 ! e-fermi | ||
/ | ||
|
||
&PARAMETERS | ||
Fermi_broadening = 0.01 ! infinite small value, like brodening | ||
Nk1 = 61 ! number k points | ||
/ | ||
|
||
LATTICE | ||
Angstrom | ||
1.4350000 1.4350000 -1.4350000 | ||
-1.4350000 1.4350000 1.4350000 | ||
1.4350000 -1.4350000 1.4350000 | ||
|
||
ATOM_POSITIONS | ||
1 ! number of atoms for projectors | ||
Direct ! Direct or Cartisen coordinate | ||
Fe 0.0000000 0.0000000 0.000 | ||
|
||
PROJECTORS | ||
8 ! number of projectors | ||
Fe pz px py dz2 dxz dyz dx2-y2 dxy | ||
|
||
SURFACE ! See doc for details | ||
1 0 0 | ||
0 1 0 | ||
0 0 1 | ||
|
||
KPATH_BULK ! k point path | ||
6 ! number of k line only for bulk band | ||
G 0.0 0.0 0.0 H 0.5 -0.5 0.5 | ||
H 0.5 -0.5 0.5 N 0.0 0.0 0.5 | ||
N 0.0 0.0 0.5 G 0.0 0.0 0.0 | ||
G 0.0 0.0 0.0 P 0.25 0.25 0.25 | ||
P 0.25 0.25 0.25 H 0.5 -0.5 0.5 | ||
H 0.25 0.25 0.25 N 0.0 0.0 0.5 | ||
|
This file was deleted.
Oops, something went wrong.
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