quantum-espresso/TDDFPT/examples
Paolo Giannozzi 6148f5e5c5 Obscure line present in all examples replaced with a much simpler one.
See https://stackoverflow.com/questions/50148175/what-does-cd-echo-0-sed-s-1-do-in-bash-script

Note: some trailing blanks have been removed as well by the script I used.
Use "git diff -b" to see only the true changes.
2022-09-03 11:53:33 +02:00
..
example01 Obscure line present in all examples replaced with a much simpler one. 2022-09-03 11:53:33 +02:00
example02 Obscure line present in all examples replaced with a much simpler one. 2022-09-03 11:53:33 +02:00
example03 Obscure line present in all examples replaced with a much simpler one. 2022-09-03 11:53:33 +02:00
example04 Obscure line present in all examples replaced with a much simpler one. 2022-09-03 11:53:33 +02:00
example05 Obscure line present in all examples replaced with a much simpler one. 2022-09-03 11:53:33 +02:00
example06 Obscure line present in all examples replaced with a much simpler one. 2022-09-03 11:53:33 +02:00
example07 Obscure line present in all examples replaced with a much simpler one. 2022-09-03 11:53:33 +02:00
example08 Obscure line present in all examples replaced with a much simpler one. 2022-09-03 11:53:33 +02:00
example09 Obscure line present in all examples replaced with a much simpler one. 2022-09-03 11:53:33 +02:00
example10 Obscure line present in all examples replaced with a much simpler one. 2022-09-03 11:53:33 +02:00
example11 Obscure line present in all examples replaced with a much simpler one. 2022-09-03 11:53:33 +02:00
example12 Obscure line present in all examples replaced with a much simpler one. 2022-09-03 11:53:33 +02:00
example13 Obscure line present in all examples replaced with a much simpler one. 2022-09-03 11:53:33 +02:00
example14 Obscure line present in all examples replaced with a much simpler one. 2022-09-03 11:53:33 +02:00
example15 Obscure line present in all examples replaced with a much simpler one. 2022-09-03 11:53:33 +02:00
example16 Obscure line present in all examples replaced with a much simpler one. 2022-09-03 11:53:33 +02:00
example17 Obscure line present in all examples replaced with a much simpler one. 2022-09-03 11:53:33 +02:00
example18 Obscure line present in all examples replaced with a much simpler one. 2022-09-03 11:53:33 +02:00
example19 Obscure line present in all examples replaced with a much simpler one. 2022-09-03 11:53:33 +02:00
README Minor changes due to the recently introduced turboMagnon code 2021-06-29 16:43:46 +02:00
clean_all Modifications in TDDFPT and HP modules: 2018-09-07 16:26:46 +02:00
run_all_examples Modifications in TDDFPT and HP modules: 2018-09-07 16:26:46 +02:00

README

These examples cover most programs and features of the TDDFPT package.
See comments in file "environment_variables" in the top QE directory
for instructions on how to run these examples.

-----------------------------------------------------------------------

                   LIST AND CONTENT OF THE EXAMPLES

example01:
    This example shows how to calculate the absorption spectrum
    of the CH4 molecule using norm-conserving pseudopotentials,
    LDA functional, and using pw.x, turbo_lanczos.x and 
    turbo_spectrum.x.

example02:
    This example shows how to calculate the absorption spectrum
    of the C6H6 molecule using ultrasoft pseudopotentials,
    LDA functional, and using pw.x, turbo_lanczos.x, and 
    turbo_spectrum.x.

example03:
    This example shows how to calculate the absorption spectrum
    of the C6H6 molecule using ultrasoft pseudopotentials,
    LDA functional, using tqr=.true. (this option speeds up
    the calculation with ultrasoft pseudopotentials, but it may be
    numerically less accurate), and using pw.x, turbo_lanczos.x 
    and turbo_spectrum.x.

example04:
    This example shows how to calculate the absorption spectrum
    of the CH4 molecule using norm-conserving pseudopotentials,
    PBE0 functional, and using pw.x, turbo_lanczos.x and 
    turbo_spectrum.x.

