|
static double | delta (double x__, double width__) |
|
static double | occupancy (double x__, double width__) |
|
static double | entropy (double x__, double width__) |
|
static double | dxdelta (double x__, double width__) |
|
Definition at line 82 of file smearing.hpp.
◆ delta()
double sirius::smearing::cold::delta |
( |
double |
x__, |
|
|
double |
width__ |
|
) |
| |
|
static |
◆ occupancy()
double sirius::smearing::cold::occupancy |
( |
double |
x__, |
|
|
double |
width__ |
|
) |
| |
|
static |
◆ entropy()
double sirius::smearing::cold::entropy |
( |
double |
x__, |
|
|
double |
width__ |
|
) |
| |
|
static |
◆ dxdelta()
double sirius::smearing::cold::dxdelta |
( |
double |
x__, |
|
|
double |
width__ |
|
) |
| |
|
static |
Second derivative of the occupation function \(f(x,w)\).
\[ \frac{\partial^2 f(x,w)}{\partial x^2} = \frac{e^{-y^2} \left(2 \sqrt{2} y^2-2 y-\sqrt{2}\right)}{\sqrt{\pi } w^2}, \qquad y=\frac{x}{w} - \frac{1}{\sqrt{2}} \]
Definition at line 101 of file smearing.cpp.
The documentation for this struct was generated from the following files: