![]() |
(git:b77b4be)
|
Public path integral routines that can be called from other modules. More...
Functions/Subroutines | |
pure real(kind=dp) function, dimension(3), public | pint_com_pos (pint_env) |
Return the center of mass of the PI system. | |
subroutine, 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_calc_centroid (pint_env) |
Calculate the centroid. | |
Public path integral routines that can be called from other modules.
pure real(kind=dp) function, dimension(3), public pint_public::pint_com_pos | ( | type(pint_env_type), intent(in) | pint_env | ) |
Return the center of mass of the PI system.
pint_env | ... |
Definition at line 44 of file pint_public.F.
subroutine, public pint_public::pint_levy_walk | ( | real(kind=dp), dimension(3), intent(in) | x0, |
integer, intent(in) | n, | ||
real(kind=dp), intent(in) | v, | ||
real(kind=dp), dimension(:), pointer | x, | ||
type(rng_stream_type), intent(inout) | rng_gaussian | ||
) |
Perform a Brownian walk of length n around x0 with the variance v.
x0 | ... |
n | ... |
v | ... |
x | ... |
rng_gaussian | ... |
Definition at line 203 of file pint_public.F.
pure subroutine, public pint_public::pint_calc_centroid | ( | type(pint_env_type), intent(inout) | pint_env | ) |
Calculate the centroid.
pint_env | path integral environment |
Definition at line 256 of file pint_public.F.