example05:
    This example shows how to calculate the absorption spectrum
    of the CH4 molecule using norm-conserving pseudopotentials,
    time-dependent Hartree-Fock approximation, and using pw.x,
    turbo_lanczos.x, and turbo_spectrum.x. In the example,
    the variable ecutfock is set equal to ecutwfc, which speeds up
    the calculation (use with care, because it can reduce the
    accuracy of the results).

example06:
    This example shows how to calculate the response charge density
    at a specific frequency of the excitation (in the absorption 
    spectrum) of the CH4 molecule using norm-conserving pseudopotentials,
    LDA functional, and using pw.x, turbo_lanczos.x, and turbo_spectrum.x.

example07:
    This example shows how to calculate the absorption spectrum
    of the CH4 molecule using the self-consistent continuum solvation
    model (implicit solvent) using norm-conserving pseudopotentials,
    LDA functional, and using pw.x, turbo_lanczos.x, turbo_spectrum.x, 
    and the ENVIRON module. Note that pw.x and turbo_lanczos.x must
    be used with the -environ flag.

example08:
    This example shows how to calculate the absorption spectrum
    of the CH4 molecule using norm-conserving pseudopotentials,
    LDA functional, and using pw.x and turbo_davidson.x.

example09:
    This example shows how to calculate the absorption spectrum
    of the C6H6 molecule using ultrasoft pseudopotentials,
    LDA functional, and using pw.x and turbo_davidson.x.

example10:
    This example shows how to calculate the absorption spectrum
    of the CH4 molecule using norm-conserving pseudopotentials,
    B3LYP functional, and using pw.x and turbo_davidson.x.

example11:
    This example shows how to calculate the absorption spectrum
    of the CH4 molecule using the self-consistent continuum solvation
    model (implicit solvent) using norm-conserving pseudopotentials,
    LDA functional, and using pw.x and turbo_davidson.x and 
    the ENVIRON module. Note that pw.x and turbo_davidson.x must 
    be used with the -environ flag.

example12:
    This example shows how to calculate the response charge density
    at a specific frequency of the excitation (in the absorption
    spectrum) of the H2O molecule using norm-conserving pseudopotentials,
    LDA functional, and using pw.x, turbo_davidson.x, and pp.x.

example13:
    This example shows how to calculate the electron energy loss spectrum 
    of bulk silicon using the Lanczos algorithm with a norm-conserving pseudopotential, 
    LDA functional, and using pw.x, turbo_eels.x, and turbo_spectrum.x.

example14:
    This example shows how to calculate the electron energy loss spectrum
    of bulk aluminum using the Lanczos algorithm with a norm-conserving pseudopotential, 
    LDA functional, and using pw.x, turbo_eels.x, and turbo_spectrum.x.

example15:
    This example shows how to calculate the electron energy loss spectrum
    of bulk silver using the Lanczos algorithm with ultrasoft pseudopotential, 
    PBE functional, and using pw.x, turbo_eels.x, and turbo_spectrum.x.

example16:
    This example shows how to calculate the electron energy loss spectrum
    of bulk bismuth using the Lanczos algorithm with a norm-conserving pseudopotential,
    LDA functional, and using pw.x, turbo_eels.x, and turbo_spectrum.x.
    The calculation is with a noncollinear spin polarization and including
    the spin-orbit coupling effect.

example17:
    This example shows how to calculate the electron energy loss spectrum
    of bulk bismuth using the Lanczos algorithm with a ultrasoft pseudopotential,
    LDA functional, and using pw.x, turbo_eels.x, and turbo_spectrum.x.
    The calculation is with a noncollinear spin polarization and including
    the spin-orbit coupling effect.

example18:
    This example shows how to calculate the electron energy loss spectrum
    of bulk aluminium using the Sternheimer algorithm with a norm-conserving 
    pseudopotential, LDA functional, and using pw.x and turbo_eels.x.

example19:
    This example shows how to calculate the magnetic spectrum (magnons)
    of bulk iron using the Lanczos algorithm with a norm-conserving
    pseudopotential, LDA functional, and using pw.x and turbo_magnons.x.