TABLE OF CONTENTS


::pwtk::turbo_davidson

SYNOPSIS

proc ::pwtk::turbo_davidson {turbo_davidson} {

PURPOSE

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

RETURN VALUE

The value of the turbo_davidson.

SOURCE

    variable QEprog

    return [set QEprog(TURBO_DAVIDSON) [findExecutable $turbo_davidson]]
}