TABLE OF CONTENTS
::pwtk::FASTNEB
SYNOPSIS
proc ::pwtk::FASTNEB {script} {
PURPOSE
Set the FASTNEB script.
FASTNEB is a script for specifying specs of how to speedup the NEB calculation of the first part of the composite ::pwtk::fast_neb NEB calculation.
An example of speedup would be to use only a gamma k-point.
EXAMPLE
FASTNEB { K_POINTS (gamma) }
SOURCE
return [::pwtk::input::script FASTNEB $script] }