TABLE OF CONTENTS


::pwtk::turbo_lanczos

SYNOPSIS

proc ::pwtk::turbo_lanczos {turbo_lanczos} {

PURPOSE

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

RETURN VALUE

The value of the turbo_lanczos.

SOURCE

    variable QEprog

    return [set QEprog(TURBO_LANCZOS) [findExecutable $turbo_lanczos]]
}