quantum-espresso/PHonon/examples
giannozz c09c7b071e Unwanted space in makefile + max_second in example that shouldn't be there
git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@12147 c92efa57-630b-4861-b058-cf58834340f0
2016-02-19 19:53:27 +00:00
..
GRID_example Another temporary file that shouldn't be there 2015-11-05 10:45:54 +00:00
GRID_recover_example Grid_recover_example updated. outdir directory cleanup updated. 2014-04-11 14:10:33 +00:00
Image_example Image_example script update. outdir cleanup updated. 2014-04-11 14:41:34 +00:00
Partial_example Phonon Partial_example updated. Reference updated. 2014-04-09 14:44:49 +00:00
Recover_example Bug fix: the phonon recover starting from the bands of the first q point was 2014-04-11 12:49:01 +00:00
example01 The previous commit contained a change that wasn't supposed to be there 2014-07-21 10:53:50 +00:00
example02 Phonon example02 updated, reference updated. 2014-04-08 15:35:00 +00:00
example03 Phonon examples 02 and 03 cleanup updated. 2014-02-05 15:52:26 +00:00
example04 Phonon example04 updated. Reference updated. 2014-04-08 15:59:31 +00:00
example05 Unwanted space in makefile + max_second in example that shouldn't be there 2016-02-19 19:53:27 +00:00
example06 Phonon example06 updated. Reference updated. 2014-04-08 16:09:26 +00:00
example07 Cleanup of the phonon examples 07 08 09 10 11 updated. 2014-02-05 16:49:14 +00:00
example08 Misplaced variable prevented the print of the zue effective charges. 2014-04-08 17:09:26 +00:00
example09 Cleanup of the phonon examples 07 08 09 10 11 updated. 2014-02-05 16:49:14 +00:00
example10 Phonon example10 updated. Reference updated. 2014-04-09 14:00:22 +00:00
example11 Phonon example11 updated. Reference updated. 2014-04-09 14:09:42 +00:00
example12 Cleanup of phonon examples 12, 13, 14 updated. 2014-02-05 17:05:25 +00:00
example13 Updated obsolete link 2014-07-04 07:07:01 +00:00
example014 Small cleanup. 2013-02-06 08:38:42 +00:00
example14 Temporary files shouldn't be in the svn 2015-11-05 10:45:17 +00:00
example15 Minor update of phonon example15, mainly cleanup of the outdir directory. 2014-04-11 15:37:29 +00:00
README GRID_recover_examples inserted in the example list. 2013-03-22 16:12:36 +00:00
clean_all The cleaning system of the atomic code was no more compatible with the 2012-08-19 16:18:50 +00:00
run_all_examples Added two recovering examples. In one example a ph.x run with images is 2013-01-25 10:05:54 +00:00

README

These are instructions on how to run the examples for PHonon package.
These examples try to exercise all the programs and features 
of the PHonon package. 
If you find that any relevant feature isn't being tested, 
please contact us (or even better, write and send us a new example).

To run the examples, you should follow this procedure:

1) Edit the "environment_variables" file from the main 
   ESPRESSO directory, setting the following variables as needed:

     BIN_DIR = directory where ESPRESSO executables reside
     PSEUDO_DIR = directory where pseudopotential files reside
     TMP_DIR = directory to be used as temporary storage area

   If you have downloaded the full ESPRESSO distribution, you may set
   BIN_DIR=$TOPDIR/bin and PSEUDO_DIR=$TOPDIR/pseudo, where $TOPDIR is
   the root of the ESPRESSO source tree.

   TMP_DIR must be a directory you have read and write access to, with
   enough available space to host the temporary files produced by the
   example runs, and possibly offering high I/O performance (i.e.,
   don't use an NFS-mounted directory).

2) If you want to test the parallel version of ESPRESSO, you will 
   usually have to specify a driver program (such as "poe" or "mpirun")
   and the number of processors. This can be done by editing PARA_PREFIX
   and PARA_POSTFIX variables (in the "environment_variables" file).
   Parallel executables will be run by a command like this:

     $PARA_PREFIX ph.x $PARA_POSTFIX < file.in > file.out

   For example, if the command line is like this (as for an IBM SP):

     poe ph.x -procs 4 < file.in > file.out

   you should set PARA_PREFIX="poe", PARA_POSTFIX="-procs 4".

   See section "Running on parallel machines" of the user guide for details.
   Furthermore, if your machine does not support interactive use, you
   must run the commands specified below through the batch queueing
   system installed on that machine.  Ask your system administrator
   for instructions.

3) To run a single example, go to the corresponding directory (for
   instance, "example/example01") and execute:

     ./run_example

   This will create a subdirectory "results", containing the input and
   output files generated by the calculation.

   Some examples take only a few seconds to run, while others may
   require several minutes depending on your system.

4) In each example's directory, the "reference" subdirectory contains
   verified output files, that you can check your results against.

   The reference results were generated on a Linux PC with Intel compiler.
   On different architectures the precise numbers could be slightly
   different, in particular if different FFT dimensions are
   automatically selected.  For this reason, a plain "diff" of your
   results against the reference data doesn't work, or at least, it 
   requires human inspection of the results.

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

                   LIST AND CONTENT OF THE EXAMPLES

example01:
    This example shows how to use pw.x and ph.x to calculate phonon
    frequencies at Gamma and X for Si and C in the diamond structure and 
    for fcc-Ni.

example02:
    This example shows how to calculate interatomic force constants in
    real space for AlAs in zincblende structure.

example03:
    This example shows how to calculate electron-phonon interaction
    coefficients at X for fcc Al.

example04:
    This example shows how to use pw.x and ph.x to calculate the
    normal modes of a molecule (CH4) at Gamma

example05:
    This example shows how to use pw.x and ph.x to calculate the Raman
    tensor for AlAs.

example06
    This example shows how to use ph.x to calculate
    the phonon frequencies at Gamma and X of fcc-Pt.

example07:
    This example tests pw.x and ph.x in several cases that require the 
    noncollinear or the spin-orbit part of the code together with the gga.
    ph.x is used to calculate the phonons at X and Gamma of fcc-Pt with gga,
    and to calculate the phonons at X and Gamma of fcc-Ni to test the magnetic 
    case with gga with or without spin-orbit (experimental stage). 

example08:
   This example tests ph.x together with PAW. 

example09:
    This example illustrates how to use pw.x and ph.x to calculate 
    dynamic polarizability of methane molecules (experimental stage)

example10:
    This example tests pw.x and ph.x for the effective charges and
    dielectric constants with the noncollinear or the spin-orbit part of the
    code (experimental stage).

example11: 
    This example tests pw.x and ph.x for the noncollinear/spin-orbit case 
    and PAW (still experimental).

example12:
    This example shows how to use pw.x and phcg.x to calculate the normal
    modes of a molecule (SiH4) at Gamma.

example13:
    This example shows how to use pw.x, ph.x and d3.x to calculate the
    third-order expansion coefficients of the total energy of Si.

example14:
    This example shows how to use ph.x to calculate the phonon frequencies
    on an arbitrary set of q points. The points can be generated automatically
    along paths or on a bi-dimensional plane.

Additional feature-specific examples:

Partial_example
    This example tests the computation of a part of the dynamical matrix.

GRID_example
    This example shows how to use ph.x on a GRID.

Image_example
    This example tests image parallelism of the ph.x.

Recover_example:
    This example tests the recover feature of ph.x.

GRID_recover_example
    This example tests the recover feature with the GRID or the images.