Navigation :
Manual
Input Variables
-
Atomic Orbitals
-
Calculation Modes
-
ClassicalParticles
-
DFTBPlusInterface
-
Execution
-
Hamiltonian
-
Linear Response
--
Casida
--- CasidaCalcForces
--- CasidaCalcForcesKernel
--- CasidaCalcForcesSCF
--- CasidaCalcTriplet
--- CasidaDistributedMatrix
--- CasidaHermitianConjugate
--- CasidaKohnShamStates
--- CasidaKSEnergyWindow
--- CasidaMomentumTransfer
--- CasidaParallelEigensolver
--- CasidaPrintExcitations
--- CasidaQuadratureOrder
--- CasidaTheoryLevel
--- CasidaTransitionDensities
--- CasidaWeightThreshold
--- CasidaWriteDistributedMatrix
--- PhotonmodesFilename
--
KdotP
--
Polarizabilities
--
SCF in LR calculations
--
Solver
--
Static Polarization
--
Sternheimer
--
Vibrational Modes
-- MagneticGaugeCorrection
-- ResponseMethod
-
Math
-
Maxwell
-
MaxwellStates
-
Mesh
-
Output
-
SCF
-
States
-
System
-
Time-Dependent
-
Utilities
-
Alphabetic Index
Tutorials
Developers
Releases
CasidaWeightThreshold
CasidaWeightThreshold
Section Linear Response::Casida
Type float
Default -1.
Specifies the threshold value for which the individual excitations are printed.
i.e. juste-h pairs with weight larger than this threshold will be printed.
If a negative value (default) is set, all coefficients will be printed.
For many case, a 0.01 value is a valid option.
Source information
main/casida.F90 : 554
call parse_variable ( sys % namespace , 'CasidaWeightThreshold' , - M_ONE , cas % weight_thresh )