POMASS: Difference between revisions

From VASP Wiki
No edit summary
No edit summary
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{TAGDEF|POMASS|[real]|values read from {{TAG|POTCAR}}}}
{{TAGDEF|POMASS|[real array]|values read from {{TAG|POTCAR}}}}


Description: {{TAG|POMASS}} describes the mass of each atomic sphere in atomic units.
Description: {{TAG|POMASS}} describes the mass of each atomic sphere in atomic units.
Line 5: Line 5:
----
----


{{TAG|ZVAL}} and {{TAG|POMASS}}  determine the valency and the atomic mass of each atomic species, and should be omitted usually since the values are read from the {{TAG|POTCAR}} file. If incompatibilities exist, VASP will stop.
{{TAG|ZVAL}} and {{TAG|POMASS}}  determine the valency and the atomic mass of each atomic species. For standard calculations this tag should be omitted since the atomic masses for each species are read from the {{TAG|POTCAR}} file (they are also called ''POMASS'' there). However if one needs to change the atomic mass of some species, e.g. the mass of Hydrogen atoms in molecular dynamics calculations, the atomic masses of all species need to be set with this tag in the order they appear on the {{TAG|POTCAR}} file. After setting {{TAG|POMASS}} to different values in the {{TAG|INCAR}} file than on the {{TAG|POTCAR}} file following message will occur on stdout when running VASP, informing the user that the mass has changed:
 
<code>
WARNING: mass on POTCAR and INCAR are incompatible.
</code>
 
If any incompatibilities exist, e.g. the number of entries doesn't agree with that on the {{TAG|POTCAR}}, VASP will stop.


== Related Tags and Sections ==
== Related Tags and Sections ==
Line 12: Line 18:
{{sc|POMASS|Examples|Examples that use this tag}}
{{sc|POMASS|Examples|Examples that use this tag}}
----
----
[[The_VASP_Manual|Contents]]


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

Latest revision as of 10:37, 18 August 2023

POMASS = [real array]
Default: POMASS = values read from POTCAR 

Description: POMASS describes the mass of each atomic sphere in atomic units.


ZVAL and POMASS determine the valency and the atomic mass of each atomic species. For standard calculations this tag should be omitted since the atomic masses for each species are read from the POTCAR file (they are also called POMASS there). However if one needs to change the atomic mass of some species, e.g. the mass of Hydrogen atoms in molecular dynamics calculations, the atomic masses of all species need to be set with this tag in the order they appear on the POTCAR file. After setting POMASS to different values in the INCAR file than on the POTCAR file following message will occur on stdout when running VASP, informing the user that the mass has changed:

WARNING: mass on POTCAR and INCAR are incompatible.

If any incompatibilities exist, e.g. the number of entries doesn't agree with that on the POTCAR, VASP will stop.

Related Tags and Sections

ZVAL

Examples that use this tag