![]() |
(git:936074a)
|
#include "../base/base_uses.f90"Go to the source code of this file.
Modules | |
| module | pint_public |
| Public path integral routines that can be called from other modules. | |
Functions/Subroutines | |
| pure real(kind=dp) function, dimension(3), public | pint_public::pint_com_pos (pint_env) |
| Return the center of mass of the PI system. | |
| subroutine, public | pint_public::pint_levy_walk (x0, n, v, x, rng_gaussian) |
| Perform a Brownian walk of length n around x0 with the variance v. | |
| pure subroutine, public | pint_public::pint_calc_centroid (pint_env) |
| Calculate the centroid. | |