-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Nick Papior <[email protected]>
- Loading branch information
Showing
5 changed files
with
328 additions
and
19 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
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,35 @@ | ||
TBT.HS DEVICE.nc | ||
|
||
# Play with this number to get a converged result | ||
TBT.k [5 1 1] | ||
|
||
# Define which physical quantites to calculate. | ||
# Each of these flags will decide what to calculate | ||
# in the calculation. | ||
# If you look these flags up in the manual you will | ||
# find the physical quantities they correspond to. | ||
TBT.DOS.Gf true | ||
TBT.DOS.Elecs true | ||
TBT.DOS.A true | ||
TBT.DOS.A.All true | ||
TBT.T.All true | ||
TBT.T.Bulk true | ||
TBT.T.Eig 5 | ||
TBT.Current.Orb true | ||
|
||
# This flag is necessary to obtain the "correct" | ||
# bond-currents | ||
TBT.Symmetry.TimeReversal false | ||
|
||
%block TBT.Elec.Left | ||
HS ELEC.nc | ||
semi-inf-direction -A2 | ||
electrode-position 1 | ||
bloch-a1 25 | ||
%endblock TBT.Elec.Left | ||
%block TBT.Elec.Right | ||
HS ELEC.nc | ||
semi-inf-direction +A2 | ||
electrode-position end -1 | ||
bloch-a1 25 | ||
%endblock TBT.Elec.Right |
Oops, something went wrong.