(git:374b731)
Loading...
Searching...
No Matches
nequip_unittest.F File Reference

Go to the source code of this file.

Functions/Subroutines

program nequip_unittest
 
subroutine neighbor_search (nedges, edge_index, edge_cell_shift)
 Naive neighbor search - beware it scales O(N**2).
 

Function/Subroutine Documentation

◆ nequip_unittest()

program nequip_unittest

Definition at line 8 of file nequip_unittest.F.

Here is the call graph for this function:

◆ neighbor_search()

subroutine nequip_unittest::neighbor_search ( integer, intent(out)  nedges,
integer(kind=int_8), dimension(:, :), intent(out), optional  edge_index,
real(sp), dimension(:, :), intent(out), optional  edge_cell_shift 
)

Naive neighbor search - beware it scales O(N**2).

Parameters
nedges...
edge_index...
edge_cell_shift...

Definition at line 206 of file nequip_unittest.F.

Here is the caller graph for this function: