turboTDDFT is a legacy TDDFT module for Quantum ESPRESSO that implements time-dependent density functional theory for calculating optical absorption spectra, excitation energies, and dynamic polarizabilities. Historically part of the QE…
turboTDDFT is a legacy TDDFT module for Quantum ESPRESSO that implements time-dependent density functional theory for calculating optical absorption spectra, excitation energies, and dynamic polarizabilities. Historically part of the QE ecosystem, turboTDDFT functionality has largely been superseded by newer implementations (turboEELS, turbo_spectrum.x) within Quantum ESPRESSO. It uses linear-response TDDFT with plane-wave basis sets for periodic systems.
turboTDDFT is a legacy TDDFT module for Quantum ESPRESSO that implements time-dependent density functional theory for calculating optical absorption spectra, excitation energies, and dynamic polarizabilities. Historically part of the QE ecosystem, turboTDDFT functionality has largely been superseded by newer implementations (turboEELS, turbo_spectrum.x) within Quantum ESPRESSO. It uses linear-response TDDFT with plane-wave basis sets for periodic systems.
Scientific domain: TDDFT, optical properties, linear response
Target user community: Quantum ESPRESSO users, solid-state spectroscopists
Note: Legacy module, functionality now in newer QE tools.
Sources: Quantum ESPRESSO documentation
Input formats:
Output data types:
Quantum ESPRESSO:
Superseded By:
The modern approach uses the TurboTDDFT components directly.
Typical Input (turbo_spectrum.in):
&LR_INPUT
prefix = 'silicon'
outdir = './tmp/'
itermax = 500 ! Number of Lanczos iterations
itermax0 = 500 ! Iterations to read/extrapolate
extrapolation = 'osc'
epsil = 0.01 ! Broadening (Ry)
start = 0.0 ! Energy range start (eV)
end = 10.0 ! Energy range end (eV)
increment = 0.01 ! Energy step
ipol = 4 ! Polarization (4=average)
units = 1 ! Energy units (1=eV)
/
Workflow:
pw.x for ground state.turbo_lanczos.x to compute recursive coefficients.turbo_spectrum.x using the input above to post-process coefficients into a spectrum.For Quantum ESPRESSO TDDFT calculations, users should consult the current QE documentation and use the actively maintained TDDFT modules rather than legacy turboTDDFT.
Primary sources:
Secondary sources:
Confidence: VERIFIED - Legacy module
Verification status: ✅ VERIFIED (Legacy)