(git:34ef472)
fist_neighbor_list_types Module Reference

Define the neighbor list data types and the corresponding functionality. More...

Functions/Subroutines

subroutine, public fist_neighbor_deallocate (fist_neighbor)
 ... More...
 
subroutine, public fist_neighbor_init (fist_neighbor, ncell)
 ... More...
 
subroutine, public fist_neighbor_add (neighbor_kind_pair, atom_a, atom_b, rab, check_spline, id_kind, skip, cell, ei_scale14, vdw_scale14, exclusions)
 ... More...
 

Detailed Description

Define the neighbor list data types and the corresponding functionality.

Function/Subroutine Documentation

◆ fist_neighbor_deallocate()

subroutine, public fist_neighbor_list_types::fist_neighbor_deallocate ( type(fist_neighbor_type), pointer  fist_neighbor)

...

Parameters
fist_neighbor...
History
08.2006 created [tlaino]
Author
Teodoro Laino

Definition at line 68 of file fist_neighbor_list_types.F.

Here is the caller graph for this function:

◆ fist_neighbor_init()

subroutine, public fist_neighbor_list_types::fist_neighbor_init ( type(fist_neighbor_type), pointer  fist_neighbor,
integer, dimension(3), intent(in)  ncell 
)

...

Parameters
fist_neighbor...
ncell...
History
08.2006 created [tlaino]
Author
Teodoro Laino

Definition at line 116 of file fist_neighbor_list_types.F.

Here is the caller graph for this function:

◆ fist_neighbor_add()

subroutine, public fist_neighbor_list_types::fist_neighbor_add ( type(neighbor_kind_pairs_type), pointer  neighbor_kind_pair,
integer, intent(in)  atom_a,
integer, intent(in)  atom_b,
real(kind=dp), dimension(3)  rab,
logical, intent(out)  check_spline,
integer, intent(in)  id_kind,
logical, intent(in)  skip,
type(cell_type), pointer  cell,
real(kind=dp), intent(in)  ei_scale14,
real(kind=dp), intent(in)  vdw_scale14,
type(exclusion_type), dimension(:), optional  exclusions 
)

...

Parameters
neighbor_kind_pair...
atom_a...
atom_b...
rab...
check_spline...
id_kind...
skip...
cell...
ei_scale14...
vdw_scale14...
exclusions...
History
08.2006 created [tlaino]
Author
Teodoro Laino

Definition at line 226 of file fist_neighbor_list_types.F.

Here is the call graph for this function:
Here is the caller graph for this function: