Skip to content

Commit

Permalink
Core: amend input file docs with RNG seed info.
Browse files Browse the repository at this point in the history
Namely that the seeds will be random if unspecified.
  • Loading branch information
GPMueller committed Feb 19, 2021
1 parent 2189dce commit 8e80d90
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions core/docs/Input.md
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,8 @@ llg_stt_polarisation_normal 1.0 0.0 0.0
The time step `dt` is given in picoseconds.
The temperature is given in Kelvin and the temperature gradient in Kelvin/Angstrom.

If you don't specify a seed for the RNG, it will be chosen randomly.

**MC:**

```Python
Expand All @@ -442,6 +444,10 @@ mc_temperature 0
mc_acceptance_ratio 0.5
```

The temperature is given in Kelvin.

If you don't specify a seed for the RNG, it will be chosen randomly.

**GNEB:**

```Python
Expand Down

0 comments on commit 8e80d90

Please sign in to comment.