Navigation :
Manual
Input Variables
-
Atomic Orbitals
-
Calculation Modes
-
ClassicalParticles
-
DFTBPlusInterface
-
Execution
-
Hamiltonian
-
Linear Response
-
Math
-
Maxwell
-
Mesh
-
Output
-
SCF
-
States
--
ModelMB
-- DegeneracyThreshold
-- ExcessCharge
-- ExtraStates
-- ExtraStatesInPercent
-- ExtraStatesToConverge
-- InitialSpins
-- Occupations
-- OnlyUserDefinedInitialStates
-- PhotoDopingBand
-- PhotoDopingNumElectrons
-- PhotoDopingSmearing
-- RestartFixedOccupations
-- RestartReorderOccs
-- Smearing
-- SmearingFunction
-- SmearingMPOrder
-- SpinComponents
-- StatesRandomization
-- SymmetrizeDensity
-- TotalStates
-- TransformStates
-- UserDefinedStates
-
System
-
Time-Dependent
-
Utilities
-
Alphabetic Index
Tutorials
Developers
Releases
ExtraStatesInPercent
Section States
Type float
Default 0
This variable allows to set the number of extra/empty states as percentage of the
used occupied states. For example, a value 35 for ExtraStatesInPercent would amount
to ceiling(35/100 * nstates) extra states, where nstates denotes the amount of occupied
states Octopus is using for the system at hand.
Source information
states/states_elec.F90 : 374
call parse_variable ( namespace , 'ExtraStatesInPercent' , M_ZERO , nempty_percent )