O atom spinpolarized: 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
  ISPIN =  2  ! spin polarized calculation
  ISPIN =  2  ! spin polarized calculation


*KPOINTS
*{{TAG|KPOINTS}}
  Gamma-point only
  Gamma-point only
   0
   0
Line 11: Line 11:
   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 20: Line 20:
  cart          ! positions in cartesian coordinates
  cart          ! positions in cartesian coordinates
   0 0 0
   0 0 0
== Used INCAR Tags ==
{{TAG|SYSTEM}}, {{TAG|ISMEAR}}, {{TAG|ISPIN}}


== Download ==
== Download ==
[http://www.vasp.at/vasp-workshop/examples/Oatomspin.tgz Oatomspin.tgz]
[http://www.vasp.at/vasp-workshop/examples/Oatomspin.tgz Oatomspin.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 09:59, 16 February 2017

SYSTEM = O atom in a box
ISMEAR = 0  ! Gaussian smearing
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
 8.0 0.0 0.0  ! lattice vector  a(1)
 0.0 8.0 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

SYSTEM, ISMEAR, ISPIN

Download

Oatomspin.tgz


To the list of examples or to the main page