zero.point.energy

Implementation level

Type

Status

CML extraction template

image1

HTML5 representation

image2

Template attributes

Attribute

Value

source

Turbomole log

id

zero.point.energy

name

Zero point vibration energy

pattern

\s*\*{20,}\s*$\s*\*.*$\s*\*\s+zero\spoint\sVIBRATIONAL\senergy.*

endPattern

\s*\*{20,}\s*

xml:base

zero.point.energy.xml

Input

**************************************************************
*                                                            *
*  zero point VIBRATIONAL energy  :      0.0598644  Hartree  *
*    SCF-energy                   :   -228.9336374           *
*    SCF + E(vib0)                :   -228.8737730           *
*                                                            *
**************************************************************

Output text

1<comment class="example.output" id="zero.point.energy">
2        <module cmlx:templateRef="zero.point.energy">
3            <scalar dataType="xsd:double" dictRef="t:zeropoint" units="nonsi:hartree">0.0598644</scalar>
4        </module>
5    </comment>

Template definition

1<record repeat="2" />
2<record>\s*\*\s*zero\spoint\sVIBRATIONAL\senergy\s+:{F,t:zeropoint}Hartree.*</record>
3<transform process="addUnits" xpath=".//cml:scalar" value="nonsi:hartree" />
4<transform process="pullup" xpath=".//cml:scalar" />
5<transform process="delete" xpath="./cml:list" />