Ni 100 surface relaxation: Difference between revisions

From VASP Wiki
No edit summary
No edit summary
Line 1: Line 1:
{{Sur_sci}}
{{Sur_sci}}


Description: relax the first two layers of a Ni (100) surface.
== Task ==


----
Relaxation of the first two layers of a Ni (100) surface.
*{{TAG|INCAR}}
 
== Input ==
 
=== {{TAG|POSCAR}} ===
<pre>
fcc (100) surface
3.53
  .50000  .50000  .00000
  -.50000  .50000  .00000
  .00000  .00000  5.00000
  5
Selective Dynamics
Kartesisch
  .00000  .00000  .00000 F F F
  .00000  .50000  .50000 F F F
  .00000  .00000  1.00000 F F F
  .00000  .50000  1.50000 T T T
  .00000  .00000  2.00000 T T T
</pre>
 
=== {{TAG|INCAR}} ===
   {{TAGBL|ISTART}} = 0; {{TAGBL|ICHARG}} = 2
   {{TAGBL|ISTART}} = 0; {{TAGBL|ICHARG}} = 2
      
      
Line 23: Line 43:
   {{TAGBL|IBRION}} = 1
   {{TAGBL|IBRION}} = 1


*{{TAG|KPOINTS}}
=== {{TAG|KPOINTS}} ===
<pre>
<pre>
k-points
k-points
Line 32: Line 52:
</pre>
</pre>


*{{TAG|POSCAR}}
 
<pre>
fcc (100) surface
3.53
  .50000  .50000  .00000
  -.50000  .50000  .00000
  .00000  .00000  5.00000
  5
Selective Dynamics
Kartesisch
  .00000  .00000  .00000 F F F
  .00000  .50000  .50000 F F F
  .00000  .00000  1.00000 F F F
  .00000  .50000  1.50000 T T T
  .00000  .00000  2.00000 T T T
</pre>


== Download ==
== Download ==

Revision as of 11:56, 12 May 2017

Task

Relaxation of the first two layers of a Ni (100) surface.

Input

POSCAR

fcc (100) surface
 3.53
   .50000   .50000   .00000
  -.50000   .50000   .00000
   .00000   .00000  5.00000
  5
Selective Dynamics
Kartesisch
   .00000   .00000   .00000 F F F
   .00000   .50000   .50000 F F F
   .00000   .00000  1.00000 F F F
   .00000   .50000  1.50000 T T T
   .00000   .00000  2.00000 T T T

INCAR

  ISTART = 0; ICHARG = 2
    
general:
  SYSTEM = clean Ni(100) surface
  ENCUT = 270 
  ISMEAR = 2 ; SIGMA = 0.2
  ALGO = Fast
  EDIFF = 1E-6
    
spin:
  ISPIN=2
  MAGMOM = 5*1
    
dynamic:
  NSW = 100
  POTIM = 0.8
  IBRION = 1

KPOINTS

k-points
0
Monkhorst-Pack
9 9 1
0 0 0


Download

Ni100clean_rel.tgz


To the list of examples or to the main page