TABLE OF CONTENTS


::pwtk::dos_plot

SYNOPSIS

proc ::pwtk::dos_plot {args} {

USAGE

   ::pwtk::dos_plot ?SPECIFIC-OPTIONS?  ?PLOTTING-OPTIONS?  HEAD

DESCRIPTION

The usage of this command is fully analogous to ::pwtk::dos_run, but the command skips calculations and only plots DOS.

This command requires the same QE input data as ::pwtk::dos_run, and the output files produced by ::pwtk::dos_run must exist.

SEE

::pwtk::dos_run

SOURCE

    printTitle DOS_PLOT "Plotting total DOS"
    print "Options & arguments :  $args\n" 

    dosParseOpts_
    fixedSCFsetup_
    Efermi_
    return [dosPlot_]
}