Skip to content

Resolve "Refactor unittest for core/neighbor_list module"

Description

Unittest is designed for NeighborList module testing against a single prototype bulk("NaCl", "rocksalt") the following functionalities and/or attributes:

  • build
  • indices and len of indices
  • offset and len of offset
  • check for duplicates
  • atom positions of neighbors calculated from indices and offsets
  • get_neighbors_lists

All tests are performed in relation to ASE neighborlist

The current test is not intended to replace integration/core/test_neighbor_list where testing is done against a serie of structure.

Closes #130 (closed)

Merge request reports