Difference between revisions of "Smooth"

From DoSPT
Jump to: navigation, search
(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...")
 
 
(One intermediate revision by the same user not shown)
Line 6: Line 6:
  
 
{| class="wikitable"
 
{| class="wikitable"
|+ Summary for <code>temperature</code> keyword
+
|+ 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
Line 15: Line 15:
 
| Optional
 
| Optional
 
| Logical
 
| Logical
| .false.|.true.
+
| .false./.true.
 
| .false.
 
| .false.
 
| [[Input file]], [[sigma_nu]]
 
| [[Input file]], [[sigma_nu]]

Latest revision as of 18:18, 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

Summary for smooth keyword
Required/optional Type Accepted values Default See also
Optional Logical .false./.true. .false. Input file, sigma_nu

Example

smooth = .true.