point.group ​
Implementation level ​
| Type | Status |
|---|---|
| CML extraction template | |
| HTML5 representation |
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 ​
xml
<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 ​
xml
<record>\s*point\sgroup{X,cc:pointgroup}</record>
<transform process="pullup" xpath=".//cml:scalar" />
<transform process="delete" xpath=".//cml:list" />