XML
結晶構造の種類 - XML
結晶構造は、その対称性に基づいて7つの晶系(立方晶系、六方晶系、正方晶系、三方晶系、斜方晶系、単斜晶系、三斜晶系)に分類されます。さらに格子点の配置を考慮すると、14種類のブラベー格子が定義されます。立方晶系は最も対称性が高く、三斜晶系は最も対称性が低い構造です。この分類体系は、材料科学や結晶学において結晶構造を体系的に理解するための基礎となっています。
結晶学
材料科学
ブラベー格子
晶系
対称性
固体物理
<?xml version="1.0" encoding="UTF-8"?>
<items>
<item>
<code>1</code>
<slug>cubic</slug>
<name>立方晶系</name>
<description>最も対称性が高い結晶系で、3つの等しい軸が互いに直角をなす構造です。</description>
<axialAngles>α = β = γ = 90°</axialAngles>
<bravaisLattices>["cP","cI","cF"]</bravaisLattices>
<examples>["食塩(NaCl)","ダイヤモンド","金","銅","鉄","蛍石","黄鉄鉱"]</examples>
<latticeParameters>a = b = c</latticeParameters>
<symmetry>highest</symmetry>
</item>
<item>
<code>2</code>
<slug>hexagonal</slug>
<name>六方晶系</name>
<description>6重対称軸を持つ結晶系で、底面が60度の菱形をなす構造です。</description>
<axialAngles>α = β = 90°, γ = 120°</axialAngles>
<bravaisLattices>["hP"]</bravaisLattices>
<examples>["黒鉛","亜鉛","ベリル","燐灰石","磁鉄鉱"]</examples>
<latticeParameters>a = b ≠ c</latticeParameters>
<symmetry>high</symmetry>
</item>
<item>
<code>3</code>
<slug>tetragonal</slug>
<name>正方晶系</name>
<description>4重対称軸を持つ結晶系で、底面は正方形で高さが異なる構造です。</description>
<axialAngles>α = β = γ = 90°</axialAngles>
<bravaisLattices>["tP","tI"]</bravaisLattices>
<examples>["ジルコン","ルチル(TiO₂)","錫(β-錫)"]</examples>
<latticeParameters>a = b ≠ c</latticeParameters>
<symmetry>high</symmetry>
</item>
<item>
<code>4</code>
<slug>trigonal</slug>
<name>三方晶系</name>
<description>3重対称軸を持つ結晶系で、菱面体形状の単位胞を持つ構造です。</description>
<axialAngles>α = β = γ ≠ 90°</axialAngles>
<bravaisLattices>["hR"]</bravaisLattices>
<examples>["石英","方解石","コランダム(ルビー、サファイア)","電気石"]</examples>
<latticeParameters>a = b = c</latticeParameters>
<symmetry>high</symmetry>
</item>
<item>
<code>5</code>
<slug>orthorhombic</slug>
<name>斜方晶系</name>
<description>3つの軸が互いに直角をなすが、長さが異なる結晶系です。</description>
<axialAngles>α = β = γ = 90°</axialAngles>
<bravaisLattices>["oP","oC","oI","oF"]</bravaisLattices>
<examples>["黄玉","硫黄","オリビン","霰石","バライト"]</examples>
<latticeParameters>a ≠ b ≠ c</latticeParameters>
<symmetry>medium</symmetry>
</item>
<item>
<code>6</code>
<slug>monoclinic</slug>
<name>単斜晶系</name>
<description>1つの軸が他の2軸に対して斜めに交わる結晶系です。</description>
<axialAngles>α = γ = 90°, β ≠ 90°</axialAngles>
<bravaisLattices>["mP","mC"]</bravaisLattices>
<examples>["石膏","輝石","正長石","雲母","アズライト"]</examples>
<latticeParameters>a ≠ b ≠ c</latticeParameters>
<symmetry>low</symmetry>
</item>
<item>
<code>7</code>
<slug>triclinic</slug>
<name>三斜晶系</name>
<description>最も対称性が低い結晶系で、3つの軸が互いに異なる角度で交わる構造です。</description>
<axialAngles>α ≠ β ≠ γ ≠ 90°</axialAngles>
<bravaisLattices>["aP"]</bravaisLattices>
<examples>["藍晶石","微斜長石","曹長石","ターコイズ"]</examples>
<latticeParameters>a ≠ b ≠ c</latticeParameters>
<symmetry>lowest</symmetry>
</item>
</items>