.. _guide_fcc: ************************ Face-centred cubic (FCC) ************************ **Pearson symbol**: cF **Constructor**: :py:func:`.FCC` It is defined by one parameters :math:`a`. Standardized primitive and conventional cells in the default orientation are .. math:: \begin{matrix} \boldsymbol{a}_1^s &=& (0, &a/2, &a/2)\\ \boldsymbol{a}_2^s &=& (a/2, &0, &a/2)\\ \boldsymbol{a}_3^s &=& (a/2, &a/2, &0) \end{matrix} .. math:: \begin{matrix} \boldsymbol{a}_1^{cs} &=& (a, &0, &0)\\ \boldsymbol{a}_2^{cs} &=& (0, &a, &0)\\ \boldsymbol{a}_3^{cs} &=& (0, &0, &a) \end{matrix} Transformation matrix from standardized primitive cell to standardized conventional cell is .. include:: C_matrix.inc K-path ====== :math:`\mathrm{\Gamma-X-W-K-\Gamma-L-U-W-L-K\vert U-X}` ======================= ================================ ================================ ================================ Point :math:`\times\boldsymbol{b}_1^s` :math:`\times\boldsymbol{b}_2^s` :math:`\times\boldsymbol{b}_3^s` ======================= ================================ ================================ ================================ :math:`\mathrm{\Gamma}` :math:`0` :math:`0` :math:`0` :math:`\mathrm{K}` :math:`3/8` :math:`3/8` :math:`3/4` :math:`\mathrm{L}` :math:`1/2` :math:`1/2` :math:`1/2` :math:`\mathrm{U}` :math:`5/8` :math:`1/4` :math:`5/8` :math:`\mathrm{W}` :math:`1/2` :math:`1/4` :math:`3/4` :math:`\mathrm{X}` :math:`1/2` :math:`0` :math:`1/2` ======================= ================================ ================================ ================================ Variations ========== There are no variations for face-centered cubic lattice. One example is predefined: ``fcc`` with :math:`a = \pi`. Examples ======== Brillouin zone and default kpath ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ .. literalinclude:: fcc_reciprocal.py :language: py .. raw:: html :file: fcc_reciprocal.html Primitive, Wigner-Seitz and conventional cells ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Click on the legend to hide a cell. .. literalinclude:: fcc_real.py :language: py .. raw:: html :file: fcc_real.html Cell standardization ==================== No standardization required. .. math:: \boldsymbol{S} = \boldsymbol{S}^{-1} = \begin{pmatrix} 1 & 0 & 0 \\ 0 & 1 & 0 \\ 0 & 0 & 1 \end{pmatrix}