Skip to content

Latest commit

 

History

History
68 lines (49 loc) · 6.79 KB

point.group-d3e45026.rst

File metadata and controls

68 lines (49 loc) · 6.79 KB

point.group

Implementation level
Type Status
CML extraction template image1
HTML5 representation image2
Template attributes
Attribute Value
source QuantumEspresso log
id point.group
name Point group
pattern ^\s*point\sgroup.*
endPattern .*
endOffset 0
xml:base initialization/point.group.xml

Input

point group C_1 (1)    

Output text

<comment class="example.output" id="point.group">
        <module cmlx:templateRef="point.group">
            <scalar dataType="xsd:string" dictRef="cc:pointgroup">C_1 (1)</scalar>
        </module>
    </comment>

Template definition

<record>\s*point\sgroup{X,cc:pointgroup}</record>
<transform process="pullup" xpath=".//cml:scalar" />
<transform process="delete" xpath=".//cml:list" />