~jose-soler/siesta/unfolding

« back to all changes in this revision

Viewing changes to Util/Denchar/Tests/SiH3/3D/SiH3.fdf

  • Committer: Alberto Garcia
  • Date: 2006-02-13 14:43:00 UTC
  • mfrom: (unknown (missing))
  • Revision ID: Arch-1:siesta@uam.es--2005%siesta-devel--reference--1.5--patch-36
More documentation and fixes for Examples, Tutorials, and Util
* Expanded and created README files for Examples, Tutorials, and Util
* Cleaned up Denchar (removed Tests directory from distribution) 
  and Vibra (new compilation scheme, using the top-level arch.make)
* Fixed end-of-file handling in sies2arc.


Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
# Sample FDF file for program SIESTA
3
 
# P.Ordejon, December'96, J.M.Soler, March'97, P.Ordejon, July'03
4
 
 
5
 
SystemName        Si tetrahedral     # Descriptive name of the system
6
 
SystemLabel            SiH3          # Short name for naming files
7
 
NumberOfAtoms           4            # Number of atoms
8
 
NumberOfSpecies         2            # Number of species
9
 
 
10
 
PAO.EnergyShift 0.25 eV
11
 
PAO.SplitNorm   0.15
12
 
PAO.BasisType   split
13
 
PAO.BasisSize   DZP
14
 
 
15
 
LatticeConstant 8.0 Ang
16
 
 
17
 
%block ChemicalSpeciesLabel
18
 
 1  14  Si     # Species index, atomic number, species label
19
 
 2  1   H
20
 
%endblock ChemicalSpeciesLabel
21
 
 
22
 
WriteWaveFunctions T
23
 
 
24
 
%block WaveFuncKPoints
25
 
0.0 0.0 0.0 5
26
 
%endblock WaveFuncKPoints
27
 
 
28
 
 
29
 
%block AtomicCoordinatesAndAtomicSpecies
30
 
   0.00000    .00000    .00000    1
31
 
  -0.85447  -0.85447   0.85447    2
32
 
  -0.85447   0.85447  -0.85447    2
33
 
   0.85447  -0.85447  -0.85447    2
34
 
%endblock AtomicCoordinatesAndAtomicSpecies
35
 
 
36
 
%block kgrid_Monkhorst_Pack
37
 
 1  0  0  0.0
38
 
 0  1  0  0.0
39
 
 0  0  1  0.0
40
 
%endblock kgrid_Monkhorst_Pack
41
 
 
42
 
# Atomic coordinates
43
 
AtomicCoordinatesFormat   NotScaledCartesianAng  # Format for coordinates
44
 
                                                 #   - NotScaledCartesianBohr
45
 
                                                 #   - NotScaledCartesianAng
46
 
                                                 #   - ScaledCartesian
47
 
 
48
 
SpinPolarized         true          # Logical parameters are: yes or no
49
 
 
50
 
MeshCutoff          150. Ry          # Mesh cutoff. real space mesh
51
 
 
52
 
# SCF options
53
 
MaxSCFIterations      100           # Maximum number of SCF iter
54
 
DM.MixingWeight       0.10          # New DM amount for next SCF cycle
55
 
DM.Tolerance          1.d-4         # Tolerance in maximum difference
56
 
                                    # between input and output DM
57
 
DM.UseSaveDM           yes          # to use continuation files
58
 
DM.NumberPulay         3
59
 
 
60
 
NeglNonOverlapInt     false        # Neglect non-overlap interactions
61
 
  
62
 
WriteMullikenPop       1
63
 
 
64
 
 
65
 
ElectronicTemperature 25 meV       # Temp. for Fermi smearing
66
 
 
67
 
# MD options
68
 
 
69
 
MD.TypeOfRun            Verlet      # Type of dynamics:
70
 
MD.InitialTimeStep      1
71
 
MD.FinalTimeStep        1  
72
 
MD.LenghtTimeStep       2.0 fs
73
 
MD.InitialTemperature   0.0 K
74
 
 
75
 
WriteDenchar           .true.
76
 
SaveRho                .true.
77
 
SaveDeltaRho                .true.
78
 
 
79
 
 
80
 
#  *************************************************************************
81
 
#                     Input variables for Denchar
82
 
#  (besides SystemLabel, NumberOfSpecies and ChemicalSpecies, defined above)
83
 
#  *************************************************************************
84
 
 
85
 
 
86
 
Denchar.TypeOfRun          3D
87
 
 
88
 
Denchar.PlotWaveFunctions   T
89
 
Denchar.PlotCharge          T
90
 
 
91
 
Denchar.CoorUnits       bohr           # Format for coordinate of the points
92
 
                                       # Bohr
93
 
                                       # Ang
94
 
 
95
 
Denchar.DensityUnits   Ele/bohr**3     # Units of Charge Density
96
 
                                       # Ele/bohr**3
97
 
                                       # Ele/Ang**3
98
 
                                       # Ele/UnitCell
99
 
 
100
 
Denchar.MinX           -3.0  Bohr      # Minimum coord of the window in X-dir
101
 
Denchar.MaxX            3.0  Bohr      # Maximum coord of the window in X-dir
102
 
 
103
 
Denchar.MinY           -3.0  Bohr      # Minimum coord of the window in Y-dir
104
 
Denchar.MaxY            3.0  Bohr      # Maximum coord of the window in X-dir
105
 
 
106
 
Denchar.MinZ           -3.0  Bohr      # Minimum coord of the window in Y-dir
107
 
Denchar.MaxZ            3.0  Bohr      # Maximum coord of the window in X-dir
108
 
 
109
 
Denchar.NumberPointsX         15       # Number of points in X-axis
110
 
Denchar.NumberPointsY         15       # Number of points in Y-axis
111
 
Denchar.NumberPointsY         15       # Number of points in Y-axis
112
 
 
113
 
Denchar.PlaneGeneration  NormalVector  # Option to generate the plane
114
 
                                       # NormalVector
115
 
                                       # TwoLines
116
 
                                       # ThreePoints
117
 
                                       # ThreeAtomicIndices
118
 
 
119
 
 
120
 
%block Denchar.CompNormalVector        # Components of the Normal Vector
121
 
0.000   0.000   1.000
122
 
%endblock Denchar.CompNormalVector
123
 
 
124
 
%block Denchar.PlaneOrigin             # Coordinates of the origin of the plane
125
 
0.000   0.000   0.000
126
 
%endblock Denchar.PlaneOrigin
127
 
 
128
 
%block Denchar.X_Axis                  # Coordinates one point to define x-axis
129
 
1.00000 0.00000 0.00000
130
 
%endblock Denchar.X_Axis
131
 
 
132