forked from quanshengwu/wannier_tools
-
Notifications
You must be signed in to change notification settings - Fork 0
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
69b42fd
commit a3287a7
Showing
10 changed files
with
281 additions
and
96 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,99 @@ | ||
&TB_FILE | ||
Hrfile = 'wannier90_hr.dat' | ||
Package = 'VASP' ! obtained from VASP, it could be 'VASP', 'QE', 'Wien2k', 'OpenMx' | ||
/ | ||
|
||
LATTICE | ||
Angstrom | ||
-2.069 -3.583614 0.000000 ! crystal lattice information | ||
2.069 -3.583614 0.000000 | ||
0.000 2.389075 9.546667 | ||
|
||
ATOM_POSITIONS | ||
5 ! number of atoms for projectors | ||
Direct ! Direct or Cartisen coordinate | ||
Bi 0.3990 0.3990 0.6970 | ||
Bi 0.6010 0.6010 0.3030 | ||
Se 0.0000 0.0000 0.5000 | ||
Se 0.2060 0.2060 0.1180 | ||
Se 0.7940 0.7940 0.8820 | ||
|
||
PROJECTORS | ||
3 3 3 3 3 ! number of projectors | ||
Bi pz px py ! projectors | ||
Bi pz px py | ||
Se pz px py | ||
Se pz px py | ||
Se pz px py | ||
|
||
!> bulk band structure calculation flag | ||
&CONTROL | ||
BulkBand_calc = T | ||
BulkBand_points_calc = T | ||
/ | ||
|
||
&SYSTEM | ||
NumOccupied = 18 ! NumOccupied | ||
SOC = 1 ! soc | ||
E_FERMI = 4.4195 ! e-fermi | ||
/ | ||
|
||
! get projected bands onto different orbitals, here we only consider orbital and omit the spin freedom | ||
SELECTED_WANNIERORBITALS | ||
2 | ||
1-6 ! Bi | ||
7-15 ! Se | ||
|
||
|
||
&PARAMETERS | ||
Nk1 = 41 ! number k points odd number would be better | ||
/ | ||
|
||
KPATH_BULK ! k point path | ||
4 ! number of k line only for bulk band | ||
G 0.00000 0.00000 0.0000 Z 0.00000 0.00000 0.5000 | ||
Z 0.00000 0.00000 0.5000 F 0.50000 0.50000 0.0000 | ||
F 0.50000 0.50000 0.0000 G 0.00000 0.00000 0.0000 | ||
G 0.00000 0.00000 0.0000 L 0.50000 0.00000 0.0000 | ||
|
||
KPOINTS_3D | ||
4 | ||
Direct | ||
0.0 0.0 0.0 | ||
0.5 0.0 0.0 | ||
0.0 0.5 0.0 | ||
0.0 0.0 0.5 | ||
|
||
WANNIER_CENTRES ! copy from wannier90.wout | ||
Cartesian | ||
-0.000040 -1.194745 6.638646 | ||
0.000038 -1.196699 6.640059 | ||
-0.000032 -1.192363 6.640243 | ||
-0.000086 -3.583414 2.908040 | ||
0.000047 -3.581457 2.906587 | ||
-0.000033 -3.585864 2.906443 | ||
-0.000001 1.194527 4.773338 | ||
0.000003 1.194538 4.773336 | ||
-0.000037 1.194536 4.773327 | ||
0.000006 -1.194384 1.130261 | ||
-0.000018 -1.216986 1.140267 | ||
0.000007 -1.172216 1.140684 | ||
0.000011 -3.583770 8.416406 | ||
-0.000002 -3.561169 8.406398 | ||
-0.000007 -3.605960 8.405979 | ||
0.000086 -1.194737 6.638626 | ||
-0.000047 -1.196693 6.640080 | ||
0.000033 -1.192286 6.640223 | ||
0.000040 -3.583406 2.908021 | ||
-0.000038 -3.581452 2.906608 | ||
0.000032 -3.585788 2.906424 | ||
0.000001 1.194548 4.773330 | ||
-0.000003 1.194537 4.773332 | ||
0.000037 1.194539 4.773340 | ||
-0.000011 -1.194381 1.130260 | ||
0.000002 -1.216981 1.140268 | ||
0.000007 -1.172191 1.140687 | ||
-0.000006 -3.583766 8.416405 | ||
0.000018 -3.561165 8.406400 | ||
-0.000007 -3.605935 8.405982 | ||
|
Oops, something went wrong.