TABLE OF CONTENTS


::pwtk::projwfc

SYNOPSIS

proc ::pwtk::projwfc {projwfc} {

PURPOSE

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

RETURN VALUE

The value of the projwfc.

SOURCE

    variable QEprog

    return [set QEprog(PROJWFC) [findExecutable $projwfc]]
}