point.group¶
Type | Status |
---|---|
CML extraction template | ![]() |
HTML5 representation | ![]() |
Attribute | Value |
---|---|
source | QuantumEspresso log |
id | point.group |
name | Point group |
pattern | ^s*pointsgroup.* |
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" />