TABLE OF CONTENTS


::pwtk::pwo::ecutwfc

SYNOPSIS

proc ::pwtk::pwo::ecutwfc {pwo {index end}} {

PURPOSE

Get the "ecutwfc" value from the pw.x output file.

ARGUMENTS

See ::pwtk::pwo::ibrav

SOURCE

    return [::pwtk::grep_field {kinetic-energy cutoff     =} $pwo end-1 $index]
}