-
Notifications
You must be signed in to change notification settings - Fork 4
Density of States
The calculation of the density of states for an arbitrary structure is essentially a single point calculation, where the accuracy and the number of k-points should potentially be increased (see here as well).
The only additions in comparison to a usual single point calculations are the following entries in the INCAR
file:
-
LORBIT = 11
Activates the (possible) resolution of the DOS into contributions from different orbitals and/or elements. -
ISMEAR = -5
Activates Tetrahedron Smearing. -
NEDOS = 1001
Enhances the resolution (number of energies, for which the DOS is calculated). -
PREC = Accurate
High FFT precision should be used.
Optionally, the exact energy interval for which the DOS shall be calculated, can be given:
-
EMIN = [value]
The lowest energy (KS-eigenvalue), starting point of the DOS plot. -
EMAX = [value]
The highest energy (KS-eigenvalue), ending point of the DOS plot.
After doing the calculation, the relevant information is stored into the DOSCAR
file.
In order to get an actual plot of the DOS for the total system or certain atoms/orbitals, the (now deprecated) p4v
program can be used, or, even better, our analyze_dft program (section pdos).
Its handling is quite easy and is explained in detail in the respective wiki entry.
- Description of Input Files
- Geometry Optimizations
- Single Point Energy
- Ab Initio Molecular Dynamics
- Machine-Learning Force Fields
- Normal Modes and IR Spectrum
- Implicit Solvation
- Gibbs Free Energies
- External Electric Fields
- Density of States
- Band Structure
- Bader Charges
- DDEC6 Charges
- Wannier Orbitals
- Core Level (Shifts)
- Simulation of STM Images
- Charge Density Differences
- 2D Charge Densities
- Electrostatic Potential
- Nudged Elastic Band
- TS Optimization
- Steered Molecular Dynamics