Navigation :
Manual
Input Variables
-
Atomic Orbitals
-
Calculation Modes
-
ClassicalParticles
-
DFTBPlusInterface
-
Execution
-
Hamiltonian
-
Linear Response
-
Math
-
Maxwell
-
MaxwellStates
-
Mesh
-
Output
-
SCF
-
States
-
System
-
Time-Dependent
-
Utilities
--
oct-casida_spectrum
--
oct-center-geom
--
oct-conductivity_spectrum
--
oct-convert
--
oct-local_multipoles
--
oct-photoelectron_spectrum
--
oct-propagation_spectrum
--- PropagationSpectrumDampFactor
--- PropagationSpectrumDampMode
--- PropagationSpectrumEndTime
--- PropagationSpectrumEnergyStep
--- PropagationSpectrumMaxEnergy
--- PropagationSpectrumMinEnergy
--- PropagationSpectrumSigmaDiagonalization
--- PropagationSpectrumStartTime
--- PropagationSpectrumSymmetrizeSigma
--- PropagationSpectrumTransform
--- PropagationSpectrumType
--- SpectrumMethod
--- SpectrumSignalNoise
--- TransientAbsorptionReference
--
oct-spin_susceptibility
--
oct-tdtdm
--
oct-unfold
--
oct-vibrational_spectrum
--
oct-wannier90
--
oct-xyz-anim
-- Volume
-
Alphabetic Index
Tutorials
Developers
Releases
PropagationSpectrumTransform
Section Utilities::oct-propagation_spectrum
Type integer
Default sine
Decides which transform to perform, if SpectrumMethod = fourier .
Options :
sine :
Sine transform: ∫ d t sin ( w t ) f ( t ) \int dt \sin(wt) f(t) ∫ d t sin ( w t ) f ( t ) . Produces the imaginary part of the polarizability.
cosine :
Cosine transform: ∫ d t cos ( w t ) f ( t ) \int dt \cos(wt) f(t) ∫ d t cos ( w t ) f ( t ) . Produces the real part of the polarizability.
laplace :
Real exponential transform: ∫ d t e − w t f ( t ) \int dt e^{-wt} f(t) ∫ d t e − w t f ( t ) . Produces the real part of the polarizability at imaginary
frequencies, e.g. for Van der Waals C 6 C_6 C 6 coefficients.
This is the only allowed choice for complex scaling.
Source information
td/spectrum.F90 : 234
call parse_variable ( namespace , 'PropagationSpectrumTransform' , SPECTRUM_TRANSFORM_SIN , spectrum % transform )
Featured in chapters of the manual: