quantum-espresso/examples/example11
giannozz 7abc7cdebb Minor changes to scripts used to check and save examples
All examples updated again (sorry), this time with ifort 8
Only pwcond refuses to work with this particular compiler


git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@2057 c92efa57-630b-4861-b058-cf58834340f0
2005-07-28 17:26:51 +00:00
..
reference Minor changes to scripts used to check and save examples 2005-07-28 17:26:51 +00:00
README Created unified "examples" directory replacing old "cp_examples", 2004-06-10 09:37:46 +00:00
run_example more fixes for /bin/sh [Gerardo] 2004-07-02 13:44:12 +00:00

README

This example illustrates the use of the option occupations='from_input'.

1) make an LDA self-consistent calculation for an isolated Al atom by
   specifying the occupancy of each band in the input file. There are 6 
   bands (nbnd=6) whose occupancies are:
   2.0 0.3333333333333 0.333333333333 0.3333333333333 0.0 0.0
   (input=al.in, ouput=al.out)

2) make a sigma-GGA spin-polarized (nspin=2) self-consistent calculation
   for an isolated O atom by specifying the occupancies of each band in
   each spin channel (for each k-point: only gamma in this example):
   1.0 1.0 1.0 1.0 0.0 0.0 
   1.0 0.33333333333 0.33333333333 0.33333333333 0.0 0.0 
   (input=O.in, output=O.out)

3) the sama as in point 2), but with the gamma version of the code.
   (input=O_gamma.in, output=O_gamma.out)