I have an array of 3*216 and cubic PBC. Can you help with using this package to get the neighbor list?
NeighbourLists.PairList(arrsol, 1e-9, [2 0 0 ; 0 2 0; 0 0 2], [pbc.L pbc.L pbc.L])
The comment above throws error
typeof(arrsol)
Matrix{Float64} (alias for Array{Float64, 2})