l120a ​
Implementation level ​
Type | Status |
---|---|
CML extraction template | |
HTML5 representation |
Template attributes ​
Attribute | Value |
---|---|
source | Gaussian log |
id | l120a |
name | l120a |
pattern | \s*ONIOM:\s*generating\spoint.*on.*\ssystem.* |
endPattern | .* |
endOffset | 1 |
repeat | * |
xml:base | l120a.xml |
Input ​
ONIOM: generating point 1 -- low level on model system.
Output text ​
xml
<comment class="example.output" id="l120a">
<module cmlx:templateRef="l120a">
<scalar dataType="xsd:integer" dictRef="g:point">1</scalar>
<scalar dataType="xsd:string" dictRef="x:level">low</scalar>
<scalar dataType="xsd:string" dictRef="x:system">model</scalar>
</module>
</comment>
Template definition ​
xml
<record>\s*ONIOM:\sgenerating\spoint{I,g:point}--{A,x:level}level\son{X,x:system}\ssystem.*</record>
<transform process="pullup" xpath=".//cml:scalar" repeat="2" />
<transform process="delete" xpath="./cml:list" />