.. _structure: [Structure]: Crystal structure ======================================== Definition of the lattice structure and the atomic basis. .. tabularcolumns:: |\Yc{0.15}|\Yc{0.17}|\Yc{0.13}|\Yl{0.55}| +--------------------+------------------+-------------------+---------------------------------------------------------------+ | Parameter | Type | Default | Description | +====================+==================+===================+===============================================================+ | **name** | `` | "kkr_struct" | Structure name (under which the SCMs will be stored to file) | +--------------------+------------------+-------------------+---------------------------------------------------------------+ | **path** | `` | NONE | Directory where the SCMs are stored | +--------------------+------------------+-------------------+---------------------------------------------------------------+ | **lmax** | `` | 2 | Basis function :math:`l`-cutoff | +--------------------+------------------+-------------------+---------------------------------------------------------------+ | **lmax_high** | `` | 2 | :math:`l`-cutoff for higher partial waves | +--------------------+------------------+-------------------+---------------------------------------------------------------+ | **lattice_scale** | `` | NONE | Linear scale of the lattice vectors | +--------------------+------------------+-------------------+---------------------------------------------------------------+ | **ws_radius** | `` | NONE | Average Winger-Seitz radius, alternative to `lattice_scale` | +--------------------+------------------+-------------------+---------------------------------------------------------------+ | **lattice** | `` | NONE | Dimensionless translation vectors of the Bravais lattice; | | | | | the actual translation vectors are obtained by rescaling | | | | | using either `lattice_scale` or `ws_radius` | +--------------------+------------------+-------------------+---------------------------------------------------------------+ | **sites_frac** | `` | NONE | Site definition with fractional coordinates | +--------------------+------------------+-------------------+---------------------------------------------------------------+ | **sites_cart** | `` | NONE | Site definition with cartesian coordinates | +--------------------+------------------+-------------------+---------------------------------------------------------------+ | **ewald_lambda** | `` | 2.5 | Parameter :math:`\lambda` of Ewald's summation | +--------------------+------------------+-------------------+---------------------------------------------------------------+ | **ewald_rmax** | `` | 4.5 | Size of the real-space cluster in Ewald's summation | +--------------------+------------------+-------------------+---------------------------------------------------------------+ | **ewald_kmax** | `` | 4.5 | Size of the reciprocal-space cluster in Ewald's summation | +--------------------+------------------+-------------------+---------------------------------------------------------------+ | **lmax_mad** | `` | :math:`2 l_{max}` | :math:`l`-cutoff for the Madelung matrix | +--------------------+------------------+-------------------+---------------------------------------------------------------+ | **cluster_nsites** | `` | 75 | Minimum size of the cluster for real-space SCM | +--------------------+------------------+-------------------+---------------------------------------------------------------+ | **cluster_max** | `` | 4.5 | Size of the cluster for real-space SCM | +--------------------+------------------+-------------------+---------------------------------------------------------------+ | **cache_mode** | `` | **full** | Cache mode for Fourier-transformed SCM: **full**, **phases**, | | | | | **none** (slow) | +--------------------+------------------+-------------------+---------------------------------------------------------------+ | **poscar** | `` | NONE | VASP (>=5.x) format POSCAR file | +--------------------+------------------+-------------------+---------------------------------------------------------------+ ------ Site parameters are defined in one line starting with coordinates, followed by species and by other parameters ---- +--------------------+-------------+------------------------------------+ | `x` `y` `z` | Species | | +--------------------+-------------+------------------------------------+ ---- Species is provided either by an element symbol or by a reference to a corresponding pseudo-species defined in section *[Alloy]*. The reference has the form `${spec-label}` where `spec-label` is a user-defined label of the pseudo-species. Other site parameters that can be listed after the species include +--------------------+------------------+----------+---------------------------------------------------------------+ | Parameter | Type | Default | Description | +====================+==================+==========+===============================================================+ | **lcut** | `` | **lmax** | Local site :math:`l`-cutoff | +--------------------+------------------+----------+---------------------------------------------------------------+ | **psr** | `` | 1.0 | Potential sphere radius in units of the average WS radius | +--------------------+------------------+----------+---------------------------------------------------------------+ | **mom** | `` | 0.0 | Initial spin splitting or magnetic moment (`lsm_mode = fxm`) | +--------------------+------------------+----------+---------------------------------------------------------------+ | **lsm_mode** | `` | **none** | Local spin moment mode: **none**, **fxm**, **dlm**, **lsf** | +--------------------+------------------+----------+---------------------------------------------------------------+ | **lsf_params** | `` | 3 | LSF effective dimension: 1, 2, or 3 | +--------------------+------------------+----------+---------------------------------------------------------------+ ------ Notes: ****** - the code will first try to read in SCM and Madelung matrix from files `/.scm` and `/.mcm`, respecively; if reading fails the constants will be calculated and stored to files under these names - if both `lattice_scale` and `ws_radius` are specified the latter will have priority - if `poscar` is specified other structure parameters are ignored