Skip to content

zpve ​

Implementation level ​

TypeStatus
CML extraction template
HTML5 representation

Template attributes ​

AttributeValue
sourceMOLCAS log
idzpve
nameZero point vibration energy
pattern\s*ZPVE.*kcal\/mol.*au.
endPattern.*
endPattern2~
repeat*
xml:basemodules/thermochemistry/zpve.xml

Input ​

 ZPVE                23.608 kcal/mol      0.037621 au.

Output text ​

xml
<comment class="example.output" id="zpve">
        <module cmlx:templateRef="zpve">
              <scalar dataType="xsd:double" dictRef="cc:zeropoint" units="nonsi:hartree">0.037621</scalar>
        </module>
    </comment>

Template definition ​

xml
<record>\s*ZPVE.*kcal\/mol&#123;F,cc:zeropoint&#125;au\.</record>
<transform process="pullup" xpath=".//cml:scalar" />
<transform process="delete" xpath=".//cml:list" />
<transform process="addUnits" xpath=".//cml:scalar[@dictRef='cc:zeropoint']" value="nonsi:hartree" />