| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Abstract_Dirac_Distribution_Plus), | intent(in) | :: | this |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Abstract_Dirac_Distribution_Plus), | intent(in) | :: | this | |||
| real(kind=DP), | intent(in) | :: | distance |
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| real(kind=DP), | private | :: | max_distance | = | 0._DP | ||
| real(kind=DP), | private | :: | std_dev | = | 0._DP | \( \sigma \) |
| procedure, public :: set => Gaussian_set | |
| procedure, public :: get_width => Gaussian_get_width | |
| procedure, public :: get => Gaussian_get |
\[ \mathrm{d}r \]
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Rectangular_Dirac_Distribution_Plus), | intent(in) | :: | this |
\[ \frac{1}{\mathrm{d}r} \]
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Rectangular_Dirac_Distribution_Plus), | intent(in) | :: | this | |||
| real(kind=DP), | intent(in) | :: | distance |
\[ \mathsf{n}_\sigma \sigma \]
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Gaussian_Dirac_Distribution_Plus), | intent(in) | :: | this |
\[ r \mapsto \frac{1}{\sigma} \sqrt{\frac{2}{\pi}} \exp\left( -\frac{r^2}{2 \sigma^2} \right) \]
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Gaussian_Dirac_Distribution_Plus), | intent(in) | :: | this | |||
| real(kind=DP), | intent(in) | :: | distance |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Null_Dirac_Distribution_Plus), | intent(in) | :: | this |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Null_Dirac_Distribution_Plus), | intent(in) | :: | this | |||
| real(kind=DP), | intent(in) | :: | distance |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Rectangular_Dirac_Distribution_Plus), | intent(inout) | :: | this | |||
| real(kind=DP), | intent(in) | :: | delta_distance |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(Gaussian_Dirac_Distribution_Plus), | intent(inout) | :: | this | |||
| real(kind=DP), | intent(in) | :: | max_distance | |||
| integer | :: | num_std_devs | \( \mathsf{n}_\sigma \) |