TABLE OF CONTENTS


::pwtk::mpdi::get

SYNOPSIS

proc ::pwtk::mpdi::get {} {

DESCRIPTION

Return the content of the molecularpdos.x input

SOURCE

    loadDefaults_

    # molecularpdos.x uses INPUTMOPDOS namelist, but this name is too long,
    # hence PWTK uses shorter MOPDOS instead, thus we need to substitute the
    # MOPDOS string with INPUTMOPDOS

    return [regsub -- {\&MOPDOS} [::pwtk::input::namelistGet MOPDOS] {\&INPUTMOPDOS}]
}