3. Usage¶
tenes
, the main program of TeNeS, needs an input file to define the model, order of operations, etc.
For ease of use to make the input file, the following script is provided (the schematic flow is shown Fig. 3.1):
tenes_std
: A tool that generates an input file to executetenes
. An input file oftenes_std
defines a lattice model etc. by yourself according to a predetermined format.tenes_simple
: A tool that generates input files fortenes_std
from another simpler input file which specifies lattice model predefined.
In order to simulate other models and/or lattices than predefined ones, you should create the input file of tenes_std
and convert it.
Please see File format for details on the input files of TeNeS.
The following sections describe how to use each script, and finally how to use tenes
.