Input: Difference between revisions
(Created page with "{{Template:Input and Output}}") |
No edit summary |
||
Line 1: | Line 1: | ||
{{Template:Input and Output}} | {{Template:Input and Output}} | ||
VASP basically gives 4 input files for standard production runs: | |||
== {{TAG|INCAR}} == | |||
*The {{TAG|INCAR}} file gives the input paramteres which "steer" the calculation. | |||
*The default values set by VASP itself are a clever choice to do standard calculations. | |||
*These standard settings can be modified to specify: | |||
**What do you want to do? (scf calculation, DOS, dielectric properties ...) | |||
**You can give parameters to fulfil your requirements concerning required precision, requested convergence, calculation time ... | |||
== {{TAG|POSCAR}} == | |||
*A sample {{TAG|POSCAR}} file can look as the following: | |||
fcc: Ni | |||
3.53 | |||
0.5 0.5 0.0 | |||
0.0 0.5 0.5 | |||
0.5 0.0 0.5 | |||
Ni | |||
1 | |||
Selective Dyn | |||
Cartesian | |||
0 0 0 ( T T T) | |||
*The description of each line is given as follows: | |||
**1: Header (comment). | |||
**2: Overall scaling constant. | |||
**3-6: Bravais matrix. | |||
**4: Name(s) of the atom(s). | |||
**5: Number of the atoms (of each atom type). | |||
**6: (optional: selective dynamics). | |||
**7: Specifies which coordinate system is used (carthesian or direct). | |||
**8-x: Positions of the atoms. | |||
== {{TAG|KPOINTS}} == | |||
*A sample {{TAG|KPOINTS}} file can look like the following: | |||
Automatic mesh | |||
0 | |||
G (M) | |||
4 4 4 | |||
0. 0. 0. | |||
*The description of each line is given as follows: | |||
**1: Header (comment). | |||
**2: Specifies the k mesh generation type. <math>N_{\overrightarrow{k}} = 0</math>: automatic generation scheme. | |||
**3: <math>\Gamma</math>-centered (Monkhorst-Pack) grid. | |||
**4: Number of subdivisions in each direction. | |||
**5: Optional shift of the mesh. | |||
== {{TAG|POTCAR}} == | |||
*The {{TAG|POTCAR}} file contains the relevant information concerning the pseudo potentials that are necessary to run the calculation: | |||
**Data that was required for generating the pseudo potentials. | |||
**Number of valence electrons. | |||
**Atomic mass. | |||
**Energy cut-off. | |||
*If the cell contains different atoms, the atomic {{TAG|POTCAR}} files have to be concatenated, in the same order as the atoms are given in the {{TAG|POSCAR}} file. | |||
*Different XC-types must not be mixed. | |||
---- | |||
[[:Category:Tutorials |To the list of tutorials]] or to the [[The_VASP_Manual|main page]] | |||
[[Category:Examples]] |
Revision as of 10:55, 19 July 2017
VASP basically gives 4 input files for standard production runs:
INCAR
- The INCAR file gives the input paramteres which "steer" the calculation.
- The default values set by VASP itself are a clever choice to do standard calculations.
- These standard settings can be modified to specify:
- What do you want to do? (scf calculation, DOS, dielectric properties ...)
- You can give parameters to fulfil your requirements concerning required precision, requested convergence, calculation time ...
POSCAR
- A sample POSCAR file can look as the following:
fcc: Ni 3.53 0.5 0.5 0.0 0.0 0.5 0.5 0.5 0.0 0.5 Ni 1 Selective Dyn Cartesian 0 0 0 ( T T T)
- The description of each line is given as follows:
- 1: Header (comment).
- 2: Overall scaling constant.
- 3-6: Bravais matrix.
- 4: Name(s) of the atom(s).
- 5: Number of the atoms (of each atom type).
- 6: (optional: selective dynamics).
- 7: Specifies which coordinate system is used (carthesian or direct).
- 8-x: Positions of the atoms.
KPOINTS
- A sample KPOINTS file can look like the following:
Automatic mesh 0 G (M) 4 4 4 0. 0. 0.
- The description of each line is given as follows:
- 1: Header (comment).
- 2: Specifies the k mesh generation type. : automatic generation scheme.
- 3: -centered (Monkhorst-Pack) grid.
- 4: Number of subdivisions in each direction.
- 5: Optional shift of the mesh.
POTCAR
- The POTCAR file contains the relevant information concerning the pseudo potentials that are necessary to run the calculation:
- Data that was required for generating the pseudo potentials.
- Number of valence electrons.
- Atomic mass.
- Energy cut-off.
- If the cell contains different atoms, the atomic POTCAR files have to be concatenated, in the same order as the atoms are given in the POSCAR file.
- Different XC-types must not be mixed.
To the list of tutorials or to the main page