9. Nomenclature¶
The source code uses various nomenclatures for variables for easier reading and understanding.
The most common variables and their meaning will be listed here. Some variables not listed here are explained in docstrings.
Since most variables are ndarrays
the respective shape will be displayed as well. If the variable is not a ndarray, the respective datatype will be shown.
If the list is indexed over k-points it will be labeled as list over k.
9.1. Atoms variables¶
Variable | Meaning | Type/Shape |
---|---|---|
| Number of atoms |
|
| Nuclei charges per atom |
|
| Number of real-space grid points |
|
| Real-space grid points |
|
| Real-space sampling points |
|
| Reciprocal space sampling points |
|
| Squared G-vectors |
|
| Squared G+k-vectors |
|
| Indices for a selection of G+k-vectors |
|
| Selected squared G-vectors |
|
| Selected squared G+k-vectors |
|
| Structure factor per atom |
|
Atoms
.Occupations
.KPoints
.9.2. Field variables¶
Variable | Meaning | Shape |
---|---|---|
| Real-space electronic density |
|
| Real-space spin densities |
|
| Real-space gradients per axis of spin densities |
|
| Real-space spin kinetic energy densities |
|
| Real-space single-particle density |
|
| Real-space relative spin polarization |
|
| Reciprocal space unconstrained wave functions |
|
| Reciprocal space constrained wave functions |
|
| Reciprocal space unconstrained unoccupied wave functions |
|
| Reciprocal space constrained unoccupied wave functions |
|
| Real-space constrained wave functions |
|
| Reciprocal space Hamiltonian eigenstates |
|
| Real-space electrostatic Hartree field |
|
| Real-space exchange-correlation energy density |
|
| Real-space exchange-correlation potential (dexc/dn) |
|
| Real-space gradient-dependent potential contribution (n dexc/d|dn|^2) |
|
| Real-space tau-dependent potential contribution (dexc/dtau) |
|
| Reciprocal space local pseudopotential contribution |
|
| Reciprocal space non-local pseudopotential contribution |
|
| Real-space Kohn-Sham orbitals |
|
| Real-space Fermi orbitals |
|
| Real-space Fermi-Löwdin orbitals |
|
| Real-space Wannier orbitals |
|
| Real-space orbitals localized via the SCDM method |
|
9.3. Pseudopotential variables¶
Variable | Meaning | Type/Shape |
---|---|---|
| Combination of GTH parameters for all atoms species |
|
| GTH parameters for one atom species |
|
| Number of projector functions |
|
| Atom-centered projector functions |
|
| Map projector functions to atom species data |
|
The GTH variables are listed here: GTH
.
9.4. Miscellaneous variables¶
Variable | Meaning | Type/Shape |
---|---|---|
| Number of k-points |
|
| k-point coordinates |
|
| k-point weights |
|
| Occupation numbers per spin and state |
|
| Diagonal matrix of occupation numbers |
|
| Overlap of wave functions |
|
| Eigenenergies |
|
| List of FOD positions |
|
| List of FOD identifier atoms |
|
The configuration variables are listed here: ConfigClass
.