TABLE OF CONTENTS
::pwtk::mopdos_plot
SYNOPSIS
proc ::pwtk::mopdos_plot {args} {
USAGE
::pwtk::mopdos_plot ?SPECIFIC-OPTIONS? ?PLOTTING-OPTIONS? HEAD MOLECULE MOLATOMS
DESCRIPTION
The usage of this command is fully analogous to ::pwtk::mopdos_run, but only plotting is performed (i.e. calculations are skipped).
This command requires the output files produced by ::pwtk::mopdos_run; also the QE input data used by ::pwtk::mopdos_run are needed.
SEE
SOURCE
printTitle MOPDOS_PLOT "Plotting MOPDOS" print "Options & arguments : $args" mopdosParseOpts_ print $molInfo Efermi_ return [mopdosPlot_] }