![]() |
(git:b77b4be)
|
Generate the atomic neighbor lists for FIST. More...
Functions/Subroutines | |
subroutine, public | build_fist_neighbor_lists (atomic_kind_set, particle_set, local_particles, cell, r_max, r_minsq, ei_scale14, vdw_scale14, nonbonded, para_env, build_from_scratch, geo_check, mm_section, full_nl, exclusions) |
... | |
Generate the atomic neighbor lists for FIST.
subroutine, public fist_neighbor_lists::build_fist_neighbor_lists | ( | type(atomic_kind_type), dimension(:), pointer | atomic_kind_set, |
type(particle_type), dimension(:), pointer | particle_set, | ||
type(distribution_1d_type), optional, pointer | local_particles, | ||
type(cell_type), pointer | cell, | ||
real(dp), dimension(:, :), intent(in) | r_max, | ||
real(dp), dimension(:, :), intent(in) | r_minsq, | ||
real(kind=dp), intent(in) | ei_scale14, | ||
real(kind=dp), intent(in) | vdw_scale14, | ||
type(fist_neighbor_type), pointer | nonbonded, | ||
type(mp_para_env_type), pointer | para_env, | ||
logical, intent(in) | build_from_scratch, | ||
logical, intent(in) | geo_check, | ||
type(section_vals_type), pointer | mm_section, | ||
logical, dimension(:, :), optional, pointer | full_nl, | ||
type(exclusion_type), dimension(:), optional | exclusions | ||
) |
...
atomic_kind_set | ... |
particle_set | ... |
local_particles | ... |
cell | ... |
r_max | ... |
r_minsq | ... |
ei_scale14 | ... |
vdw_scale14 | ... |
nonbonded | ... |
para_env | ... |
build_from_scratch | ... |
geo_check | ... |
mm_section | ... |
full_nl | ... |
exclusions | ... |
Definition at line 99 of file fist_neighbor_lists.F.