RANDOM SEED: Difference between revisions
| Vaspmaster (talk | contribs)  (Created page with '{{TAGDEF|RANDOM_SEED|[integer array]|based on the system clock}}  Description: {{TAG|RANDOM_SEED}} specifies the seed of the random-number-generator (in case VASP was compiled wi…') | Vaspmaster (talk | contribs)  No edit summary | ||
| Line 3: | Line 3: | ||
| Description: {{TAG|RANDOM_SEED}} specifies the seed of the random-number-generator (in case VASP was compiled with [[Precompiler_flags|-Dtbdyn]]).   | Description: {{TAG|RANDOM_SEED}} specifies the seed of the random-number-generator (in case VASP was compiled with [[Precompiler_flags|-Dtbdyn]]).   | ||
| ---- | ---- | ||
| The random-number-generator (RNG) is used at several instances of a molecular dynamics simulation such as the initialization of atomic velocities, Andersen thermostat ({{TAG|MDALGO}}=1 {{!}} 11), etc. The seed for the RNG can be supplied by the user by means of the {{TAG|RANDOM_SEED}}-tag. This is useful, for instance, if one needs to reproduce a previously performed calculation. | The random-number-generator (RNG) is used at several instances of a molecular dynamics simulation such as the initialization of atomic velocities, the Andersen thermostat ({{TAG|MDALGO}}=1 {{!}} 11), etc. The seed for the RNG can be supplied by the user by means of the {{TAG|RANDOM_SEED}}-tag. This is useful, for instance, if one needs to reproduce a previously performed calculation. | ||
| == Related Tags and Sections == | == Related Tags and Sections == | ||
Revision as of 14:38, 23 April 2014
RANDOM_SEED = [integer array]
 Default: RANDOM_SEED = based on the system clock 
Description: RANDOM_SEED specifies the seed of the random-number-generator (in case VASP was compiled with -Dtbdyn).
The random-number-generator (RNG) is used at several instances of a molecular dynamics simulation such as the initialization of atomic velocities, the Andersen thermostat (MDALGO=1 | 11), etc. The seed for the RNG can be supplied by the user by means of the RANDOM_SEED-tag. This is useful, for instance, if one needs to reproduce a previously performed calculation.
