quantum-espresso/PHonon/examples/example14
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
..
reference update of reference data for PHonon examples 2017-02-07 14:07:15 +00:00
README Added an example for the use of the input q list. 2013-02-19 10:44:58 +00:00
run_example Obscure line present in all examples replaced with a much simpler one. 2022-09-03 11:53:33 +02:00

README

This example illustrates how to use the phonon code to calculate
the dispersions along some line or in a plane in the BZ, when it
is not possible to use the Fourier interpolation or when one
wants to check the Fourier interpolation itself.

The calculation proceeds as follows 

1) make a self-consistent calculation for fcc-Al. 
   (input=al.scf.in, output=al.scf.out) 

2) make the phonon calculation for a grid of 444 q-points and interpolates
   the frequencies as in example02.

3) make the phonon calculation along some lines of the BZ and compare
   the results with the interpolated frequencies.
   The output can be seen in al.dispersion.ps (the Fourier interpolated
   frequencies are plotted with a continous line, while the frequencies
   calculated by ph.x are indicated by points).