~nickpapior/siesta/trunk-kpoint-dos

« back to all changes in this revision

Viewing changes to Util/Vibra/Examples/graf.fdf

  • Committer: Alberto Garcia
  • Date: 2004-11-25 18:49:43 UTC
  • Revision ID: Arch-1:siesta@uam.es--2004%siesta-devel--reference--0.11--patch-1
Siesta 0.11 -- imported from CVS
Import from cvs using date instead of siesta-0-11-release tag, since
the Pseudo structure was not properly integrated at that time and
did not get the tag.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Sample FDF input file for fcbuild.f
 
2
# Pablo Ordejon,  August 98
 
3
 
 
4
SystemName     2x2x0 graphite
 
5
SystemLabel    graf
 
6
 
 
7
NumberOfAtoms        2
 
8
LatticeConstant      2.457 Ang
 
9
 
 
10
%block LatticeVectors
 
11
0.8660254   0.5      0.0
 
12
0.8660254  -0.5      0.0
 
13
0.0         0.0      3.0
 
14
%endblock LatticeVectors
 
15
 
 
16
AtomicCoordinatesFormat   ScaledCartesian
 
17
 
 
18
%block AtomicCoordinatesAndAtomicSpecies
 
19
 0.28867513  0.0  0.0   1   12.01
 
20
-0.28867513  0.0  0.0   1   12.01
 
21
%endblock AtomicCoordinatesAndAtomicSpecies
 
22
 
 
23
SuperCell_1          2
 
24
SuperCell_2          2
 
25
SuperCell_3          0
 
26
 
 
27
AtomicDispl          0.04  Bohr
 
28
 
 
29
BandLinesScale       pi/a
 
30
%block BandLines
 
31
 1  0.000      0.000        0.000  \Gamma
 
32
25  1.1547005  0.000        0.000       M
 
33
10  1.1547005  0.666666667  0.000       K
 
34
25  0.000      0.000        0.000  \Gamma
 
35
%endblock BandLines
 
36