1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76
|
<?xml version="1.0" encoding="UTF-8"?>
<!-- Space group info XML file -->
<sg-xml>
<space-group>C2</space-group>
<sg-num>5</sg-num>
<hm-symbol>C 1 2 1</hm-symbol>
<bravais>Monoclinic</bravais>
<settings num="9">
<set name="C_1_2_1" x="a" y="b" z="c">
<points num="2">
<pt x="0" y="0" z="0"/>
<pt x="1/2" y="1/2" z="0"/>
</points>
</set>
<set name="A_1_2_1" x="-a-c" y="b" z="a">
<points num="2">
<pt x="0" y="0" z="0"/>
<pt x="1/2" y="1/2" z="1/2"/>
</points>
</set>
<set name="I_1_2_1" x="c" y="b" z="-a-c">
<points num="2">
<pt x="0" y="0" z="0"/>
<pt x="1/2" y="1/2" z="1/2"/>
</points>
</set>
<set name="A_1_1_2" x="c" y="a" z="b">
<points num="2">
<pt x="0" y="0" z="0"/>
<pt x="0" y="1/2" z="1/2"/>
</points>
</set>
<set name="B_1_1_2" x="a" y="-a-c" z="b">
<points num="2">
<pt x="0" y="0" z="0"/>
<pt x="1/2" y="0" z="1/2"/>
</points>
</set>
<set name="I_1_1_2" x="-a-c" y="c" z="b">
<points num="2">
<pt x="0" y="0" z="0"/>
<pt x="1/2" y="1/2" z="1/2"/>
</points>
</set>
<set name="B_2_1_1" x="b" y="c" z="a">
<points num="2">
<pt x="0" y="0" z="0"/>
<pt x="1/2" y="0" z="1/2"/>
</points>
</set>
<set name="C_2_1_1" x="b" y="a" z="-a-c">
<points num="2">
<pt x="0" y="0" z="0"/>
<pt x="1/2" y="1/2" z="0"/>
</points>
</set>
<set name="I_2_1_1" x="b" y="-a-c" z="c">
<points num="2">
<pt x="0" y="0" z="0"/>
<pt x="1/2" y="1/2" z="1/2"/>
</points>
</set>
</settings>
<wyckoff num="3">
<wyck id="1" mul="2" let="c" site="1">
<pos x="x" y="y" z="z"/>
<pos x="-x" y="y" z="-z"/>
</wyck>
<wyck id="2" mul="1" let="b" site="2">
<pos x="0" y="y" z="1/2"/>
</wyck>
<wyck id="3" mul="1" let="a" site="2">
<pos x="0" y="y" z="0"/>
</wyck>
</wyckoff>
</sg-xml>
|