quantum-espresso/PW/examples
Laurent Pizzagalli 162f9415b9 Merge branch 'develop' of gitlab.com:QEF/q-e into extffield 2022-11-02 09:27:15 +01:00
..
ESM_example Obscure line present in all examples replaced with a much simpler one. 2022-09-03 11:53:33 +02:00
EXX_example Obscure line present in all examples replaced with a much simpler one. 2022-09-03 11:53:33 +02:00
Extffield_example Add examples for cp.x and pw.x 2022-09-22 08:38:59 +02:00
RISM_example Obscure line present in all examples replaced with a much simpler one. 2022-09-03 11:53:33 +02:00
VCSexample Obscure line present in all examples replaced with a much simpler one. 2022-09-03 11:53:33 +02:00
cluster_example Obscure line present in all examples replaced with a much simpler one. 2022-09-03 11:53:33 +02:00
dftd3_example Obscure line present in all examples replaced with a much simpler one. 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
gammaDFT_example added examples 2022-10-20 09:57:30 +02:00
gatefield Obscure line present in all examples replaced with a much simpler one. 2022-09-03 11:53:33 +02:00
vdwDF_example Obscure line present in all examples replaced with a much simpler one. 2022-09-03 11:53:33 +02:00
README Instructions for running examples collected into a single file 2021-01-19 14:19:23 +01: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 examples 2022-10-20 09:57:30 +02:00

README

These examples cover most programs and features of the PW 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

For each example, more detailed information is provided by the README file 
contained in the corresponding directory.

example01:
    This example shows how to use pw.x to calculate the total energy
    and the band structure of four simple systems: Si, Al, Cu, Ni.

example02:
    This example shows how to use pw.x to compute the equilibrium
    geometry of a simple molecule, CO, and of an Al (001) slab.
    In the latter case the relaxation is performed in two ways:
    1) using the quasi-Newton BFGS algorithm
    2) using a damped dynamics algorithm.

example03:
    This example shows how to use pw.x to perform molecular dynamics
    for 2- and 8-atom cells of Si starting with compressed bonds along
    (111).

example04:
    This example shows how to calculate the polarization via Berry
    Phase in PBTiO3 (contributed by the Vanderbilt Group in Rutgers
    University).

example05:
    This example shows how to calculate the total energy of an
    isolated atom in a supercell with fixed occupations.
    Two examples: LDA energy of Al and sigma-GGA energy of O.

example06:
    This example shows how to use pw.x to calculate the total energy
    and the band structure of four simple systems in the non-collinear
    case: Fe, Cu, Ni, O.

example07:
    This example shows how to use pw.x to calculate the total energy
    and the band structure of fcc-Pt with a fully relativistic US-PP
    which includes spin-orbit effects.

example08:
    This example shows how to use pw.x to calculate the total energy of FeO
    using LDA+U approximation.

example09:
    This example shows how to use pw.x to perform TPSS metaGGA calculations
    for C4H6

example10:
    This example shows how to use pw.x to perform electronic structure
    calculations in the presence of a finite electric field described 
    through the modern theory of the polarization. The example shows how to
    calculate the dielectric constant of Si and the effective charges of AlAs.

example11:
    This example tests pw.x with PAW in the noncollinear, spin-orbit case.
    It calculates the band structure of ferromagnetic bcc-Fe.

example12:
    This example tests pw.x for the noncollinear/spin-orbit case with 
    DFT+U and Ultrasoft pseudopotentials.

example13:
   This example shows how to use pw.x to calculate the total energy
   of LiCoO2 using DFT+U+V with ultrasoft pseudopotentials.

Additional feature-specific examples:


EXX_example:
    Use experimental implementation of Hybrid Functional to compute
    total energy of Silicon using different values for nq and for
    calculation of binding energy of o2,co,n2 from calculations in a
    12 au cubic box and gamma sampling.

ESM_example:
    This example shows how to use the Effective Screening Medium Method (ESM)
    in pw.x to calculate the total energy, charge density, force, and
    potential of a polarized or charged medium. Calculations are for a water
    molecule and an Al(111) electrode.

VCSexample:
    This example shows how to use pw.x to optimize crystal structures at two
    pressures for As.

cluster_example:
    This example shows how to use pw.x to calculate propeties of
    isolated systems decoupling periodic images by using
    Martyna-Tuckerman approach with truncated coulomb interaction.

vdwDF_example:
    This example shows how to use the vdw-DF functional in pw.x.