~nickpapior/siesta/tddft-work

« back to all changes in this revision

Viewing changes to Util/TS/README

  • Committer: Rafi Ullah
  • Date: 2017-08-30 14:09:10 UTC
  • mfrom: (611.1.19 trunk)
  • Revision ID: rraffiu@gmail.com-20170830140910-bhu0osuh4d59wn8e
Merged with trunk-630

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
   1 : new TSHS format (not compatible with all programs), but 
46
46
       have a drastic memory decrease  
47
47
 
48
 
- TB
49
 
  *DEPRECATED* Use github.com/zerothi/sids instead
50
 
  This directory contains two modules:
51
 
 
52
 
  * tbt_data.py
53
 
    Allows easy extraction of TBtrans data from the NetCDF files.
54
 
 
55
 
    Notice that one should import this file in to their projects
56
 
    to easily get data from the NetCDF files in a consistent manner.
57
 
    
58
 
  * tbt_tb.py
59
 
    Allows creation of tight-binding models in Python to make them
60
 
    interfaced to TBtrans.
61
 
    If you run tbt_tb.py it will produce a few examples as given in
62
 
    the Examples folder.
63
 
 
64
 
    Notice that one should import this file in to their projects
65
 
    and do other fancy things outside of that file.
66
 
 
67
 
  * pht_tb.py
68
 
    Creation of PHtrans files to calculate phonon transport.
69
 
 
70
 
    This is an extension of tbt_tb.py
71
 
 
72
 
    It currently can convert GULP output to input for 
73
 
    phtrans.    
 
48
- Tight-binding
 
49
  To use tight-binding parameters compatible with TBtrans
 
50
  you can use the utility created here:
 
51
     github.com/zerothi/sisl
 
52
 
 
53
  For an older implementation (roughly equivalent, see TB
 
54
  directory).