TABLE OF CONTENTS
::pwtk::pwi::getAtmPosSegment
SYNOPSIS
proc ::pwtk::pwi::getAtmPosSegment {atomList} {
PURPOSE
Get requested segment of atoms as specified by $atomList from ATOMIC_POSITIONS card.
ARGUMENTS
- atomList -- list of indices of atoms to extract; the index of the first atom is 1 (list of atoms can also have a symbolic compact syntax supported by ::pwtk::parseRangeString)
SOURCE
return [::pwtk::getAtmPosSegment $atomList [::pwtk::input::cardGetContent ATOMIC_POSITIONS] ] }