Nodes of different colours represent the following:
Solid arrows point from one derived type to another which extends (inherits from) it. Dashed arrows point from a derived type to another type containing it as a components, with a label listing the name(s) of said component(s). Where possible, edges connecting nodes are given different colours to make them easier to distinguish in large graphs.
| Type | Visibility | Attributes | Name | Initial | |||
|---|---|---|---|---|---|---|---|
| real(kind=DP), | private | :: | max_distance | = | 0._DP | ||
| real(kind=DP), | private | :: | std_dev | = | 0._DP | \( \sigma \) |
| 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 \) |
\[ \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 |