CO: Difference between revisions

From VASP Wiki
No edit summary
No edit summary
Line 1: Line 1:
*{{TAG|INCAR}}
{{Template:At_and_mol}}
 
== Task ==
 
== Input ==
 
=== {{TAG|POSCAR}} ===
CO molecule 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 1          ! number of atoms for each species
cart          ! positions in cartesian coordinates
  0 0 0        ! first atom
  0 0 1.12    ! second atom
 
=== {{TAG|INCAR}} ===
  {{TAGBL|SYSTEM}} = CO molecule in a box
  {{TAGBL|SYSTEM}} = CO molecule in a box
  {{TAGBL|ISMEAR}} = 0 ! Gaussian smearing
  {{TAGBL|ISMEAR}} = 0 ! Gaussian smearing
Line 5: Line 22:
  {{TAGBL|IBRION}} = 2 ! use the conjugate gradient algorithm
  {{TAGBL|IBRION}} = 2 ! use the conjugate gradient algorithm


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


*{{TAG|POSCAR}}
== Calculation ==
CO molecule 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 1          ! number of atoms for each species
cart          ! positions in cartesian coordinates
  0 0 0        ! first atom
  0 0 1.12    ! second atom


== Download ==
== Download ==

Revision as of 08:52, 27 April 2017

Task

Input

POSCAR

CO molecule 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 1           ! number of atoms for each species
cart          ! positions in cartesian coordinates
 0 0 0        ! first atom
 0 0 1.12     ! second atom

INCAR

SYSTEM = CO molecule in a box
ISMEAR = 0 ! Gaussian smearing
NSW = 5    ! 5 ionic steps
IBRION = 2 ! use the conjugate gradient algorithm

KPOINTS

Gamma-point only
 0
Monkhorst Pack
 1 1 1
 0 0 0

Calculation

Download

CO.tgz


To the list of examples or to the main page