Navigation :
Manual
Input Variables
-
Atomic Orbitals
-
Calculation Modes
-
ClassicalParticles
-
DFTBPlusInterface
-
Execution
-
Hamiltonian
-
ISDF
-
Linear Response
-
Math
-
Maxwell
-
Mesh
-
Multi-Trajectory
-
Output
--
BerkeleyGW
-- BandStructureComputeProjections
-- CurrentThroughPlane
-- DOSComputePDOS
-- DOSEnergyMax
-- DOSEnergyMin
-- DOSEnergyPoints
-- DOSGamma
-- DOSMethod
-- DOSSmearingFunction
-- ELFWithCurrentTerm
-- LDOSEnergies
-- LinearMediumOutput
-- LinearMediumOutputDir
-- LocalMagneticMomentsSphereRadius
-- MaxwellOutput
-- MaxwellOutputInterval
-- MaxwellOutputIterDir
-- MomentumTransfer
-- Output
-- OutputDuringSCF
-- OutputFormat
-- OutputInterval
-- OutputIterDir
-- OutputMatrixElements
-- OutputMEEnd
-- OutputMEMultipoles
-- OutputMEStart
-- OutputWfsNumber
-
SCF
-
States
-
System
-
Time-Dependent
-
Utilities
-
Alphabetic Index
Tutorials
Developers
Releases
DOSMethod
DOSMethod
Section Output
Type integer
Default smear
Selects the method that is used to calculate the DOS.
Currently not used for PDOS and LDOS.
Options :
smear :
Smearing with the smearing function selected by DOSSmearingFunction .
tetrahedra :
Linear tetrahedron method as in P. E. Bloechl, et al., Phys. Rev. B 49 , 16223 (1994).
Requires a regular Monkhorst-Pack generated by Octopus.
Source information
electrons/dos.F90 : 136
call parse_variable ( namespace , 'DOSMethod' , OPTION__DOSMETHOD__SMEAR , this % method )