NSUBSYS: Difference between revisions

From VASP Wiki
No edit summary
No edit summary
 
(3 intermediate revisions by one other user not shown)
Line 11: Line 11:
Note that the last number in the previous example is actually redundant (clearly the last three atoms belong to the last subsystem) and does not have to be user-supplied.
Note that the last number in the previous example is actually redundant (clearly the last three atoms belong to the last subsystem) and does not have to be user-supplied.


== Related Tags and Sections ==
== Related tags and articles ==
{{TAG|TSUBSYS}},
{{TAG|TSUBSYS}},
{{TAG|PSUBSYS}},
{{TAG|PSUBSYS}},
{{TAG|MDALGO}}
{{TAG|MDALGO}}
{{sc|NSUBSYS|Examples|Examples that use this tag}}


== References ==
== References ==
Line 20: Line 22:
<ref name="Andersen80">[http://dx.doi.org/10.1063/1.439486 H. C. Andersen, J. Chem. Phys. 72, 2384 (1980).]</ref>
<ref name="Andersen80">[http://dx.doi.org/10.1063/1.439486 H. C. Andersen, J. Chem. Phys. 72, 2384 (1980).]</ref>
</references>
</references>
{{sc|NSUBSYS|Examples|Examples that use this tag}}
----
----
[[The_VASP_Manual|Contents]]


[[Category:INCAR]][[Category:Dynamics]]
[[Category:INCAR tag]][[Category:Molecular dynamics]]

Latest revision as of 14:14, 7 April 2022

NSUBSYS = [integer array] 

Description: NSUBSYS defines the atomic subsystems in calculations with multiple Anderson thermostats (in case VASP was compiled with -Dtbdyn).


Up to three user-defined atomic subsystems may be coupled with independent Andersen thermostats[1] (MDALGO=13).

These subsystems are defined by specifying the last atom for each subsystem (two or three values must be supplied). For instance, if total of 20 atoms is defined in the POSCAR-file, and the initial 10 atoms belong to the subsystem 1, the next 7 atoms to the subsystem 2, and the last 3 atoms to the subsystem 3, NSUBSYS should be defined as follows:

NSUBSYS= 10 17 20

Note that the last number in the previous example is actually redundant (clearly the last three atoms belong to the last subsystem) and does not have to be user-supplied.

Related tags and articles

TSUBSYS, PSUBSYS, MDALGO

Examples that use this tag

References