STATIC: Output Files |
The static code writes to standard output and two canonical output files, as well as one of two optional output files. The files are:
Mode = 2
and
Mode = 4
it also includes the hydrostatic
pressure. We have several examples of SKENG files in our examples database.TWEAKS
file or uncommenting certain write statements in the code
will produce debugging output in the SKOUT file (see Trouble Shooting).Standard output (Fortran unit 6 or *) is used mainly to
keep track of the current location of the program during
interactive jobs (see the TWEAKS
documentation for an example). Uncommenting several write
statements in the source code will produce some additional
messages to standard output (see Trouble Shooting).
The optional auxillary files produced are
Mode =
5
, Mode = 6
, Mode = 9
, or
Mode = 10
. This gives eigenvalue information
and (Mode = 5
or 6
only)
angular-momentum decomposed occupation information for each
eigenstate in the problem. When Mode = 5
the
QLMT
file is saved as an unformatted Fortran
file, otherwise it is saved as a formatted ASCII file. See Example 7, Example 8, or Example 9 for more details.This is an alternative form of the eigenvalue listing (Mode = 8
) for use
when you only want the eigenvalues as a function of
k-point. It is useful, e.g., for producing band structure
plots.
static Home Page Introduction Installation List of Files Usage Input Files Output Files Trouble Shooting Appendix
Current URL: http://esd.cos.gmu.edu/tb/static/output_files.html