Difference between revisions of "Smooth"
From DoSPT
Miguel Caro (talk | contribs) (Created page with "The <code>smooth</code> keyword is an '''optional''' keyword in the <code>input</code> file. It takes 1 logical argument, <code>.true.</code> or <code>.false.</code>. When...") |
Miguel Caro (talk | contribs) (→Summary) |
||
| Line 6: | Line 6: | ||
{| class="wikitable" | {| class="wikitable" | ||
| − | |+ Summary for <code> | + | |+ Summary for <code>smooth</code> keyword |
! style="text-align:left;"| Required/optional | ! style="text-align:left;"| Required/optional | ||
! style="text-align:left;"| Type | ! style="text-align:left;"| Type | ||
Revision as of 07:46, 24 June 2021
The smooth keyword is an optional keyword in the input file. It takes 1 logical argument, .true. or .false.. When used, it applies a LOWESS filter to smooth out the DoS. This can help stabilize entropy calculations with insufficient sampling due to the noise in the DoS. The locality of the smoothing is optionally tuned with the sigma_nu keyword. See an example below:
Error creating thumbnail: Unable to save thumbnail to destination
Summary
| Required/optional | Type | Accepted values | Default | See also |
|---|---|---|---|---|
| Optional | Logical | .true. | .false. | Input file, sigma_nu |
Example
smooth = .true.