TABLE OF CONTENTS


::pwtk::molecularpdos

SYNOPSIS

proc ::pwtk::molecularpdos {molecularpdos} {

PURPOSE

Explicitly set the full pathname/filename for molecularpdos.x executable (i.e. /full/path/to/molecularpdos.x).

RETURN VALUE

The value of the molecularpdos.

SOURCE

    variable QEprog

    return [set QEprog(MOLECULARPDOS) [findExecutable $molecularpdos]]
}