![]() |
(git:b77b4be)
|
Initialize the analysis of trajectories to be done by activating the REFTRAJ ensemble. More...
Functions/Subroutines | |
subroutine, public | initialize_reftraj (reftraj, reftraj_section, md_env) |
... | |
subroutine, public | compute_msd_reftraj (reftraj, md_env, particle_set) |
... | |
subroutine, public | write_output_reftraj (md_env) |
... | |
Initialize the analysis of trajectories to be done by activating the REFTRAJ ensemble.
subroutine, public reftraj_util::initialize_reftraj | ( | type(reftraj_type), pointer | reftraj, |
type(section_vals_type), pointer | reftraj_section, | ||
type(md_environment_type), pointer | md_env | ||
) |
...
reftraj | ... |
reftraj_section | ... |
md_env | ... |
Definition at line 81 of file reftraj_util.F.
subroutine, public reftraj_util::compute_msd_reftraj | ( | type(reftraj_type), pointer | reftraj, |
type(md_environment_type), pointer | md_env, | ||
type(particle_type), dimension(:), pointer | particle_set | ||
) |
...
reftraj | ... |
md_env | ... |
particle_set | ... |
Definition at line 327 of file reftraj_util.F.
subroutine, public reftraj_util::write_output_reftraj | ( | type(md_environment_type), pointer | md_env | ) |
...
md_env | ... |
Definition at line 492 of file reftraj_util.F.