RWIGS: Difference between revisions

From VASP Wiki
(Created page with '{{TAGDEF|RWIGS|[real array]|read from the {{TAG|POTCAR}} file}} Description: {{TAG|RWIGS}} specifies the Wigner-Seitz radius for each atom type. ---- *{{TAG|RWIGS}} ''has'' to b…')
 
No edit summary
 
(12 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{TAGDEF|RWIGS|[real array]|read from the {{TAG|POTCAR}} file}}
{{TAGDEF|RWIGS|[real array]|-1}}


Description: {{TAG|RWIGS}} specifies the Wigner-Seitz radius for each atom type.
Description: {{TAG|RWIGS}} specifies the Wigner-Seitz radius (in <math>\AA</math>) for each atom type.
----
----
*{{TAG|RWIGS}} ''has'' to be supplied for each atom type if {{TAG|LORBIT}} is set to <10. In this case,  the ''spd''- and site projected wave function character of each band is evaluated, and the local partial DOS (see sections {{TAG|PROCAR}} and {{TAG|DOSCAR}}) and local magnetic moments are calculated.  
*{{TAG|RWIGS}} ''has'' to be supplied for each atom type if {{TAG|LORBIT}} is set to <10. In this case,  the ''spd''- and site projected wave function character of each band is evaluated, and the local partial DOS (see sections {{TAG|PROCAR}} and {{TAG|DOSCAR}}) and local magnetic moments are calculated.  
Line 7: Line 7:
*If  {{TAG|LORBIT}} >= 10, {{TAG|RWIGS}} is ignored
*If  {{TAG|LORBIT}} >= 10, {{TAG|RWIGS}} is ignored


*{{TAG|RWIGS}} ''must''  be set in calculations with constraining the local magnetic moments (see input parameter {{TAG|CONSTRMAG}})
*{{TAG|RWIGS}} ''must''  be set in calculations with constraining the local magnetic moments (see {{TAG|I_CONSTRAINED_M}})


For '''mono-atomic systems''' {{TAG|RWIGS}} can be defined
For '''mono-atomic systems''' {{TAG|RWIGS}} can be defined
Line 16: Line 16:
  Volume of Typ  1:    98.5 %
  Volume of Typ  1:    98.5 %
to the {{TAG|OUTCAR}} file. You should use a {{TAG|RWIGS}} value which yields a
to the {{TAG|OUTCAR}} file. You should use a {{TAG|RWIGS}} value which yields a
volume of approximately 100%.
volume of approximately 100%.


For systems consisting of '''more than one atom type''', there is no unambiguous way to define {{TAG|RWIGS}} and
For systems consisting of '''more than one atom type''', there is no unambiguous way to define {{TAG|RWIGS}} and
Line 26: Line 26:
*One possible choice is to set {{TAG|RWIGS}} such that the overlap between the spheres is minimized.
*One possible choice is to set {{TAG|RWIGS}} such that the overlap between the spheres is minimized.


*a more elaborate way is to apply a Bader-type charge analysis to estimate the radius af an atom in a specific compound.
*a more elaborate way is to apply a Bader-type charge analysis to estimate the radius of an atom in a specific compound.


*in most cases, it is simplest to choose the radius of each sphere such that they are close to the covalent radius as tabulated in most periodic tables. This simple criterion can be used in most cases, and it relies at least on some ``physical intuition''.
*in most cases, it is simplest to choose the radius of each sphere such that they are close to the covalent radius as tabulated in most periodic tables. This simple criterion can be used in most cases, and it relies at least on some ``physical intuition''.




Line 37: Line 37:
Quantitative results can be obtained only by careful comparison with a reference system  (e.g. bulk versus surface).
Quantitative results can be obtained only by careful comparison with a reference system  (e.g. bulk versus surface).


== Related Tags and Sections ==
== Related tags and articles ==
{{TAG|LORBIT}},
{{TAG|LORBIT}},
{{TAG|CONSTRMAG}}
{{TAG|I_CONSTRAINED_M}}
 
{{sc|RWIGS|Examples|Examples that use this tag}}
----
----
[[The_VASP_Manual|Contents]]


[[Category:INCAR]][[Category:local quantities]]
[[Category:POTCAR tag]][[Category:INCAR tag]][[Category:Electronic minimization]][[Category:Projector-augmented-wave method]]

Latest revision as of 15:48, 6 April 2022

RWIGS = [real array]
Default: RWIGS = -1 

Description: RWIGS specifies the Wigner-Seitz radius (in ) for each atom type.


  • RWIGS has to be supplied for each atom type if LORBIT is set to <10. In this case, the spd- and site projected wave function character of each band is evaluated, and the local partial DOS (see sections PROCAR and DOSCAR) and local magnetic moments are calculated.
  • RWIGS must be set in calculations with constraining the local magnetic moments (see I_CONSTRAINED_M)

For mono-atomic systems RWIGS can be defined unambiguously. The sum of the volume of the spheres around each atom should be the same as the total volume of the cell (assuming that you do not have a vacuum region within your cell). This is in the spirit of atomic sphere calculations. VASP writes a line

Volume of Typ   1:     98.5 %

to the OUTCAR file. You should use a RWIGS value which yields a volume of approximately 100%.

For systems consisting of more than one atom type, there is no unambiguous way to define RWIGS and several choices are possible. In all cases, the sum of the volume of the spheres should be close to the total volume of the cell (i.e the sum of the values given by VASP should be around 100%).

  • One possible choice is to set RWIGS such that the overlap between the spheres is minimized.
  • a more elaborate way is to apply a Bader-type charge analysis to estimate the radius of an atom in a specific compound.
  • in most cases, it is simplest to choose the radius of each sphere such that they are close to the covalent radius as tabulated in most periodic tables. This simple criterion can be used in most cases, and it relies at least on some ``physical intuition.


Please keep in mind that results are qualitative i.e. there is no unambiguous way to determine the location of an electron (and hence the local magnetic moments). With the current implementation, it is for instance hardly possible to determine charge transfer. What can be derived from the partial DOS is the typical character of a peak in a DOS. Quantitative results can be obtained only by careful comparison with a reference system (e.g. bulk versus surface).

Related tags and articles

LORBIT, I_CONSTRAINED_M

Examples that use this tag