O atom spinpolarized low symmetry: Difference between revisions

From VASP Wiki
No edit summary
No edit summary
Line 1: Line 1:
*INCAR
*{{TAG|INCAR}}
  SYSTEM = O atom in a box
  SYSTEM = O atom in a box
  ISMEAR = 0  ! Gaussian smearing
  ISMEAR = 0  ! Gaussian smearing
Line 5: Line 5:
  ISPIN =  2  ! spin polarized calculation
  ISPIN =  2  ! spin polarized calculation


*KPOINTS
*{{TAG|KPOINTS}}
  Gamma-point only
  Gamma-point only
   0
   0
Line 12: Line 12:
   0 0 0
   0 0 0


*POSCAR
*{{TAG|POSCAR}}
  O atom in a box
  O atom in a box
   1.0          ! universal scaling parameters
   1.0          ! universal scaling parameters
Line 21: Line 21:
  cart          ! positions in cartesian coordinates
  cart          ! positions in cartesian coordinates
   0 0 0
   0 0 0
== Used INCAR Tags ==
{{TAG|ISPIN}}, {{TAG|ISMEAR}}, {{TAG|SIGMA}}, {{TAG|SYSTEM}}


== Download ==
== Download ==
[http://www.vasp.at/vasp-workshop/examples/Oatomspinlowsym.tgz Oatomspinlowsym.tgz]
[http://www.vasp.at/vasp-workshop/examples/Oatomspinlowsym.tgz Oatomspinlowsym.tgz]
----
----
[[VASP_example_calculations|To the list of examples]] or to the [[The_VASP_Manual|main page]]
[[VASP_example_calculations|To the list of examples]] or to the [[The_VASP_Manual|main page]]


[[Category:Examples]]
[[Category:Examples]]

Revision as of 10:01, 16 February 2017

SYSTEM = O atom in a box
ISMEAR = 0  ! Gaussian smearing
SIGMA  = 0.01
ISPIN =  2  ! spin polarized calculation
Gamma-point only
 0
Monkhorst Pack
 1 1 1
 0 0 0
O atom in a box
 1.0          ! universal scaling parameters
 7.0 0.0 0.0  ! lattice vector  a(1)
 0.0 7.5 0.0  ! lattice vector  a(2)
 0.0 0.0 8.0  ! lattice vector  a(3)
1             ! number of atoms
cart          ! positions in cartesian coordinates
 0 0 0

Used INCAR Tags

ISPIN, ISMEAR, SIGMA, SYSTEM

Download

Oatomspinlowsym.tgz


To the list of examples or to the main page